| | |
data grid.... very urgent......
Please support our C# advertiser: Intel Parallel Studio Home
![]() |
In the aspx page DataGrid markup :
in the aspx.cs
C# Syntax (Toggle Plain Text)
<asp:DataGrid id="DataGrid1" OnItemCommand="DataGrid1_ItemCommand" ...etc.
C# Syntax (Toggle Plain Text)
protected void DataGrid1_ItemCommand(object sender, DataGridCommandEventArgs e) { int index = e.Item.ItemIndex; }
Last edited by WolfPack; May 25th, 2007 at 12:11 pm. Reason: Edited per user's request
•
•
•
•
gurusamy (in PM to me)
i tried that too..
Whether i have to set any property for data grid..
bcoz i didn't get any event for data grid like ItemsIndex..
C# Syntax (Toggle Plain Text)
#region Web Form Designer generated code override protected void OnInit(EventArgs e) { // // CODEGEN: This call is required by the ASP.NET Web Form Designer. // InitializeComponent(); base.OnInit(e); } /// <summary> /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// </summary> private void InitializeComponent() { this.Load += new System.EventHandler(this.Page_Load); this.DataGrid1.ItemCommand += new DataGridCommandEventHandler(DataGrid1_ItemCommand); } #endregion
Last edited by hollystyles; May 25th, 2007 at 11:48 am.
![]() |
Similar Threads
- Help with data grid please (VB.NET)
- search problem in vb (Visual Basic 4 / 5 / 6)
- How to store data in data grid to database by single mouse click in Asp.net (ASP.NET)
- Data Grid in Win32 C (C++)
- Need Urgent Solution (Visual Basic 4 / 5 / 6)
- HOW TO READ BULK RAW DATA INTO AN ORACLE-8i SERVER****URGENT**** (Oracle)
- Data Grid: How to include Hyperlinks (ASP.NET)
Other Threads in the C# Forum
- Previous Thread: Getting Available Groups
- Next Thread: Namespaces
| Thread Tools | Search this Thread |
.net access ado.net algorithm array backup barchart bitmap box broadcast buttons c# check checkbox client combobox control conversion csharp custom database databasesearch datagrid datagridview datagridviewcheckbox dataset datetime degrees development draganddrop drawing dynamiccreation encryption enum equation event excel file form format formatting forms function gdi+ httpwebrequest image index input install interface java label list listbox mandelbrot math mouse mouseclick mysql namevaluepairs operator path photoshop picturebox pixelinversion post powerpacks programming property radians regex remote remoting resource restore richtextbox server sleep socket sql statistics stream string table text textbox thread time timer update usercontrol validation visualstudio wait webbrowser windows winforms working wpf xml






