Home All Groups Group Topic Archive Search About

.NET DataGrid Control

microsoft.public.dotnet.framework.aspnet.datagridcontrol
Score How to call java script function on datagrid update command event
Santoshmshinde_it - 13 May 2006 7:13 AM - 2 messages
please tell me what is the problem in this code if i am click OK or Cancel same function get executed. <script language="javascript">             function ConfirmAddRecords()                 { ...
Score Populate a drop down list with a blank entry
KatMagic - 12 May 2006 12:40 AM - 4 messages
How can I populate a drop down list with a blank entry so that it is the first item in the list? I tried: ddl.Items.Add(New ListItem(" ", 0)) And then getting a dataset and binding it to the ddl, which of course loses ...
Score how to pass a variable from test.aspx.vb to test.aspx
Chris - 11 May 2006 6:59 PM - 5 messages
Hi, I use code-behind, but how can i pass a variable from test.aspx.vb to test.aspx? Test.aspx.vb contains this: Partial Class test     Inherits System.Web.UI.Page     Protected Sub Page_Load(ByVal sender As Object, ByVal e As ...
Score Display alternate text in datagrid
Jason . - 11 May 2006 2:18 AM - 2 messages
I have a datagrid that has a boundcolumn to my database: <asp:BoundColumn DataField="IndustryPercentile" HeaderText="Industry" DataFormatString="{0:###}%"> </asp:BoundColumn> When a IndustryPercentile value is not available, the data returned is -1.  I would like to display "n/a" when the IndustryPercentile is -1. ...
Score What is the best way to refresh a datagridview control
Rob Dob - 9 May 2006 2:42 PM - 2 messages
Hi, I have a tabcontrol with several tabs, each tab contains a datagridview control, and displays data from the same dataset, the only difference being the "where" clause of the select statement.  As the user changes the value of a particular field the record will move from tab to tab, based upon the ...
Score Keeping Cells from getting Focus?
Josh Grameson - 8 May 2006 11:46 PM - 4 messages
I have a datagridview with some row that I want only to display. Which is fine cause I make them readonly. But I would like that you can't land in those cells as well. Is this possible? ...
Score Datagrid versus Gridview
Arne Garvander - 8 May 2006 8:00 PM - 3 messages
The code below works fine in a DataGrid. <asp:TemplateColumn HeaderText="Select"> <ItemTemplate> <%# GetLink(Container.DataItem) %> </ItemTemplate> </asp:TemplateColumn> What is the corresponding syntax for Gridview? ...
Score something like recordcount?
phil - 8 May 2006 1:49 PM - 4 messages
Hi, Does it exist a function or method like 'recordcount' of the asp 2.0? Thanks Phil ...
Next » 2 3 4 5 6 7 8 9 10