View Single Post
  #18 (permalink)  
Old 08-03-2007, 05:17 AM
garunprasad garunprasad is offline
D-Web Trainee
 
Join Date: Mar 2007
Location: Chennai
Posts: 45
garunprasad is on a distinguished road
Send a message via ICQ to garunprasad Send a message via AIM to garunprasad Send a message via MSN to garunprasad Send a message via Yahoo to garunprasad Send a message via Skype™ to garunprasad
Question Re: Implementation Data Controls in asp.net

Hi,

The columns are being added elsewhere, as you put it. I might be doing it wrong altogether, but when the gridview is displayed, the checkboxes have an ID similar to "#GridView_ctl01_chkUpdate" (as viewed using the web developer toolbar in Firefox).
But I'm looking only for "chkUpdate" using the FindControl method.
What exactly should I be looking for in the FindControl method?
Would it be something similar to "#GridView_ctl01_chkUpdate"? perhaps I could use something like a regular expression to search for the checkbox.
__________________
G.A.P
Reply With Quote