| Thread | Last Post | Replies |
|
| ItemDataBound And LinkButton Attributes | 05 Jun 2004 12:41 GMT | 1 |
I've got a problem that is probably very simple but it just isn't working right for me. I've been reading Scott Mitchell's article on DataGrids (http://aspnet.4guysfromrolla.com/articles/090402-1.2.aspx) and
|
| Add Confirm to Delete button in repeater | 05 Jun 2004 01:28 GMT | 1 |
I have a repeater which shows Group names. (Skip this part if you want rather irrelevant) The groups are ordered and formatted: Parent
|
| Retrieve ButtonColumn Text | 04 Jun 2004 22:36 GMT | 1 |
I am trying to use buttonColumn. My datagrid is binded to a datatable. And I am trying to get the text value from itemcreated or itemdatabound event in the datagrid.
|
| Export to Excel C# | 04 Jun 2004 18:32 GMT | 1 |
I am having a problem exporting a Datagrid to excel in asp.net. For some reason I am getting a blank excel page. I set up in IIS the Mime for .xls. My code is below any help would be appreciated.. Thanks
|
| How do I display this information? | 04 Jun 2004 18:27 GMT | 1 |
Okay, I have a ShoppingCartDetails table. The shopping cart lists photographic prints. There may be one image with more than one line item, or more than one print size. For example CartDetailID ProductID Qty PhotoID.. 1 5x7 2 000 2 ...
|
| Madness, I call it madness | 04 Jun 2004 15:28 GMT | 2 |
Maybe it's me who is mad but... I have a windows application with a datagrid. On pressing F5 (when the grid or any grid's cell has a focus) I would like to refresh data (running my GetGridData procedure).
|
| Disable viewstate | 04 Jun 2004 08:08 GMT | 1 |
I set grid's EnableViewState to false, when do paging, datasource is retrieved from server and grid is databinded. However no data shows in the grid for next pages.
|
| hide or remove a row from datagrid | 04 Jun 2004 08:02 GMT | 2 |
I have a datagrid bound to an employee database table, which looks something like this: FirstName LastName PhoneNumber Email ---------------------------------------------
|
| align data column from codebehind | 04 Jun 2004 07:46 GMT | 2 |
I've started a datagrid in codebehind and need to have the numeric columns right aligned. here's the code: -----
|
| How to determine which cell was clicked in as ASP.NET DataGrid | 03 Jun 2004 19:05 GMT | 4 |
I created an ASP.NET Datagrid where a single row can be selected by clicking anywhere on the row (according to http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dv_vstechart/ht ml/vbtchTopQuestionsAboutASPNETDataGridServerControl.asp, Selecting Rows by Clicking ...
|
| edit data grid | 03 Jun 2004 16:21 GMT | 2 |
Hi I have a Datalist that can Update each row my problem is i have a edit update and remove link in datalist when user click edit it show update and cancel button but when they click update button it again show update and cancle I want it to show edit button and dont show update ...
|
| Maxmising DataGrid | 03 Jun 2004 01:34 GMT | 3 |
How can you start with a maximised view on a datagrid? It's not very user friendly to look at initally when you have to click the small arrows to view the data. Surely there must be a way of maximising the data at startup ?? doug.
|
| Datagrid pages do not work after select | 02 Jun 2004 17:06 GMT | 2 |
I am a newbie. On a button click, I use the following databind that works perfectly. But after that no matter which page number I click at the bottom, I always get the first page. The same happens with the column header clicks to sort, reverse-sort, etc. How can I fix this? Thanks.
|
| Rotating a DataGrid | 02 Jun 2004 16:23 GMT | 5 |
Hi, All, I'm helping a client solve a tricky problem. Any suggestions on the below? Your help is greatly appreciated. I'm looking to build a dynamic datagrid. Dynamic by columns. In other
|
| Accessing the current datasource row and column? | 02 Jun 2004 09:33 GMT | 1 |
How would i go about accessing a column in the currently binding row in a datagrids datasource the following code does not give me access to the column DataSet ds = (DataSet)this.srlGrid.DataSource DataRow dr = (DataRow)ds.Tables[0].Rows[e.Item.DataSetIndex]
|