Social Networking :: Prevent TextBox Multiline Resize In Browsers Like Google Chrome And Mozilla Firefox

Jan 25, 2013

I have textbox in my page that I put this attribute for it TextMode="MultiLine"..here user can change width and hight of textbox with mouse..I couldn't find any attribute for textbox that din't allow users to change width and hight of textbox.

View 1 Replies


Similar Messages:

Social Networking :: Images Not Showing In Google Chrome Or Mozilla FireFox

Apr 27, 2016

 I am having an issue with images not showing in Chrome or FireFox. In chrome i get this message in the Console "Not allowed to load local resource.". The images appear fine and correct in IE11 & MS Edge. I'm assuming this is some king of security problem I need to address, but am not at all sure what.

I have posted the code behind and Mark Up below.

// Code Behind
string imgPath = Server.MapPath("/images/");
List<FileInfo> images = new List<FileInfo>();

[Code].....

View 1 Replies

Web Forms :: Date Control Is Not Working In Mozilla Firefox And Google Chrome?

Mar 28, 2011

I am using javascript based calendar control in my application.

Following is my .aspx and .aspx.cs file.:

.aspx file:

[Code]....

.aspx.cs:

[Code]....

On click of hyperlink we are opening javascript calendar and assiging it to textbox.

The same functionality is working in IE, but its not working in Mozilla firefox and Google chrome.

This is one of the major problem i am facing in entire application.

I want to make my application to be work fine on multiple browser.

View 1 Replies

Social Networking :: RSS Feed Not Displaying Properly On Google Chrome

Nov 12, 2013

I apply rss in my website, it is looking fine in firefox but not in chrome. It look like xml in chrome...

View 1 Replies

Social Networking :: Implement Google Places As Auto-complete TextBox Using JQuery

May 7, 2015

 <link href="http://ajax.googleapis.com/ajax/libs/jqueryui/1.8.1/themes/base/jquery-ui.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js"></script>
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jqueryui/1.8.1/jquery-ui.min.js"></script>
<script type="text/javascript">

[code]...

In above code i want autocomplete textbox first search from database then search from google api in asp.net.

View 1 Replies

Social Networking :: Convert TextBox Text From English To Hindi And Vice Versa Using Google Translate API

Apr 1, 2014

In project need to convert txtEnglishName english text to txtHindiName

using google api or your recommended program or api on internet.

View 1 Replies

C# - How To Prevent Fckeditor To Resize In Chrome Browser

Feb 28, 2011

I have use fckeditor in asp.net. When user open the page containing fckeditor in Chrome. User can resize the text area of fckeditor. I want to prevent this.i.e.user should un-enable to resize the text area.

View 2 Replies

Controls :: Open PDF File In New Tab In Chrome - Firefox And Opera Browsers

May 7, 2015

My pdf file open in new tab using chrom and firefox.In opera it is open in new window.but i want pdf file open in new tab.

View 1 Replies

Social Networking :: Translate TextBox Text Using Google Translate API?

Apr 17, 2014

I want use Google API to Translate  the English to Marathi and vice-versa.

View 1 Replies

Launch An External Application From The Browsers (IE, Firefox, Chrome, Safari) In Windows?

Jun 19, 2010

Is it possible to embed an external application inside the browser (IE, Chrome, Safari, Firefox) so it will look like a native web application but actually having access to the USB ports of the client machine? I have heard that I need to make an ActiveX control. I would like to use the .Net framework, but if that is not possible, maybe using Java or C++ will be fine.

I have to make an application that will allow to the users to connect an external device to an USB port, this device will take a backup of the information contained in a SIM card and send it to the user's account online agenda. So the user can restore it later using the same application. This should be a web application or at least look like one.

If the first is not possible. Is there any way to launch an external application from all the browsers, and then pass information to the browser window to allow it to refresh after the backup has been made?

View 1 Replies

AJAX :: UpdatePanel Don't Work With Google Chorme Or Mozilla Firefox?

