all groups > asp.net datagrid control > march 2006 > threads for march 1 - 7, 2006
Filter by week: 1 2 3 4 5
1 row many columns is gridview best choice?
Posted by Brenda Pasquarello at 3/7/2006 10:36:36 AM
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?
Is there another control I should consider, or just cu... more >>
Getting Data from a Row
Posted by Joe Reiss at 3/7/2006 8:20:03 AM
Hi All,
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:
myView.SelectedRow.Cells[x].Text;
I want the actual data in the cell. This would seem tobe a trivial... more >>
Confusion regarding nested datagrid - classic problem of persistence
Posted by strangeboy at 3/7/2006 8:17:01 AM
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:
I successfully have a nested datagrid showing (typical master/detail
arrangement) using a dynamically created da... more >>
Client callbacks
Posted by Papanii Okai at 3/6/2006 11:09:30 PM
Hi Guys
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
... more >>
Cache or Session state throwing out of Memory Exception when using datagrid
Posted by Marisha at 3/2/2006 11:04:29 AM
Hi Guys,
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
when I'm dealing with datagrid with 900-9... more >>
Template Column...
Posted by Mike Andrews at 3/2/2006 10:33:39 AM
Guys,
I've got a problem with a ASP.NET 1.1 Datagrid that I wanted to see if any
of you had any suggestions or advice on how to correct. My original problem
with the datagrid was that I had 4 pre-defined columns. However, due to a
feature restriction I needed to make the first column invisi... more >>
Cache vs Session, Application state for datagrid
Posted by marina.sukhnev NO[at]SPAM thinknet.com at 3/2/2006 7:26:43 AM
Hi Guys,
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?
Any ideas?
Thanks,
Marina
... more >>
ButtonColumn as Image?
Posted by TheDude5B at 3/2/2006 5:28:26 AM
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?
If this is not possible, then how would i change the code for this
ButtonControl to work with an ASP reapeater instead.
for example j... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
Custom DataGRidComboBoxStyle DataSource Problems
Posted by Richard Ryerson at 3/1/2006 8:15:43 PM
I have a general DataGridComboBoxColumn that I built using the Example in
the .NET 2003 Combined Collection help file (that was a data time picker).
I am able to assign a data source and display / value members so the
ComboBox is data bound and that works, to a point. What generally works is
t... more >>
Web Matrix 0.6 and GridView .NET 2.0
Posted by Yong Chen at 3/1/2006 6:04:59 PM
Hello,
I use Web Matrix 0.6 with .NET 1.1 ( MxDataGrid ).
How/can I use GridView control (.NET 2.0 ) ?
TIA,
MM
... more >>
|