Top "Webforms" questions

Web Forms is a part of the ASP.

A potentially dangerous Request.Path value was detected from the client (*)

I am receiving the rather self explanatory error: A potentially dangerous Request.Path value was detected from the client (*). The …

c# asp.net url routing webforms
How to do a Jquery Callback after form submit?

I have a simple form with remote=true. This form is actually on an HTML Dialog, which gets closed as …

javascript jquery html asp.net webforms
"The given path's format is not supported."

I have the following code in my web service: string str_uploadpath = Server.MapPath("/UploadBucket/Raw/"); FileStream objfilestream = new FileStream(…

c# .net webforms upload stream
ASP.NET Button to redirect to another page

How do I code the button such that when I click the button and it brings me to another web …

asp.net button webforms visual-studio-2013
ASP.NET postback with JavaScript

I have several small divs which are utilizing jQuery draggable. These divs are placed in an UpdatePanel, and on dragstop …

javascript asp.net webforms updatepanel postback
How to create <input type=“text”/> dynamically

I want to create an input type text in my web form dynamically. More specifically, I have a textfield where …

javascript html forms webforms
Best way in asp.net to force https for an entire site?

About 6 months ago I rolled out a site where every request needed to be over https. The only way at …

c# asp.net vb.net webforms https
How to make (link)button function as hyperlink?

How do I use an asp:Button or asp:LinkButton as asp:Hyperlink? The existing Hyperlink just goes to another …

asp.net button hyperlink webforms linkbutton
The ScriptManager must appear before any controls that need it

I have created a new ASP.NET Web Application, and after debugging i got Server Error The control with ID …

asp.net webforms
Create a HTML table where each TR is a FORM

I'm trying to create a table where each row is a form. I want that each input is in a …

html webforms html-table web-standards