| Thread | Last Post | Replies |
|
| Where are the Update/Cancel buttons? | 06 Apr 2005 22:37 GMT | 2 |
I have a treeview. (Irrelevant). In the target page I have a DataGrid populated with several data Items (a SQL SP resultset as a DataTable.) and columns with Edit and Delete html buttons.
|
| SelectedIndexChanged propagates between Columns (?!) | 06 Apr 2005 15:59 GMT | 3 |
I have a DataGrid with two Template Columns - each contains a DropDownList. Both DDLs are set to AutoPostBack and the first DropDownList has a SelectedIndexChanged event handler attached to it. Oddly enough, when I change the value of the _second_ DDL, when the PostBack
|
| RadioButtonList within DataGrid | 06 Apr 2005 15:20 GMT | 1 |
I'm trying to make a datagrid with a RadioButtonList on each row: <asp:TemplateColumn HeaderText="Action"> <ItemTemplate> <asp:RadioButtonList runat="server">
|
| I have no idea how to resolve this problem: | 06 Apr 2005 10:54 GMT | 1 |
Someone Please Help Me For Real. <Script runat="server"> Public Overridable Sub Pop() Dim I As Integer
|
| Problems displaying items in datagrid | 05 Apr 2005 22:47 GMT | 4 |
I have the following problem when displaying a datagrid. One of the fields of the database i am queryng has the ProductId which has spaces in it (Product Id is in the form (xxx xxxx xxxx) but when I display it in may browser (IE6) the spaces between the part the productId are ...
|
| DataGrid Problem | 05 Apr 2005 16:42 GMT | 4 |
On my webform, I have placed a datagrid and underneath it some other webfrom components such as textboxes and buttons. The datagrid is being populated at runtime and its size is not predefined (it can be 0,5,10,50,etc).
|
| When do I assign a SelectedIndexChanged event handler for DropDownLists inside a DataGrid? | 04 Apr 2005 14:02 GMT | 3 |
Remember my data-bound DropDownList embedded in a TemplateColumn inside a data-bound DataGrid? <asp:DataGrid id="grdProducts" runat="server" DataSource="<%# myPortfolio.Products %>"
|
| Manipulating a DropDownList that is inside a TemplateColumn | 03 Apr 2005 14:32 GMT | 2 |
I have a data-bound DropDownList embedded in a TemplateColumn inside a data-bound DataGrid, like so: <asp:DataGrid id="grdProducts" runat="server" DataSource="<%# myPortfolio.Products %>"
|
| how to use check box in data grid | 01 Apr 2005 14:32 GMT | 1 |
hi all, please help me I want to use check box in data grid for boolean value, let said about an invoice record paid status. I've used TemplateColumn for this purpose. <asp:datagrid id="dgrInvoices" runat=server>
|
| newbie to datagrids | 01 Apr 2005 07:16 GMT | 2 |
I designed my datagrid as shown in the code below. I also succeded to load the data into it. Now I have added a push button remove, but I don't know how to handle the event.
|