Top "Webforms" questions

Web Forms is a part of the ASP.

"Could not load type [Namespace].Global" causing me grief

In my .Net 2.0 Asp.net WebForms app, I have my Global.asax containing the following code: <%@ Application CodeBehind="Global.…

c# asp.net webforms namespaces global-asax
getElementsByClassName not working

I coded a php page that displays information from a mysql database neatly into tables. I would like to hide …

javascript webforms html-table dynamic-data
Check if Cookie Exists

From a quick search on Stack Overflow I saw people suggesting the following way of checking if a cookie exists: …

c# asp.net cookies webforms asp.net-4.0
Filter Extensions in HTML form upload

I have a simple HTML upload form, and I want to specify a default extension ("*.drp" for example). I've read …

html webforms file-upload
How do I prevent users clicking a button twice?

I have an old ASP.NET web forms application (.NET 2.0) that has a process that takes 30 seconds or so to …

asp.net webforms
Using jQuery for AJAX with ASP.NET Webforms

Anyone know of a link to a good article/tutorial for getting started using jQuery for AJAX calls rather than …

asp.net jquery ajax webforms
System.Web.HttpException: Request timed out

Anyone have any idea how to go about resolving this error? This is happening on my live server, but when …

asp.net webforms
ASP.net Postback - Scroll to Specific Position

I have an ASP.net WebForms page that has a lot of content on the top of the screen. It …

c# asp.net postback webforms
How can I get the button that caused the submit from the form submit event?

I'm trying to find the value of the submit button that triggered the form to submit $("form").submit(function() { }); I …

jquery webforms
Populate TreeView from DataBase

I have a database table (named Topics) which includes these fields : topicId name parentId and by using them I wanna …

c# asp.net database webforms treeview