votes
DropDownList
DropDownList6.Items.Add(new ListItem("sweeper", "1")); DropDownList6.Items.Add(new ListItem("watchman", "2")); if (DropDownList6.SelectedValue == "1") { Response.Redirect("sw ...
blah blah blah is here! blah blah » Close
DropDownList6.Items.Add(new ListItem("sweeper", "1")); DropDownList6.Items.Add(new ListItem("watchman", "2")); if (DropDownList6.SelectedValue == "1") { Response.Redirect("sw ...
Is it possible to add a dropdownlist inside the radiobuttonlist as an item? if so how? Thanks!
Hi All, I have a basic Custom DDL control at the moment (Code Below, feel free to use, I found it on a blog!) [code] using System; using System.Web; using System.Web.UI.WebControls; using System.Collections; // my own Namesp ...
Use asp.NET and I'm Learning the web forms. PC with OS Windows XP DBMS = sql server 2k . I have a problem using the DropDownList Control. Step 1: ======= I have a table : myTable(id int not null, name varchar(40) ) (the id is a ...
Hi I'm doing a web application in VS2008 (C#), and I got stucked. I have a webform with 1 dropdownlist for collecting the first names of the employees, and then some textboxes where the user enter his data into. The user will select his ...
I load my dataset of last names properly into a dropdownlist using an object data source. I want to accomplish the following: 1) My current dataset returns AuthorID, LastName, FirstName from MySQL 2) I need to eliminate LastName and Fir ...
Got feedack? Found a bug? report it here.