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 |