I have an ASP.NET 3.5 web applica开发者_开发问答tion which works perfectly fine on my local machine and when I deploy it on my Windows 2008 server. I am getting the following javascript error:
I have implemented the Ajax Autocomplete feature in my application using a web service file that querys my database and it works great.One problem I am having is allowing the user to see the item\'s n
I\'m building a composite control that uses the telerik ajax controls as it\'s inputs, now the RadComboBox and RadTextBox were working fine, keeping state and returning edited values however the raded
One of our ASP.NET pages has a significant memory leak.After a process of manual enable/disabling, I narrowed down the issue to a set of collapsible panels which are dynamically built on the code page
I am using asp.net update panel for part of the page. I have a textbox outside of the updatepanel. This textbox is used to search for employees. If the user does some action inside the update panel th
I want to use AutoCompleteExtender with textbox to auto complete user\'s entry from mysql database. but the problem when I run the code and enter a litter should call the webservice method but the pr
I have a login form on the home page of an ASP.NET 3.5 website which for performance reasons needs to be accessed with a standard HTTP connection. Since the normal postback for an ASP.NET page is rela
Basically Im building an ASP.NET MVC Application. I have a search page. Its searches for results from a number of different sources. To aid in开发者_开发问答 the speed of page load I decided to load t
I\'m developing an ASP.NET application with C# and Visual Studio 2008 SP1. I\'m using WebForms. I have an ASPX page with two UpdatePanels, one on the left that holds a TreeView and other on the right
I\'m developing an ASP.NET application with C# and Visual Studio 2008 SP1. I\'m using WebForms. I have an ASPX page with two UpdatePanels, one on the left that holds a TreeView and other on the right