| Thread | Last Post | Replies |
|
| Filter Datagrid? | 04 May 2006 04:59 GMT | 1 |
I have 3 datagrids on my page that uses data from one stored proc. The data is sorted by category (3 categories). Can I use the data from mystored proc to fill the datagrid without having to create three trips to the server to load the data?
|
| Can you hide the contents of a row but leave the row there? | 02 May 2006 19:48 GMT | 2 |
Is there a way to leave a 'placeholder' for a row but to hide all of the elements? I could probably go through and hide each element but it seems like there should be an easier way. TIA - Jeff.
|
| GridView, DropDownList, SQLDataSources.... ugh. | 02 May 2006 13:25 GMT | 1 |
Hey guys, I'm working on CommerceStarterKit, modifying it to fit a friend's needs. There are two issues I'm running into during this, and I'm about spent. Issue #1: Setting the SelectedValue of the DropDownList in the template
|
| hide a column programatically | 02 May 2006 06:55 GMT | 1 |
How can I HIDE a GridView Column programatically? I have a column that has the prices, but I only want the user view the prices if they enter the correct password, at this time I have 2 gridviews I use the visible property to change between them...
|
| Add rows to datagrid | 01 May 2006 04:12 GMT | 2 |
I want to create a datagrid with different "row types". To illustrate my point I'll describe a simplified version of what I want. I have a list of stock with the following fields: StockCode, Description, Price, NumberInStock.
|