Oct 20, 2010

I am using update panels with Update mode conditional in by aspx page. The page is functioning properlly in the IE.8.0 but the page content is not posting when i open it in the Google Chrome or Mozilla Firefox.

FYI I am using Update panels for drop down lists and buttons and in the triggers also i am using similar controls.

View 6 Replies

C# - Way To Use The Firefox (or Chrome Or Any Other Good Browsers) Rendering Engine To Convert Html (as A Text String) To An Image?

Jan 3, 2011

Is there a way to use the firefox (or chrome or any other good browsers) rendering engine to convert html (as a text string) to an image?I have full access to the server I'm using, so no limitations there.

View 2 Replies

Activex Control To Work In FireFox And Google Chrome?

Feb 11, 2010

I developed a activex control, it can work well in IE, but not in firefox , is it possible for my activex control to work in FireFox and Google Chrome?

View 1 Replies

Popup Window Is Not Working In Firefox And Google Chrome?

Jan 27, 2010

I want to open a popupwindow (with close button only) when the user clicks a button and the parent window should be disabled until the popup window closed. For that I'm using the following code

function popup_window(url) {
popupwin = window.showModalDialog(url,null,'height=20,width=150,status=no,resizable=no,scrollbars=no,toolbar=no,location=no,menubar=no');
}

Anyhow, this code is working perfectly in IE. But, I hav two problems. In firefox, it is not opening with the size I've mentioned in the script. It is opening in full size. And In Google Chrome, parent window is not getting disabled.

View 1 Replies

Social Networking :: How To Use Google Maps

Oct 6, 2013

I want to use google map , which show the location, address

How to do this....?

View 1 Replies

How To Prevent Google Chrome From Saving Passwords In MVC

Dec 12, 2010

Is there a way to prevent Google Chrome and other browsers from saving a password for a specific site? The server is ASP.NET MVC .NET4.

View 2 Replies

Social Networking :: Login With Google Account API

May 7, 2015

All the facebook, twitter & LinkedIn api are working properly i have integrated this into my project. But still google api code is not findin in your site. 

View 1 Replies

Social Networking :: Integrating Google Analytics

Sep 13, 2012

I need to implement google analytics in my asp.net website where I can see all website visits, Bounce Rates, Unique Visitors, Page Views, Country, etc from my website admin panel.

View 1 Replies

Social Networking :: Display One Country On Map Using Google Map API V3

Aug 18, 2015

Refer link [URL]..... but when I run page in chrom it show this message...

if I click allow it will show googlemap and if I click deny it doesn't show googlemap...

And in firefox it doesn't show googlemap anymore...

I want it shows google map with out any message in all browser...

View 1 Replies

Social Networking :: Implement Google Heat Map

Jun 16, 2015

I am new in Asp.Net Web development. How to integrate Google Heat Maps into Asp.Net(C#) web application?

View 1 Replies

Social Networking :: How To Add Google Translate In Website

Nov 13, 2013

Is there any way to install google plugin's in .net. for e.g. if chinese wan't there content should display in there language then it should display on one click

View 1 Replies

Social Networking :: How To Post Message On Google Plus

May 7, 2015

How to Post message on Google Plus using Asp.net and C#?

View 1 Replies

Social Networking :: Google Route Map For A Ride

May 1, 2013

I'm trying to make a web application to create a google route map for a ride. In which I want to map the Marker places as a support station on given route how can I do this.

View 1 Replies

Social Networking :: How To Embed Google Map In Website

Jun 16, 2015

I'm trying to display a specific location using google maps on my aspx page.

Is there an easy way to do it?

View 1 Replies

Social Networking :: One Time OTP Using Google Oauth API

May 7, 2015

I want Asp.net example for for One Time OTP using Google Oauth Api.Otp Code send to Mobile.

View 1 Replies







Copyrights 2005-15 www.BigResource.com, All rights reserved