Home All Groups Group Topic Archive Search About

.NET DataGrid Control

microsoft.public.dotnet.framework.aspnet.datagridcontrol
Score How to Make Calculator in ASP and Cold fusion
Asim Shahzad - 29 Jan 2005 9:14 PM - 4 messages
Hi Can any one tell me how to make calculator in asp and cold fusion. post your option here please Asim ...
Score OnItemDataBound Problem
mayetski - 28 Jan 2005 9:37 AM - 3 messages
Hi, I created a DataGrid programmatically, my problem is that I dont know how to associate a function with the OnItemDataBound  event of the Datagrid if it's created programmatically. Would anyone help me do this? Any help will be much appreciated. ...
Score DataGrid with manual dataSource
CDX - 26 Jan 2005 12:51 AM - 2 messages
I'd like to use a DataGrid but use a collection of objects as it's source. Preferablly I'd like to have the column data be retrieved directly from the row object in the collection (instead of from an array ...
Score playing around a DataGrid
Kenny M. - 25 Jan 2005 5:07 PM - 2 messages
hi I have a view which return 1000 numbers and amounts  like this: Number   Amount 000           234 001           3456 ...
Score Changea buttoncommand for one record only
Rock - 24 Jan 2005 5:49 PM - 2 messages
I have a datagrid with the standard Edit and Delete columns that you can add using the property builder.  I added a 3rd column for "Confirm Delete". When the Delete button is clicked, it runs dg_ItemCommand, and changes the ...
Score Bees knees of grid controls for ASP.NET
Rob Nicholson - 24 Jan 2005 5:19 PM - 11 messages
Whilst the datagrid is pretty good, we're finding it's a little too post-back intensive for some of our applications. Having come from the native Windows client environment, the lack of client side functionality is something frustrating. So what's the bees knees of grids for ASP.NET? Just about to look at Studio ...
Score Datagrid Not Displaying
Roy - 24 Jan 2005 4:20 PM - 5 messages
Datagrid below. It will not display. The page shows nothing but the html header. I have tested the query in query analyzer. Records exist and should be displayed. I've stripped out all extraneous code to try to narrow down where the syntactic flaw is but am still coming up ...
Score Retreive values from invisible cell
Patrice COTE via .NET 247 - 23 Jan 2005 5:29 PM - 2 messages
Hi ! I'm trying to update a table with an editable DataGrid (Edit, Update, Cancel button). In the Update event of the item, I can retreive every value by using the TableCell object (DataGridCommandEventArgs.Item). The only value I can' retreive is the one that I stored in an invisible cell. ...
Score Data Grid Disappears after postback
Hagai Amiel via .NET 247 - 23 Jan 2005 5:27 PM - 2 messages
Hello There I have created a fully programmatically datagrid each time I press any button, the datagrid disappears when it posts back how do I keep the grid on the screen without re-constructing it from scratch each time? I have tryed saving it on session variables without any success ...
Score Creating News page the dotnet way
Nico - 23 Jan 2005 3:43 PM - 2 messages
Hi all, On out intranet we have a 'news' section were a secretary can add, delete or edit articles via an apsx interface pages. To display this newspage I query all articles from DB and create a string programmaticly and then do a ...
Next » 2