| Thread | Last Post | Replies |
|
| SortCommand Event in DataGrid | 25 Feb 2004 17:46 GMT | 1 |
I am creating a datagrid control at runtime. When i set the AutoGenerateColumns property to true the sortcommnd event gets fired but when i set the same property to false the sortcommand event doesnot get fired itself. Does anybody have any idea about it
|
| index value out-of-range error | 25 Feb 2004 01:49 GMT | 10 |
For a week, I've been stuck trying to figure out the source of this error. I've tried it so many ways; but, the error persists. Can/will someone explain to me why this works in the "Distributed Application" Walkthrough (p. 37); but, won't work, when I adapt the same approach to ...
|
| Word is asking for the ASPNET user initials!!! | 24 Feb 2004 22:33 GMT | 2 |
I am trying to send a fax from a WebForm using C# and FAXCOMLibEX. It is ok to send a text file but when I try send a Word document the I can't have an answer. My guess is that when I try to open the Word for the first time the application is asking for the initials for the ASPNET ...
|
| dataGrid in DataGrid | 24 Feb 2004 05:02 GMT | 3 |
I am trying to use dataGrid in a dataGrid, meaning first DataGrid displays some information and on each row, it is going to have another datagrid to display detailed information. I was able to do it in two dataGrid. ( one datagrid containing a datagrid in
|
| Ading vertical rows for datagrid control ... ? | 24 Feb 2004 04:05 GMT | 3 |
Is it possible to have a data grid control with vertical row when I am not opted for paging ? If so, how to achieve it ? Thanks, Jimmy
|
| Problem detecting deletion in dataset (in datagrid) | 23 Feb 2004 15:56 GMT | 1 |
I have set at dataset as source for my datagrid. When i want to store my changes in the datasource I call the dataSet.GetChanges() wich should return all rows with changes...It does except for the rows wich i have deleted. They aint represented in the
|
| True Excel like appearence apearence..... | 23 Feb 2004 15:56 GMT | 2 |
I would like to make all the cells(fixed number of rows and columns) in the grid as editable. so that user can enter data in any cells at anytime without cliking the edit box or anything of that extra click. how to do that ?
|
| changing row color depending on a cell value | 23 Feb 2004 07:48 GMT | 2 |
I want to change datagrid's row color depending on a cell value How can I do this? I think that I must write some code in bind method but I dont know How I do this.
|
| Creating DataGrid Via Code... | 22 Feb 2004 17:31 GMT | 3 |
Hey all, Been reading up on ASP.NET (using VB.NET) and have been trying to figure out if this is possible. I need to make 4 connections to 4 different oracle databases and retreive
|
| totals at the TOP? | 22 Feb 2004 06:55 GMT | 1 |
Is there any way to get FooterText to show at the top of the grid instead of the bottom? We have hundreds of pages of grids that are almost always too tall to show on a page. Users are constantly scrolling down to the bottom to see the totals as soon as the page shows. I know I ...
|
| Display 1 data row as multiple datagrid rows | 21 Feb 2004 09:26 GMT | 1 |
If a row of data in a dataset has a lot of columns the row displaying the data in a datagrid will run way off the screen. What I'd like to do is display a row of data over several datagrid rows so the user doesn't have to scroll horizontally. Essentially, I want to wrap a datagrid ...
|
| display empty grid | 21 Feb 2004 03:08 GMT | 2 |
The grid is not displayed when it is bound to an empty dataset. I need to display just the header of the grid when the dataset is empty. How can I do this? Thanks...
|
| Datagrid wrappable column header text | 20 Feb 2004 19:43 GMT | 1 |
I may be missing something here, but could someone elaborate for me... Does the datagrid control provide the ability to wrap the column header text as you could do in VB6 with the Hiearchal Flexgrid control. I have a couple of datagrid controls that have some lengthy column header ...
|
| Postback data | 20 Feb 2004 10:17 GMT | 2 |
Hi friends, I Have a datagrid. It's for list for categories. I want this list is hyperlink and for postback send Categoriesid. User click this categorie list link and user see list of sub categories.
|
| Deleting Multiple Rows | 20 Feb 2004 04:48 GMT | 1 |
I want to delete multiple records/rows from a dataset for eg: DataSet.tables(0).rows("Some Counter").delete() will delete one row. what if I have to delete more than one row... Thanks,
|