Home All Groups Group Topic Archive Search About

.NET DataGrid Control

microsoft.public.dotnet.framework.aspnet.datagridcontrol
Score RowEditing without ObjectDataSource (x posted from ....adonet)
Jim Katz - 31 Dec 2005 1:21 AM - 2 messages
I have an application that updates a strongly typed data set at run time.  I'd like to dynamically create a table that connects to a run time data table.  For displaying the data, this works well.  I just set the ...
Score Call client script to update an item in a data grid
LehrSJ - 30 Dec 2005 7:35 PM - 9 messages
Is there a way to run client script function or procedure to update data in a data grid?  Say I have a textbox in the datagrid.  The user enters some data. After exiting the textbox I'd like a client script to change the new value to ...
Score Why doesn't TextBox control get updated
Tuomo - 30 Dec 2005 1:33 PM - 4 messages
Hi! I have a form (System.Web.UI.Page) that contains a DataGrid control and a DataTable that contains values for the data grid and that is data bound to the DataGrid.  When I switch the grid to edit mode (e.g. if  I set ...
Score Datagrid's items are empty after Postback !!!
Maaty - 29 Dec 2005 8:00 PM - 3 messages
I have a datagrid that represents a Shopping Cart content. I have a checkbox and a quantity-textbox in each item. An update-button event is assumed to retrieve the changes happened to both item's controls. I had this module working probably for a long time. Once, and I don't ...
Score Nested Datalist Controls
Darrin - 28 Dec 2005 7:55 PM - 3 messages
Greetings, I am trying to get the checkbox value from a nested datalist once I press a button on my form (not within any of the datalist grids). I am using asp.net 1.1/vb.net The project I am working on provides users to register for a specific event ...
Score Help me understand what is wrong (Data not showing)
Lorenzo - 28 Dec 2005 5:44 PM - 3 messages
Hello there I have somenthing pretty strange to me that I am trying to understand but I seem to fail. I have the following simple code that works fine in one scenario and give me an hard time in another one.  I have understood where the problem is but ...
Score urgent going crazy data not getting sorted!
samir25 - 28 Dec 2005 8:01 AM - 3 messages
hi here is a part of my datagrid itembound event where i calculate 2 columns and assign values to the columns Dim fileBytes As Integer = (fi.Length / 1024) Dim lastmodifeddt As Date = File.GetLastWriteTime(FilePath & filename) lastmodifeddt = lastmodifeddt.Date ...
Score how to create datagrid control with vertical columns
saket - 27 Dec 2005 11:09 AM - 3 messages
hello frnds   if any one cud help me how wud i create gatagrid control with header fields alligned vertically..rather than horizontally(default) --- Posted using Wimdows.net Newsgroups - [link] ...
Score Retrieving hyperlink query string values
martinharvey via DotNetMonster.com - 25 Dec 2005 5:31 AM - 3 messages
This is probably a very simple question but i would appreciate some help I want to retrieve the ProductID from the querystring <asp:HyperLinkColumn Text="View Details"          DataNavigateUrlField="ProductID"          DataNavigateUrlFormatString="details.aspx?ProductID={0}" ...
Next » 2 3 4 5 6 7 8 9 10