| Thread | Last Post | Replies |
|
| Adding Columns to Datagrid Dynamically | 28 Feb 2004 21:33 GMT | 1 |
I have a webpage with three link buttons and a datagrid. I would like to populate the same datagrid with different datasources by clicking these link buttons, which means I need to be able to dynamically add or delete columns to this datagrid through code.
|
| DataKeys(Index): Scope issue | 27 Feb 2004 20:18 GMT | 1 |
I can access the dg's DataKeys values (table primary key values) from events raised by objects outside of the dg. For example, from a Button1_Click, where the button is not in the dg, but elsewhere on the page. I cannot access the dg's DataKeys values from events raised by
|
| Combobox inside DataGrid | 26 Feb 2004 22:41 GMT | 2 |
Hi all, everybody knows where i can find samples to how create combobox inside e datagrid, e how to populate it??
|
| Update and Cancel events fire as Edit | 26 Feb 2004 22:21 GMT | 3 |
I have a datagrid that is created at run time DataGrid dgG = new DataGrid(); BoundColumn bcB; dgG.CellPadding = 5;
|
| Sorting and paging | 26 Feb 2004 21:34 GMT | 7 |
I have set up numerous datagrid controls and had a recurring problem with the sorting and paging features. They simply don't work and generate and "error on page" every time. Help?
|
| TextArea | 26 Feb 2004 21:32 GMT | 1 |
Is it possible to create a TextArea Item Template inside a datagrid? If so, how?
|
| Datagrid is not refreshing after postback | 26 Feb 2004 19:04 GMT | 2 |
This problem shows up whenever I do any kind of update to the Access 2000 database - the update (delete, update, insert) works fine and the database is updated, but the Datagrid does not reflect the changes until the page is reloaded again.
|
| Drag and Drop | 26 Feb 2004 17:47 GMT | 1 |
I am tring to implement Drag and Drop in my asp.net web-app, the idea is to allow a user to Drag and Drop an Object/Image to any location on a form (with a grid-background), and have the server store the usr selection. Is it possible to do this purely in asp.net? (no Java). Any ...
|
| DataGrid easy Edit-Update using ADO.NET/DataGrid functionality C#? | 26 Feb 2004 17:04 GMT | 1 |
Hi, so I am using built in Edit, Delete, Update i.e. OnEditCommand="DataGrid1_Edit" OnUpdateCommand="DataGrid1_Update" with handler question below in regards to the actual update after edit
|
| ItemDataBound event | 26 Feb 2004 07:28 GMT | 2 |
I see the following on MSDN: The DataGrid control supports several events. One of them, the ItemCreated event, gives you a way to customize the item-creation process. The ItemDataBound event also gives you the ability to customize the DataGrid
|
| open page externally when click on hyperlink inside datagrid | 26 Feb 2004 06:22 GMT | 1 |
Dear Friends I put a asp.net hyperlink control inside a datagrid as even a template column or hyperlink column but can not force datagrid to open a new window when I clicked on the hyperlink. I set the Target of Hyperlink to _top,
|
| datagrid with no records - showing a line | 25 Feb 2004 21:45 GMT | 1 |
Using asp.net and a datagrid - When there are no records returned from the query - is there a way to add/insert a line into the grid stating there is/are
|
| Record set in ado.net | 25 Feb 2004 17:50 GMT | 1 |
What is the asp.net / ado.net equivalent to if not rs.eof then while not rs.eof response.write rs("id")
|
| Datagrid overlapping text below it | 25 Feb 2004 17:48 GMT | 1 |
I’ve asked this question few days ago. However, I did not get a reply. So, I thought may be I should rephrase my questions. This is my question Why is my datagrid overlapping any text that is bellowing it In other words, I cannot have any links, texts, and/or images bellow my ...
|
| Event on changing cell in the edit row ? | 25 Feb 2004 17:47 GMT | 1 |
Is there an event fired, when the focus in the edit row changed from on cell to another ? Martin Thole Aachen, Germany
|