0
votes
1answer
18 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
20 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
12 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
28 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
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" ...
1
vote
1answer
23 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
13 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
0answers
14 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 ...
2
votes
0answers
37 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
28 views
+50

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
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
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
35 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
51 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
38 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
26 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
18 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
25 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
58 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
60 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
85 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
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
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" ...
0
votes
2answers
11 views

How to read in a Bit field to create a checkbox

I have a field in my SQL database that is a BIT field. I want to read in that field. If 1 then checkbox is true, else false. I started off with this code, but getting error. Any advice on how to ...
0
votes
0answers
39 views

multiple SiteMap nodes with same URL with querystring parameters

in the SiteMap control i am using, I want 2 or more of my nodes to point to the same page. <siteMapNode url="~/Default.aspx" title="Home" description="Home page"> <siteMapNode ...
0
votes
0answers
17 views

Ajax Call + ASP.NET + .NET Remoting

So, I have a strange situation occurring in my web system. I have a implementation of a Windows Service, that starts a .Net Remoting Server and stay waiting for calls of various clients. At other ...
0
votes
0answers
12 views

postback with ajax and webforms routing [duplicate]

I'm implementing routing in an existing webforms app (3.5). I've got most of the functionality working but I'm having a problem with AJAX. My page has an update panel with 2 dropdowns. Selecting an ...
0
votes
0answers
19 views

webforms routing .net 3.5

I'm implemementing routing in an existing webforms app (3.5). I've got most of the functionality working but I'm having a problem with AJAX. My page has an update panel with 2 dropdowns. Selecting ...
2
votes
1answer
57 views

Button in dialog box won't Post back

I have a dialog box which I'm displaying with the jQuery .dialog() function, and this dialog box contains a button which I want to post back to another page, but it's not working. I can't get it to ...
0
votes
3answers
40 views

sending user back to previous page after submitting web form on current page, .net

On a .net site, is there an easy way to send someone back to the last page they were on before they posted back a form on the current page without some sort of overwrought breadcrumb system? I know ...
0
votes
2answers
30 views

Replacing a TextBox with a DropDownList in InsertItemTemplate

I thought this would be easy and straightforward, but I seem to be having an issue with it. Basically, I have this in a formview: <asp:TextBox ID="StatusTextBox" runat="server" Text='<%# ...
0
votes
1answer
22 views

Proper way to conditionally wrap markup in a div in ASP.NET WebForms

I want to wrap some markup in a div if a certain condition is true, so I've crafted the (horrible) code below. There must be a better way to wrap some div tags or similar around a block depending on ...
0
votes
1answer
24 views

Posting data from mvc view to a webform in the same MVC project

I have an MVC project that needs to use SSRS for reporting. For this reason my MVC project now has a webform that holds the reportviewer control. From my MVC page I now need to pass certain ...
0
votes
0answers
34 views

Ninject inject a service interface in a web service

I have a web service in my project that I use to return json data to ajax calls. Injecting my ClientService works fine on regular pages but how do I get it to work in the Web Service? ...
0
votes
0answers
28 views

Object Reference not set to an instance of an object in VS 2012

i have done this a thousand times. this is my first time doing so in Visual Studio 2012 though. I have reduced my code to the following: In the App_Code Folder I have a DALbatter class that looks ...
0
votes
0answers
19 views

How to develop SmartList In C# like MSDynamic

How can i develop smartlist in C# .Is there any idea *User Select Fields and make a graph After this he want to save the settings for future and this setting show as a smartlist whenever user click ...
2
votes
1answer
34 views

Files stored in DB are “corrupt” when retrieved

(ASP.NET 3.5 Web Forms app, using WCF services (Fluent NHibernate) for data access) I have an entity, let's call it Foo. Users can upload files as attachments to Foo. My upload and download ...
0
votes
1answer
30 views

Access parent data in a nested strongly typed repeater

Lets say I have a class structure that looks something like this: public class A { public string Poperty1 { get; set; } public string Poperty2 { get; set; } public List<B> Property3 ...

1 2 3 4 5 51