DATA GRID
-
Hello frnd I displayed my mark list table in data grid.if i click the roll number cell i want to display the corresponding value (like name ,class) in text box,i am using asp.net 1.1. Last three days i am asking this question,but i didn't get result for this.i am MCA student, so please any one give some code or link or idea plz urgent this.
-
Hello frnd I displayed my mark list table in data grid.if i click the roll number cell i want to display the corresponding value (like name ,class) in text box,i am using asp.net 1.1. Last three days i am asking this question,but i didn't get result for this.i am MCA student, so please any one give some code or link or idea plz urgent this.
You can use DataGridItemCollection and then display particular values in the text box. for ex. Dim instance As DataGrid Dim value As DataGridItemCollection value = instance.Items
Sushant Mathur Bangalore, INDIA. http://n.domaindlx.com/fun2ssh/HOME.htm
-
You can use DataGridItemCollection and then display particular values in the text box. for ex. Dim instance As DataGrid Dim value As DataGridItemCollection value = instance.Items
Sushant Mathur Bangalore, INDIA. http://n.domaindlx.com/fun2ssh/HOME.htm
frnd i want to write the code in click event. at same time i want to display only one person details.
-
frnd i want to write the code in click event. at same time i want to display only one person details.
check this link: http://forums.asp.net/p/617821/619868.aspx[^]
Sushant Mathur Bangalore, INDIA. http://n.domaindlx.com/fun2ssh/HOME.htm
-
Hello frnd I displayed my mark list table in data grid.if i click the roll number cell i want to display the corresponding value (like name ,class) in text box,i am using asp.net 1.1. Last three days i am asking this question,but i didn't get result for this.i am MCA student, so please any one give some code or link or idea plz urgent this.
You have to use
TemplateColumns
and Edit/Update button columns to do this.All C# applications should call Application.Quit(); in the beginning to avoid any .NET problems.- Unclyclopedia My Website | Ask smart questions
-
Hello frnd I displayed my mark list table in data grid.if i click the roll number cell i want to display the corresponding value (like name ,class) in text box,i am using asp.net 1.1. Last three days i am asking this question,but i didn't get result for this.i am MCA student, so please any one give some code or link or idea plz urgent this.