| Thread | Last Post | Replies |
|
| Help EditItemTemplate datagrid | 24 Apr 2004 19:17 GMT | 3 |
I need help. I have a datagrid bound to a dataset produced in code this time I want to put in edit mode I have that woring but can't format the edit mode stuff
|
| Help Findcontrol not working with data grid and EditItemTemplate | 24 Apr 2004 15:58 GMT | 1 |
I have a data grid 6 columns wide. in the 6th column I have a itemtemplate with a text box txtComment and in the corresponding edititemtemplate I have txtEditComment
|
| Type 'DataGridPageChangedEventArgs' is not defined | 24 Apr 2004 07:32 GMT | 1 |
In my code-behind page I have this routine. What do I have to do for it to recognize DataGridPageChangedEventArgs? Sub PageIndexChanged(ByVal source As Object, ByVal e As DataGridPageChangedEventArgs) _
|
| Changing text of a label inside a control... | 23 Apr 2004 13:52 GMT | 2 |
I need to change the text of a label inside a datagrid. The label is part of an <EditItemTemplate > Can anyone post code of how to do this? Many thanks
|
| cannot disable viewstate on datagrid | 23 Apr 2004 12:26 GMT | 1 |
I have a datagrid which can display upto 20,000 records and the viewstate gets very big. I have tried turning of viewtate using EnableViewState = false both on the parent page and on the DataGrid itself, however when i view the generated html source there is still
|
| Sorting link disappear when put control in the header | 23 Apr 2004 09:52 GMT | 2 |
I have a datagrid with 5 coloums. What I want to achive is put a button or a checkbox into each header of the coloums and when fires an event then hide that coloumn, also want to make those coumns sortable. As soon as I put a control in the header I lost my sorting option.
|
| Help with simple datagrid paging and sorting issue | 23 Apr 2004 07:52 GMT | 1 |
Please help! I have a simple web app that displays some search fields, posts back to itself onclick of the search button, and shows the results in a datagrid. I have default paging turned on, and SortExpressions set for
|
| databinding after page_load | 22 Apr 2004 17:56 GMT | 3 |
I'm working on a webpage which starts with a rather timeconsuming database transaction. (two different .mdb's from different MSAccess versions :-(). IN order to make things acceptable I want to use a progressbar. I use
|
| Learning the datagrid using VS.net | 21 Apr 2004 18:03 GMT | 1 |
I would like a good resource that demonstrates most of the datagrids abilities using Visual Studio.NET. It seems like most of the books and online information show examples of the datagrid strictly using script and text editors. Can someone direct me?
|
| Bind textbox to datagrid in frameset question. | 21 Apr 2004 17:43 GMT | 1 |
I have a frameset with two frames. The top frame (webform1.aspx) is a very simple SQL query form with one textbox, a submit button, and a datagrid. My queries and datagrid work great.
|
| Datagrid summary column | 21 Apr 2004 17:40 GMT | 3 |
Perhaps a simple question, but i m unable to get an idea of how to accomplish this... i have a customer table and another table which has their details (maynot be available for all customers)...i would liek to display this
|
| TemplateColumn to display Checkbox in DataGrid | 21 Apr 2004 05:13 GMT | 1 |
I am trying to display the contents of a numeric database column whose values are restricted to 0 or 1 as a checked or unchecked checkbox in my datagrid. I can display the database column's contents using an ordinary bound column so I know that I am successfully retrieving the data ...
|
| Editable Datagrid Dropdownlist error | 21 Apr 2004 05:06 GMT | 1 |
I have an editable datagrid which i created using the example on 4 guys from rolla http://www.4guysfromrolla.com/webtech/050801-1.2.shtml in this example the dataview is used as a source for the ddl in the edit
|
| Edit Datagrid - show textbox and dropdown | 20 Apr 2004 23:34 GMT | 2 |
I have a problem trying to edit the data in a datagrid control. I have 2 bound columns in the datagrid. I have added the following code inorder to edit the data. I want it such that certain rows of data when edited will bring the textbox control while certain other
|
| Select a row from a DataGrid1 by passing a QueryString variable | 20 Apr 2004 21:59 GMT | 1 |
I can not seem to get the row index in my datagrid containing the string id I pass in. Any suggestions? I know once I know the row index I will use: DataGrid1.SelectedIndex = [rowID];
|