I found a strange bug while developing in ASP.NET 2.0 (VB): I created a dropdownlist on a web page and set autopostback = true.
The problem is that the event fires for all selections (and does a ...
http://www.experts-exchange.com/Programming/Languages/.NET/ASP.NET/Q_23081776.html
In the example below, the replace method does nothing at all!
Am I using this incorrectly?
http://www.experts-exchange.com/Programming/Languages/.NET/Visual_Basic.NET/Q_23111825.htm...
I have some link buttons and hyperlinks that have custom JavaScript popups designed to simply open a pop-up preview window:
<asp:Button ID="b...
http://www.experts-exchange.com/Programming/Languages/.NET/ASP.NET/Q_23115414.html
"Response.WriteFile outputs the webpage source instead of the text file"
I have a routine that I figured would work correctly, but it is showing a bizzare behavior.
It basically sends a text fi...
http://www.experts-exchange.com/Programming/Languages/.NET/ASP.NET/Q_23121665.html
I have a main page that needs a textbox filled with a product ID, since there are so many products, I decided to create a popup window with a treeview that allows a user to select a product from a...
http://www.experts-exchange.com/Programming/Languages/.NET/ASP.NET/Q_23133898.html
I have a page that runs a routine that can take from 1 minute to 2 hours to run (depending on the size of the datafile).
It reads in line-by-line a text file of account names & email addresses, th...
http://www.experts-exchange.com/Programming/Languages/.NET/ASP.NET/Q_23146138.html
I have no clue as how to access a web user control's parts.
I created one with a listbox (lbTestListBox), called mycontrol.ascx, then dragged/dropped it onto a new default.aspx page.
I can see th...
http://www.experts-exchange.com/Programming/Languages/.NET/ASP.NET/Q_23150473.html
I have an application that I need to call a new window to open up a report. Here is my full line statement: ClientScript.RegisterClientScriptBlock(Me.GetType, "newwindow", "<script language=javas...
http://www.experts-exchange.com/Programming/Languages/.NET/Visual_Basic.NET/Q_22975783.htm...
Hi!
I have a asp.net application with a dropdownlist and a textbox within an updatepanel. Depending on what is selected in the dropdownlist, the textbox will be shown or not using AJAX. I would ...
http://www.experts-exchange.com/Programming/Languages/.NET/ASP.NET/Q_23141834.html
I'm am trying to change the parameter source on the fly for a datasource in ASP.NET 2.0 (VB.NET).
Basically, if the querystring is empty, I need to make the parameter from a listbox control value ...
http://www.experts-exchange.com/Programming/Languages/.NET/ASP.NET/Q_23199479.html