Web Forms is a part of the ASP.NET web application framework. It is one of the different programming models you can use to create ASP.NET web applications. Web Forms are pages that your users request through their browser and that form the user interface (UI) that give your web applications their ...

learn more… | top users | synonyms (1)

0
votes
0answers
3 views

webform submitted module not seeing other data

I'm using Drupal 6, Webform Views Submitted Data (6.x-1.x-dev) and Views (6.x-2.16). I was able to make the Webform Views Submitted Data work using different patches that the Drupal community ...
0
votes
1answer
21 views

Lost dynamically added click events to each TableCell in each TableRow

I'm developing live-table with WebForms. I'm adding such control to each TableCell in each TableRow, when I'm adding new rows to the table: // in some method, which creates the table TableRow row = ...
1
vote
0answers
21 views

Page_Load is firing twice on mobile only

When my site is opened on iPhone / Safari (on Samsung - Chrome it doesn't happen) the Page_Load is firing twice: first time as it should be page.aspx?id=1 second time with a very strange query ...
0
votes
0answers
13 views

Custom dynatree tooltip

I use dynatree.I want customize tooltip for nodes like jquery tooltip and when click on node then show tooltip. How do it?
0
votes
1answer
17 views

Unboxing object

I have a web method that accepts object [WebMethod] public static void GetObject(object data) { } Also, I have 2 classes: class ConnectionString { public string ConnectionString { get; set; } ...
1
vote
0answers
29 views

Adding OnClientClick to a button generated at runtime

I have created a button at runtime and would to add OnClientClick property of the button,to execute some javascript function, example the alert(), in this case. This piece of code works in firefox and ...
0
votes
1answer
43 views

Why won't this work to submit a form on the click of a button?

Im trying to submit a form on the click of a button in the c# web Browser control. [form code] <form action="sendmessage.aspx" method="post" name="sendmessage"> [C# Code] private void ...
0
votes
2answers
48 views

ASP.NET CheckBox inside a hidden DIV always returns false

I have some set of form elements within a hidden div as follows: <div id="jDivUpdateFolder" style="display:none;"> <asp:TextBox ID="txtEditFolderName" ...
2
votes
2answers
48 views

Clicking the button it select all my page (working on browser not on mobile)

First of all, I am 2 days old using jquery mobile, the work I done is mostly by trial and error and reading. I have added aspx button and enhance it with jquery, it looks fine except 2 behavior 1- ...
0
votes
0answers
19 views

How to manage Web forms URL permission in MVC?

I have a Web forms project which have navigation menu with permission based links. I'm in a situation of implementing MVC in the Web forms. So, I decided to convert the navigation bar in MVC and call ...
1
vote
1answer
25 views

why not using Request.Cookies.Clear() in ASP.NET web forms?

I searched here on the stackoverflow about removing all cookies from site, but couldn't find a single answer suggesting the use of Request.Cookies.Clear() method. What's the difference between: if ...
0
votes
0answers
14 views

Asp.Net:Why the “click event” do not fire in my custom server control?

The code of my custom control is below: public class Panel : System.Web.UI.WebControls.WebControl { private System.Web.UI.WebControls.Panel _Buttons; [PersistenceMode(InnerProperty)] ...
0
votes
1answer
13 views

Migrating from WebForms to MVC - Themes issue with common Master pages

I'm in the middle of migrating from an WebForms app to an MVC app. Since this needs to be done over time, WebForms and MVC will live side-by-side with all new pages in MVC and we will slowly ...
0
votes
1answer
23 views

Process dynamically created web form with JQuery and PHP

I've been wrestling with a problem that I just cannot seem to solve. I've got a web form that is built from a MySQL query that's run from PHP and returned to JQuery that displays a gallery of movies ...
0
votes
0answers
15 views

Both DataSource and DataSourceID are defined on 'CategoryDropDownList'. Remove one definition

I have tried to look for same topics but none of them solved my problem. I have a asp.net webforms application. When I try to run it in local, it works fine. But when I deployed it to ftp server, it ...
1
vote
1answer
24 views

Does setting of HTTP cookie in ASP.NET Takes time?

I am facing a strange problem. I am setting a cookie in one page (Response.setcookie), then doing Response.Redirect to another page and there I am accessing cookie (from Request of that page). Now ...
0
votes
1answer
15 views

Swiftmailer sending just one email

I have a form which sends the forms contents to an email address, but I now also want to send a response to the email address filled in the form, I tried many different things but only one email gets ...
2
votes
0answers
40 views

Mobile master page mark-up duplicates on link click but only on a desktop browser

[EDIT: these were not made with an asp Mobile.Master template, rather just a normal master with the mobile specific mark-up in Visual Studio 2010] I have made a mobile version of our website, just a ...
0
votes
1answer
29 views

Content in my local resource files seems to be cached

I have a webpage where I uses the App_LocalResources files, where I've translations for 2 languages. This works really well. However, when I open my two pages I get a pretty strange problem. If I ...
0
votes
4answers
38 views

Insert adding items to wrong column

Below is an insert statement that is inputting the first value (acctNum) into the second column (itemCode) and vice versa: string addUpcCode = "INSERT INTO compare1 (acct, itemcode)" ...
0
votes
0answers
9 views

MultiView + UpdatePanel = NotWorking

I am implementing a multiview using a RadioButtonList to flip its view and also AJAX. My problem is if I set my default RadioButton (NavigateRadioButtonList.Items[0].Selected = true;), that ...
0
votes
0answers
11 views

NUnit ASP.NET Forms add content to Page

In a HttpModule want to add Html in different places of a WebForms Page requested. public override void OnPreRequestHandlerExecute(HttpContextBase context) { var page = ...
0
votes
2answers
35 views

displaying more information by clicking onlink button more

I have a jquery function where upon clicking on a more link I display more information of a specified summary. I am relatively new to jQuery and I was hoping for a pointer as to where I am going wrong ...
0
votes
0answers
13 views

Bundling CSS and Scripts in Web Forms application

I am here on a pickle about bundling my CSS and Scripts to my Web Forms application. First of all, I'd like to point out that I was following this tutorial: ...
1
vote
3answers
37 views

Expandable Form Fields with JS

I may just be searching Google using the wrong keywords but I am having very little luck finding information on creating expandable form fields. I have an input form where a user can list all of the ...
0
votes
1answer
28 views

Microsoft.SqlServer.Types, Version=11.0.0.0 missing

I have published the project on Azure websites and it throws exception: Microsoft.SqlServer.Types, Version=11.0.0.0 missing when I try to run report. Locally everything works fine. I have ...
0
votes
1answer
32 views

Submit field without completing “hidden” mandatory fields unless they are selected

I have a Member Registration Form where by Payment Details are required ONLY when a certain selection is made. If I am a Member and just wanting to register myself, it won't cost me anything so no ...
0
votes
1answer
16 views

Max message size over the wire?

I have a file input field that base64 encodes a selected image to be sent to my handler (IHttpHandler). What is the maximum or how do I found out what the maximum request size I can send to my ...
0
votes
1answer
29 views

How can WebForm_OnSubmit be undefined?

In my current project I've got a workflow in which I need to show two consecutive MessageBoxes to the user. The first one is more like a warning, that informs the user of the risk of the operation he ...
0
votes
2answers
38 views

Object reference required for non static field

I use the inner html method to render a page but as soon as I put the id name inside a static method I get an compilation error that states that an object reference is required for a non static field. ...
0
votes
0answers
12 views

Dynatree load by ashx and json

I new learned about dynatree.I want create tree by ashx file and json. I have tow questions: 1-How to create json in server like code below and sent to client?: {"title": "Item 1"}, {"title": ...
1
vote
2answers
21 views

How to publish an asp.net website on work network?

I have been developing an ASP.NET application and I would like my work colleagues to give me feedback on it. I tried running it on IIS but because the database is located on a remote server, I am ...
0
votes
3answers
39 views

Simple way to display an object (POCO) in an ASPX file

First of all, let me start by saying that I'm not an ASP.NET developer. I have web experience with other technologies but have only read about webforms. I generally know what they do but have no ...
0
votes
2answers
53 views

Multiple Table Update using Stored Procedure in ASP.NET

I'm getting the following error: "Procedure or function 'USP_UPDATE_CUSTOMER_CONTACT_FORM has too many arguments specified" I have read A LOT of post regarding this topic and implemented ...
0
votes
2answers
39 views

Move UserControl to another parent in Page Stack

I have a page of controls that I want to be able to move specific controls by ID to a different parent control server side. A simple example being another control loads 2 controls vertically ontop of ...
0
votes
0answers
11 views

Page ValidationSummary include UserControl validators

I'm facing something 'fool', but i'm not sure the way to get this to work. I got a page ASP.NET WebForm, this page has a ValidationSummary and also has 2 UserControls. Theses UCs contains fields ...
1
vote
1answer
39 views

Issues rendering UserControl using Server.Execute()

When Server.Execute() myusercontrol that contain controls of asp(not html) i received the following message UserControl: <%@ Control Language="C#" AutoEventWireup="true" ...
0
votes
0answers
28 views

Url Routing with MapPageRoute is not working with asp.net webforms

I have added this code to my global.asax void Application_Start(object sender, EventArgs e) { // Code that runs on application startup RegisterRoutes(RouteTable.Routes); } ...
1
vote
2answers
19 views

Populate form with values then saved modified values with C# using asp.net webforms

My .NET skills aren't great, but I'm stumped by a little issue and I can't find anything that explains this in a way I understand. Basically I'm trying to pre-populate a form with current values from ...
-1
votes
0answers
20 views

How to Load user control by jquery

I use jquery tabs and user controls in my project(Web Forms).I want load dynamic some ascx file in tabs by jquery. How to do this?
0
votes
2answers
26 views

Stop form submission when an html button with onserverclick enabled is clicked in an asp.net web App

I have a button in an asp.net application which submits a form. <input type="submit" id="sumbit" value="Sign up" runat="server" onserverclick="sumbit_ServerClick2" ...
0
votes
1answer
60 views

how to get multiple values from selected - asp.net

How can I get choosen values from select tag after click button? Here I get html select with multiple choose. selTest.Value returns only first selected item. <select runat="server" ...
0
votes
0answers
28 views

asp.net - how to implement Chosen plugin with Multiple Selection DropDownList

I have a question - how can I implement multiple selection DropDownList with chosen jquery plugin ? Now, I have "normal" asp.net webforms dropdownlist, but I want to have: firstly - multiple ...
0
votes
1answer
63 views

Jquery UI working in Visual Studio 2012 asp.net webform

Not sure what I am missing here, but just moved to 2012 and am having an issue getting an accordian from jquery ui to work in my default.aspx page. In my default.aspx page, I have this: ...
1
vote
1answer
90 views

CheckBoxList control losing all items after post back

I have a CheckBoxList on page. All controls on page are in UpdatePanel. <asp:CheckBoxList ID="AreaCheckBoxList" Width="300px" runat="server" onchange="RemoveItems()" ...
0
votes
0answers
19 views

Creating an aspx page in C#

I want to speed up the loading of aspx pages and reduce the dependence on a database in a simple CMS I am creating. To do this it occurred to me that adding an actual page to the server with the ...
0
votes
1answer
42 views

How to call a private void keypress event handler from client side using C# or ASP.net to allow only numbers into textbox

I've never learned either ASP.net or C# and yet I'm trying to create a textbox using ASP.net that only allows numbers to be entered. I'm using the following code to define my textbox in Default.aspx: ...
0
votes
2answers
124 views

javascript form validation with class

I've used the HTML5 form for a website. I thought, if I use HTML5, it automatically valid the form. But, it won't properly for all the field at all the browser. So, I had to use javascript. As I ain't ...
0
votes
1answer
33 views

avoid page reload and controls' state setting to default on hitting back button

I have two pages, Page1 and Page2. On page1, I have a checkbox below it an update panel and few controls in update panel such as radio button and combo boxex. This is my client side. ...
1
vote
2answers
65 views

Why do ASP.Net events start with “On” [closed]

Say I want to use the TextChanged event on a TextBox. Why does the event show up in the aspx file as "OnTextChanged"? <asp:TextBox ID="Textbox1" runat="server" ...

1 2 3 4 5 81