Tuesday, October 21, 2014

How to find all controls in Gridview

Posted by Unknown  |  No comments


 if you want more related search please click here  
 please help to other  
 http://scriptquery.blogspot.in/  

 TextBox txtItem = (TextBox)Grid1.Rows[Grid1.EditIndex].FindControl("txtItem");  
 foreach(Control c in Grid1.Rows[Grid1.EditIndex].Controls)  
 {  
   // do what ever you want here,  
 }  

 if you want more related search please click here  
 please help to other  
 http://scriptquery.blogspot.in/  


7:09 AM Share:

0 comments:

Get updates in your email box
Complete the form below, and we'll send you the best coupons.

Deliver via FeedBurner
Proudly Powered by Blogger.
back to top