| Thread | Last Post | Replies |
|
| CheckBoxes in a DropDownList | 14 Feb 2005 23:35 GMT | 3 |
Hey All, I was wondering is there any examples out there for a Checkbox in a DropdownList? There is a control for win apps but I really can't find anything for doing on the web.
|
| Displaying control | 14 Feb 2005 20:05 GMT | 1 |
When creating a control dynamically (code behind) how do you show it on the page and position it on the page. Thanks Tony
|
| .Selected property for listbox does not work | 14 Feb 2005 19:27 GMT | 1 |
Hi I have written a code for showing the list boxes as selected using a Listitem and the selected property of the items. Now I have 2 list boxes in my page. But it shows only the selected values
|
| binding a value to a checkbox | 14 Feb 2005 19:26 GMT | 1 |
Hello dotnet expert !! I want to present as a checkbox the values -1 as true and 0 as false stored in a table. I got a Datalist and dragged a chekbok in the ItemTemplate section.
|
| DropDown List | 14 Feb 2005 19:22 GMT | 2 |
DropDwonList.SelectedItem.Value returns only the first record value, no matter when you select. any help would be appreciated. Thnaks Manoj
|
| Adding controls to table | 14 Feb 2005 19:21 GMT | 1 |
Win XP - VS 2002 - VB I created a web forms table with 2 rows 2 cells each row. I've created controls on design page 2 labels and 2 text boxes. When adding the control to the table,
|
| How can I use a multiselect listbox to pass parameter to a SQL SP | 14 Feb 2005 14:01 GMT | 2 |
I have a program where the user does database lookups. I need to have a listbox where thue user can select one or more states and a regular textbox to select a last name. I am not sure how I can do this. I figure that the
|
| Mixing child properties and child controls - how? | 14 Feb 2005 02:52 GMT | 3 |
I'm building a custom control derived from WebControl - and I want to add a child property of type Style - but my control will also contain any amount of child controls - how do I go about doing this. eg.
|
| Get DataGrid Value | 13 Feb 2005 13:39 GMT | 2 |
I have a datagrid in my ASP.NET page that displays several rows based on some user specified criteria. I have an Edit button and a Delete button in each row. When the user clicks on either of those buttons I want to set a Session variable to the contents of the field named "ID" in ...
|
| DropDownList.SelectedIndexChanged event not firing | 11 Feb 2005 23:42 GMT | 5 |
I've created a Web user control that contains a DropDownList and this DropDownList gets created and loaded in init() everytime. I set AutoPostBack=true and registered the event. I'm using the same user control at 2 different places. When running in the
|
| Proble with TreeView IE Web Controls / Database Bound | 11 Feb 2005 21:09 GMT | 4 |
I am trying to add a node under existing nodes, but making sure they don't exist before putting adding it. Here is my Code Public Sub BuildTree()
|
| Riddle me this... RBL strikes again. Min USENET clue reveals noth | 11 Feb 2005 20:35 GMT | 3 |
Slap a radiobuttonlist on the screen with a textbox and a button. Change the order of the RBL and textbox and suddenly viewstate and event handling goes away. Swap 'em back and all is well. This ready to run code snippet demonstrates the behavior.
|
| Building validators programatically | 11 Feb 2005 20:33 GMT | 5 |
I need to build controls and their associated validators dynamically, depending on requirements from a database query. The database provides the text of the questions, the type of control needed (textbox, radio buttons, etc), and validation for the control (required, number, ...
|
| Yet more DATE validation problems (C#) | 11 Feb 2005 20:18 GMT | 7 |
Specifically, I want to force the user to enter date in a textbox as a 4 digit year so that I don't have to figure out what century they intend. Also, I don't want to deal with date range assumptions that 2 digit year begets.
|
| Databound Textbox vs. Width property | 11 Feb 2005 14:19 GMT | 1 |
Please help... I have a datagrid with a template column containing a databound textbox. The textbox width is set to 100%, so it automatically fills the column. When you type into a textbox, if you type in more than the width, it just
|