| Thread | Last Post | Replies |
|
| Datagird Question? | 20 Feb 2004 04:39 GMT | 1 |
How do we retrieve the ids of controls that datagrid generates at runtime. If this question has been answered early pls tell me how to find it. Thanks Arvind.
|
| Cannot Find Row Index after using row filter | 19 Feb 2004 00:27 GMT | 10 |
I have a datagrid that works great and edits/updates just fine. So I decided to add rowfilter via a textbox search. This works great, however when I click edit the values in the row all change to values in another row. This is confusing to the users.. How do I take
|
| Dynamically added Templated Columns (Implementing ITemplate) in DataGrid - How do I wire up events? | 18 Feb 2004 08:29 GMT | 5 |
I have a VB.NET / ASP.NET program I'm trying to debug in which the columns in the DataGrid change depending on user selections. The data is sourced from a database, so the number of rows varies with the selection parameters. The columns are being added dynamically at runtime. ...
|
| highlight currrent page number | 18 Feb 2004 04:41 GMT | 1 |
I have paging activated with this format ... 3 4 5 6 7 ... there is no distinction between current or other page numbers how can I highlight the the current page number ?
|
| Textboxes when not in Edit mode | 17 Feb 2004 23:44 GMT | 2 |
The scenario is this: A user needs to enter a value (for example, expenses) for a number of rows in a data grid (each row, for example, might be a customer the user is working with).
|
| clickable boundcolumn is it possible | 17 Feb 2004 23:01 GMT | 1 |
Hi I have a data grid with boundcolumns what I am trying to do is make the data that shows up in the bound columns clickable so as to be able to run the dgrid_select code (whic I now run from EditCommandColumn) any hints
|
| highlight row on mouseover | 17 Feb 2004 18:49 GMT | 3 |
trying to use this code for mouseover highlight of row but it is not working on the datagrid can anyone tell me what is missing ? Sub Grid_ItemDataBound(ByVal sender As Object, ByVal e As
|
| PageIndexChange in datagrid | 17 Feb 2004 18:21 GMT | 1 |
I have a datagrid that I need to allow paging. The datagrid only gets loaded when !IsPostBack. If this is the case paging does not work. If I load the datagrid IsPostBack then the paging works. Then the problem would be that when paged the data will get loaded twice. Once from
|
| Respond to DropDownList control Event in DataGrid | 16 Feb 2004 22:32 GMT | 2 |
I am adding a DropDownList control to my DataGrid footer template. I load my DropDownList using a function that returns an arrayList. I can see all my items in the DropDownList, but when I select an item from the list, I am unable to trap the DropDownList SelectedIndexChanged ...
|
| Hidden parts of the page in ASP.NET??? | 16 Feb 2004 17:21 GMT | 3 |
Hi!! can someone tell me where I can gind some information to get this cool feature to hidde text as it's used in the ASP.NET Forums beta search ??? like here: http://www.asp.net/Forums/Search/SearchResults.aspx?q=development
|
| Presenting records over multiple rows? | 16 Feb 2004 01:34 GMT | 8 |
I wonder if it is easy to use the DataGrid to display for example 4 data values related to a record on one grid-row and then have a 5th grid-row spanning all 4 columns that displays the 5th data value? This would then repeat for each record in the datatable showing each record
|
| DataBinding to a Sequential File | 16 Feb 2004 01:24 GMT | 1 |
I am new to vb.net and I am running into problems understanding DataBinding and its concept. The only examples I find are always talk about Web design, I only want to use this data on my standalone computer. So my question is:
|
| ImageButton in column's HeaderTemplate doesn't generate Click event | 15 Feb 2004 19:01 GMT | 1 |
I have a datagrid, with a template column containing a CheckBox called chkSelect in the ItemTemplate. Users select rows to edit/delete by checking the appropriate checkbox. I want to add a simple image button to the HeaderTemplate that enables
|
| hyphenation in column text | 15 Feb 2004 04:37 GMT | 6 |
I have a datagrid that displays records from a JET 4 (Access XP) database. It works fine but in columns where a "-" is embedded in the text, like serial numbers in the format 123-456, apparently the datagrid control converts the "-" plain hyphen into an HTML soft hyphen, forcing the ...
|
| Does anyone know of an extended webcontrols.datagrid? | 15 Feb 2004 04:24 GMT | 1 |
I need a webcontrol datagrid with extended capabilities...to show thumbnails and hyperlinks..etc. Like this one does that is just a windowscontrol: http://dotnet.leadit.be/extendeddatagrid
|