I want to use the ajax dll 3.5 in the website of framework 2.0 so is this开发者_运维问答 possible by adding assembly or any other ways...You can use 3.5 assemblies for your 2.0 projects as they all ru
I need help to use java script with update panel. I have checkbox, textbox with MaskedEditExtender inside update panel in web content form.
I have encountered a weird problem that does not exist in Firefox or IE.I have a user control that has a text box and a required field validator.When the user control is hosted in an update panel, the
So say I have a dropdown control, and after the user uses the drop down, I want a checkbox and label to appear, AJAX style, without a full pos开发者_运维技巧tback.
I have DropDownList with CascadingDropDown extender. If I want to retrieve data from the database for update to what I sh开发者_开发问答ould assign the data...... to the dropdownlist or to CascadingD
I\'m trying to create a User Registration page in ASP.NET and wondering what is the best way to get the list of up-to-date Countries and Cities? Are
I just started working on an asp.net / C#.net application that is going to call a number of different procedures. The -only- thing these procedures do is create database table views, and the only thin
I have a SharePoint app that is configured correctly in the web.config for ASP.NET AJAX, but when I try to use the Sys class it says it\'s undefined. I have installed SP2 and know that AJAX is enabled
I have a user control that has an update panel inside it. When the form posts back, this event handler is fired:
How do I pass a byte array from JavaScript to an ActiveX control. My JavaScript will call WCF server (method) and that method will return a byte array.