Home All Groups Group Topic Archive Search About

.NET DataGrid Control

microsoft.public.dotnet.framework.aspnet.datagridcontrol
Score DataTable consisting of 2 other DataTables
Maziar Aflatoun - 5 Feb 2005 4:30 AM - 2 messages
Hi, I have two datatables, DataTable1 dtCurProducts.Columns.Add(new DataColumn("Id", Type.GetType("System.String"))); dtCurProducts.Columns.Add(new DataColumn("ProductId", Type.GetType("System.String"))); dtCurProducts.Columns.Add(new DataColumn("Quantity", Type.GetType("System.String"))); dtCurProducts.Columns.Add(new DataColumn("FinalPrice", ...
Score Datagrid/SQL & passing values
VFR - 4 Feb 2005 1:44 AM - 2 messages
Hi, I am a total ASP virgin and over the pst few nights have written a ASP.NET front end for a c#/SQL server based call loggin system I have written. I have a webpage with a DataGrid dislaying various columns of data, and the last column is a view option. ...
Score DataGrid Help
John McClamrock - 3 Feb 2005 10:24 PM - 4 messages
What exactly is a DataGrid? John ...
Score Sizing the dataGrid
CDX - 3 Feb 2005 3:52 AM - 4 messages
I have a dataGrid on a form, In design mode it behaves as I would expect when resizing the form. However when I populate it when running, it no longer resizes the same way. Seems like when the # of rows changes, it ...
Score Using a calendar in a datagrid
Philippe Pons - 2 Feb 2005 4:56 PM - 3 messages
Hi, I use the calendar available from the Time Tracker Starter Kit. A click on the associated icon triggers a JavaScript  procedure: OpenCalendar The name of the textbox that receives th selected date is passed to this procedure as an argument. ...
Score Column Size
Olivier Matrot - 2 Feb 2005 9:14 AM - 4 messages
Hello, I would like to ensure that Datagrid columns size are fixed. I understand that this could sound surprising. Is there a way to automatically truncate text (which comes from a database) if it does not fit in the column, but ...
Score Dropdowlist within a datagrid, (VB.NET)
gn - 1 Feb 2005 10:34 PM - 4 messages
Hi have a dropdown list within a datagrid, based on what is selected in the list I want to populate another dropdownlist, the code to populate the dropdownlists is not the problem, my problem is getting the code behind to recognise that something has been selected. ...
Score HTML editor
anonymous - 1 Feb 2005 7:17 PM - 5 messages
I have a text box where all my text with an HTML tags are saved. I would like to have an HTML editor in a separate windows. Dpes some one have an example how to do this? ...
Score Control inside Datagrid
Partha Protim Roy - 1 Feb 2005 7:21 AM - 2 messages
I have a problem can anybody help me? The problem: I want to insert Combobox & Textbox inside DataGrid. There will be three column in the grid one column will have Combobox and other two column will have textbox. PRoy ...
Score Get Header Text
Vishal - 31 Jan 2005 11:25 PM - 2 messages
Hello,     I am trying to get the header text of the datagrid in the ItemDataBound event, but it returns an empty string. Here is what I did: Private Sub datagrid1_ItemDataBound(....) If e.Item.ItemType = ListItemType.Header Then ...
Score Using sqlDataAdapter to fill Dataset
Andy G - 31 Jan 2005 7:48 PM - 2 messages
I am setting my adapter to the below value and then filling the dataset and binding the data grid to that after I set my dataset equal to the datagrid's datasource.  I manual bind the fields of the query to the datagrid.  Can I ...
Score multiple Rowfiltering and binding the changes to the datagrid
Robert Gregory via DotNetMonster.com - 31 Jan 2005 3:09 PM - 4 messages
I have the following problem: I have several DropDownList Controls where the user may select multiple values and let the results be displayed in the datagrid. The first filter will always work, but when the second filter is done, the effects of the first filtering are lost. So how do I make a filtering permanent, so that for the next filtering which is done the modified datatable is used? ...
Score Casting a grid
et - 31 Jan 2005 12:36 PM - 3 messages
I have a web form with several grids on it, and a procedure that cycles through each grid to do a number of tasks, using for next, and am getting a "Specified cast is not valid" error when I attempted to put the grid names ...
Score Refresh problem
sunny - 31 Jan 2005 2:08 AM - 2 messages
I use javascript to modify the label. when I refresh the web page. I lost the modification. How can I put it into ViewState or How can I know whether it is a refresh or regular postback in code behind? ...
Score Paging for DataList Control
NagaKiran - 30 Jan 2005 8:16 PM - 4 messages
Hi Like datagrid, there is no paging for DataList control How to get paging for datalist? thanks NagaKiran ...
Next » 2 3