| Thread | Last Post | Replies |
|
| How to create a Paging navigation in a datagrid? | 08 Oct 2004 05:21 GMT | 3 |
I created a data grid which 500 records . Now i need to create the navigation. Something like: Previous [Current Page] of [Total Pages] Next Can someone help me out?
|
| adding button to header, footer or Pager of dataGrid | 08 Oct 2004 05:21 GMT | 2 |
i want to know whether is it possible to add button (say DELETE button) in the header,footer or Pager of a dataGrid? If yes,how do i achieve the same? thnkx
|
| How to add New Column to existing DataTable in specific position. | 06 Oct 2004 23:05 GMT | 4 |
I want to add new DataColumn to existing DataTable object as first column shown in the datagrid. (like DataColumn dc = new DataColumn("Target");
|
| Getting control of Items within a Datalist | 06 Oct 2004 12:58 GMT | 2 |
I have a problem as I have placed a dropdownlist in a datalist. Whenever the selected index changes I need to change a label inside the datalist. The problem is I can't get control of the label.
|
| datagrid layout?? | 06 Oct 2004 12:07 GMT | 1 |
If i set the property "allowpaging" to true and "pagesize" to 10, the datagrid layout display is fine with 10 records and my problem is when navigate to the last page with only fewer record like 3 and the layout for the 3 record seem to be quite big, i mean each row the height is ...
|
| Refrence image in template column | 06 Oct 2004 12:04 GMT | 1 |
I am trying to change the image in my column depending on the status of the db field. All of the data is being populated correctly, I just haven't been able to get the image path to work. aspx page:
|
| Inserting an Image into a Column | 05 Oct 2004 21:58 GMT | 1 |
I want to know how to insert an image into a datagrid column. I am using the following method to create a DataTabel which I then add to a dataset and finally set the
|
| Grid texbox autopostback | 05 Oct 2004 13:49 GMT | 1 |
I'm trying to perform an autopostback on a textbox, when i leave the cell it does postback to the server but i can't find the event that it calls. I create the datagrid using the ItemDataBound event. has anyone got any ideas?
|
| adding subHeader to dataGrid | 05 Oct 2004 13:41 GMT | 1 |
i want my datagrid to look as below : ------------------------------------- Account | | column1 | column2 | column3 |
|
| Remove an item from a datagrid on binding | 04 Oct 2004 16:16 GMT | 1 |
Hello, i have a datagrid which i have set up so it has "Accounting" style formating (alternating items with a different backcolor). There are a few rows which the client wanted removed. This is no problem to do, however the rows still count into the sequence for
|
| boolean BoundColumn | 04 Oct 2004 15:51 GMT | 1 |
I have bound a BoundColumn to a DataGrid, which is linked to a collection whose 1rst element is a bool. The DataGrid then displays 'true' or 'false', whereas I would like to display 'Y' or 'N' in it. Is there a mean to avoid using a Dataset for my DataGrid ? Thanks !
|
| Sessin in DataGrid's Inherted Class | 04 Oct 2004 15:37 GMT | 1 |
I am trying to develope custom grid gving pssibility to save its datasource to XML file, View State and Session Problem is with Session because when I do drag and drop this control into vsiual designer I see error that makes my control not visualize properly.
|
| Populating a datagrid control ... | 01 Oct 2004 05:46 GMT | 2 |
Hi All ... I'm writing a small shopping cart app (uni assignment) and need to list all the books that a user selects. I have created a "BookBasket" object that contains among other things an
|