| Thread | Last Post | Replies |
|
| Change Control Property in Header | 12 Mar 2006 10:14 GMT | 1 |
Hi, I have a datagrid with a checkbox control in it's header, but I need to change it from runtime (to check or uncheck it). It's that possible. Thanks.
|
| Editing a data row | 10 Mar 2006 09:01 GMT | 1 |
Hi; I have a table where the data in each row has several columns where depending in if column A is 0 or 1, then they need to fill out columns A, B, C, & D or X, Y, and Z.
|
| How to create a row in the database? | 10 Mar 2006 07:45 GMT | 1 |
Hi; The video at http://msdn.microsoft.com/asp.net/learning/learn/newtodevelopment/default.aspx shows how to view, edit, & delete rows in a dataset. But it doesn't show how
|
| Cells conditional formatting (i.e.Red for negative values) | 09 Mar 2006 04:43 GMT | 5 |
Hi all gurus, I'd like to have a "Excel like" behaviour, like that of the subj. Is it possible? I guess not, since I've found no similar solution. However, trying in "DataBinding" or "PreRender" methods? Any clue much appreciated. Thanks
|
| Footer row on a grid with no records? | 09 Mar 2006 00:37 GMT | 2 |
I have a grid which has no records at first. ... see the new empty text property to specify text to show when there are no records, cool, cool. Now comes the catcher though... i use the footer of my grid to add new rows... the classic solution of template columns with textboxes in ...
|
| Datagrid & column sizing | 08 Mar 2006 18:32 GMT | 1 |
Is there a way to control the size of columns when you are using AutoGenerated columns? I have a grid that spans the width of a table, and rather than spreading out the columns evenly, it seems like the last column, which only has numeric data, 3-4 characters at the most, is ...
|
| Confusion regarding nested datagrid - classic problem of persistence | 08 Mar 2006 03:10 GMT | 2 |
All: Let me first say that I've researched my problem, but I have spent way too much time (~1.5 weeks), and finally am reaching out to the community for help. Here's the problem:
|
| Client callbacks | 08 Mar 2006 03:03 GMT | 1 |
Quick question. Is it possible to use Asp.net 2.0 client callbacks to refresh/update a datalist/repeater data control without a complete page postback? --Papanii
|
| 1 row many columns is gridview best choice? | 07 Mar 2006 23:16 GMT | 1 |
I have 1 record with many fields of data per User id. I want to display the data down the page in two-three columns w/ labels. Is the Gridview the best choice for this? Or is that just best choice when dealing with multiple records?
|
| Getting Data from a Row | 07 Mar 2006 14:33 GMT | 2 |
Using VS2005, C# I'm sure this has been asked a million times. How does one get data from a selected row in a gridview. The following only seems to get me the datakey data:
|
| Cache or Session state throwing out of Memory Exception when using datagrid | 06 Mar 2006 18:21 GMT | 3 |
I have a question,what is the best way to preserve dataset in web application and how to use it correctly for web application. (Cache object,Session or Application state) I tested Session and Cache and both giving me out of memory exception
|
| Web Matrix 0.6 and GridView .NET 2.0 | 05 Mar 2006 15:16 GMT | 6 |
I use Web Matrix 0.6 with .NET 1.1 ( MxDataGrid ). How/can I use GridView control (.NET 2.0 ) ? TIA, MM
|
| Cache vs Session, Application state for datagrid | 03 Mar 2006 21:16 GMT | 11 |
I have a question,what is the best way to preserve dataset in web application: Cache object,Session or Application state.
>From perfomance,scalability point of view? |
| filling the grid | 03 Mar 2006 20:31 GMT | 3 |
I fill an arraylist (ALstudents) with data from a dataset Therefor, I first made a structure : Public Structure lldata Dim NameForname As String
|
| ButtonColumn as Image? | 03 Mar 2006 11:31 GMT | 2 |
I am using a ButtonColumn which is used to delete an item from the datagrid. Is it possible to use an image instead of just text for this ButtonControl?
|