|
web
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
.NET DataGrid Controlmicrosoft.public.dotnet.framework.aspnet.datagridcontrol
et -
4 Feb 2006 8:17 PM - 4 messages
I am confused on all the ways to access data from a datagrid, so I thank you for any help you can give me. I have a grid with 4 bound columns, and 1 template column with 10 controls. I need to retrieve the data on from a btn that the user clicks on outside of ...
kirkski -
3 Feb 2006 3:25 PM - 2 messages
Hi there, My datagrid contains two text boxes and three dropdownlists - for the purpose of this example I'll name the textboxes TextBox1 and TextBox2. In edit mode there is a requirement to update TextBox2's text to TextBox1 text using the TextChanged event. I trigger the TextChanged ...
ElSchepo -
3 Feb 2006 2:31 PM - 4 messages
Hi, I've got a GridView in my asp.net 2.0 page. After running the page the table tag contains the following attributes: cellspacing="0" rules="all" border="1" id="ID1" style="border-collapse:collapse" Using a skin file asp.net just puts style="blablabla" behind the style ...
simon -
2 Feb 2006 5:22 AM - 2 messages
hello, i have a datagrid, i've set the "header" row to have a white background with <HeaderStyle BackColor="#ffffff"></HeaderStyle> and want the color of the data rows to alternate between a color and white. so i have added ...
KenL -
2 Feb 2006 3:04 AM - 2 messages
Based on the code below using ASP.NET 2.0 GridView server control. When the RefID column Visible="True", then [grd1.Rows(i).Cells(0).Text] = "6". When the RefID column Visible="False", then [grd1.Rows(i).Cells(0).Text] = "" ...
Tony -
1 Feb 2006 10:20 PM - 3 messages
I added a column and deleted another column from my database table. A data grid is bound to this table through a typed dataset. The xsd file has been updated to the new schema. The data grid is populated correctly from the ...
JN -
1 Feb 2006 4:25 PM - 3 messages
I am using the sqldatasource to populate a gridview and I have a pop up that fires when the item_deleting event is triggered. Now in the popup, if the user clicks cancel, i dont want the delete query to continue. ...
vinodhshere -
31 Jan 2006 12:05 PM - 6 messages
hi, the datagrid that i am working on has 3 template columns having text boxes in them.what i want to know is how to hide a template column.i tried hiding a column by setting the visible property accordingly in ...
Kevin Humphreys -
30 Jan 2006 12:49 PM - 2 messages
Hi, I have an unbound datagrid that is being filled dynamically from a dataset. I need to add a couple of buttons at the end of each row. I can do this easily if the datagrid is bound, as I then have a list of columns that I can ...
simon -
30 Jan 2006 4:51 AM - 3 messages
hello, new to vb.net, have a few questions about DataGrid. I have a dataGrid that is working pulling a dataset back from a stored proc and binding to the datagrid for display the datagrid's first column is a textbox(TemplateColumn), the other 3 ...
|
|||||||||||||||||||||||