| Thread | Last Post | Replies |
|
| control's default values? | 04 Jan 2006 20:36 GMT | 1 |
where can I find a control's default value? For example "CausesValidation" and "Visible" attribute?
|
| RowCommand - item index? | 04 Jan 2006 20:11 GMT | 1 |
I've just started experimenting with VS2005. I have a GridView with a command button in it. When I click the button the RowCommand event fires but how do I find out which row it was that caused it? In VS2003 I used e.Item.ItemIndex in the ItemCommand event but e.Item doesn't ...
|
| Gridview - Accessing a field value in current row | 04 Jan 2006 19:44 GMT | 3 |
I can currently access a row value using the following: GridViewRow g = g.Rows[1]; string s = g.Cells[1].Text; However, I need this particular field to be invisible. I only put it in the
|
| Custom Treenodes in Treeview | 04 Jan 2006 17:09 GMT | 4 |
Iam a using a custom treeview control, taking an example from http://fredrik.nsquared2.com/viewpost.aspx?PostID=299. I have created two hyperlink's after each node in the treeview. When i click on any one of the hyperlink's the selectednodechanged event of the custom
|
| newbie to creating web controls | 04 Jan 2006 16:25 GMT | 3 |
I am trying to develop some .NET web controls in VB or C# and need some help. Does anyone know any websites with a good tutorial on how to start. The MSDN site is not helping me at all.
|
| control exposing collection. | 04 Jan 2006 00:38 GMT | 5 |
Iam trying to design a web server control using asp.net 2.0, that has a collection exposed. so that user can specify list elements in the markup. like <uc1:MyControl id="Mycontrol1" runat="server" property1="value">
|
| ImageButton in a datagrid. How do I determine on which row I am? | 03 Jan 2006 17:35 GMT | 1 |
I have an ImageButton in a DataGrid (each row has it's ImageButton). When I click on this ImageButton, I must delete a row in my database. As a result, I must know on which ImageButton the user clicked (well, on which row). How can I do that? it's probably very simple, but I ...
|
| Table - no ViewState | 03 Jan 2006 09:41 GMT | 2 |
I just learn that there is no ViewState fo System.Web.UI.WebControls.Table :eek: I'm mad cos I need it :mad: Table control has a property EnableViewState but it isn't working! Wh
|
| Code to select item in dropdown populated using TableAdapter | 03 Jan 2006 08:46 GMT | 3 |
In ASP.NET 2.0, where do I write code to select a particular item in a dropdown control that is populated using SqlDataSource (Table Adapters)? I am developing a website in ASP.NET 2.0 for a library using Visual Studio 2005 and SQL Server 2000. I have already built a middle tier ...
|
| controlToValidate property of compareValidator | 03 Jan 2006 03:29 GMT | 1 |
If i have a datagrid and have a textbox in 1 editItemTemplate column, and the compareValidator & another textbox in a different editItemTemplate, when the grid is in edit mode, how do i set the controlToValidate property to the textbox in the different column so that i can ...
|
| Listbox is overlapping the Textbox in Asp.net | 02 Jan 2006 15:07 GMT | 7 |
Is it not possible to overlap the listbox with other controls. I wanna place the Textbox above the Listbox. I searched many groups but couldn't get the answer. Any suggestions please.
|
| DropDownList VS TextBox | 02 Jan 2006 07:52 GMT | 2 |
i have dropdownlist(ddlist) and textbox(tbox) , i want that if a user types sometihing in the textbox(tbox), the values present in the ddlist should appear e.g. my ddlist has 3 values (india,indonesia,germany), if user types in text box
|
| Localize control | 01 Jan 2006 18:37 GMT | 1 |
Any good info about the Localize class from System.Web.UI.WebControls? I just noticed that new control in ASP.NET 2.0. It seems to just inherit from Literal, and has no accessible properties in VS2005 designer (except for the ID).
|
| TreeView | 01 Jan 2006 18:34 GMT | 2 |
Anyone knows how to populate a treeview with data from a database? The database is based in Microsoft Access and i want to use C# language. Articles, code.... helps all! Greettings,
|
| Would like to get two items from a dropdownlist | 01 Jan 2006 17:23 GMT | 2 |
Hello Webcontrol Group members, I am using Visual Studio .net (2003) and webcontrols. I have a dropdownlist webcontrol that uses the "datatextfield" and " "datavaluefield" .
|