|
web
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
.NET DataGrid Controlmicrosoft.public.dotnet.framework.aspnet.datagridcontrol
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 ...
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 ...
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 ...
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 ...
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 ...
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 ...
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 ...
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] ...
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}" ...
|
|||||||||||||||||||||||