I am executing a stored procedure in asynchronous mode from codebehind using SqlCommand\'s BeginExecuteNonQuery or BeginExecuteReader method.
I am not so good with javascript and I do hope you\'re tougher than me. Here is my problem: I use MicrosoftAjax.cs framework and I use classes like this one :
I am trying to populate 3 dropdown lists with using CascadingDropDown.DDLs shows make, model and color of a car respectively. Data resides in a .xml file.
I have a master-detail view for adding, deleting and updating customers on an ASP NET 3.5 MVC 1.0 application. The user should be able to, for example, choose a customer from a list to be edited, and
I\'m currently working on an application that needs to use Windows and Forms authentication (Windows for internal users, Forms for external).To achieve this I created a small application that grabs Wi
When calling something like this var e = Function._validateParams(arguments, [ { name: \"target\", type: Array, elementMayBeNull: true },
I created a javascript AdoNetDataContext and created a DataView from it. I was using textboxes on the template for the table columns. AdoNetDataContext can track changes if there were any on the textb
n the login section I have a username, password textbox, submit button and forgot password link button. All are encapsulated in an update panel. On entering invalid login username / password, a lable
I have iframe that works at the server side : <iframe frameborder=\"0\" runat=\"server\" style=\"width: 100%; height: 700px; background-color: #bacad3;\" id=\"I1\" name=\"I1\" src=\"Page.aspx\"&g
I am attempting to use the Ajax Toolkit\'s HTML Editor in a ListView, but unfortunately it\'s not rendering the toolbars when I do.It actually appears that the Javascript simply isn\'t initializing.If