Top "Webforms" questions

Web Forms is a part of the ASP.

What is the purpose of precompiledApp.config?

If you precompile a web site and keep it updatable, the ASP.NET parser can see from the Page directive …

asp.net webforms precompiled
Adding Bundles to existing ASP.NET Webforms solution

I am trying to add Bundles to an existing ASP.NET Webforms solution but my bundles always render empty and …

c# asp.net webforms bundle
How can I implement Ninject or DI on asp.net Web Forms?

There are plenty of examples for having it worked on an MVC application. How is it done on Web Forms?

asp.net webforms ninject
Call ASP.NET Web API from code-behind

How would I call an ASP.NET Web API directly from code-behind? Or should I be calling my javascript function …

asp.net webforms getjson asp.net-web-api
How can I use HTML5 email input type with server-side .NET

As I understand it, the <input type=email> element in HTML5 will render as a simple text field …

asp.net html webforms
jQuery DataTables server side processing and ASP.Net

I'm trying to use the server side functionality of the jQuery Datatables plugin with ASP.Net. The ajax request is …

jquery-plugins webforms asp.net-2.0 datatables
How to migrate existing asp.net application to asp.net MVC pattern format

I want to migrate an existing ASP.NET application to an ASP.NET MVC pattern format. What procedure should I …

asp.net-mvc webforms migrate
how to link imagebutton to url visual web developer

I was wondering, is it possible to link an imagebutton to a website? and how? Im using a web forms …

asp.net webforms visual-web-developer-2010
How do you stop RadioButtonList Label text from wrapping under the button

I have a radio button list and some of the labels are quite long so they wrap and the second …

asp.net layout webforms
How to check if request is ajax or not in codebehind - ASP.NET Webforms

I tried the Request.IsAjaxRequest but this does not exist in WebForms. I am making a JQuery ajax call. How …

asp.net jquery ajax webforms