-----------------------------------------------------------
New Message on BDOTNET
-----------------------------------------------------------
From: satishkumarnk
Message 2 in Discussion
On RowDataBound Event of gridview check each rows radio button value is it
clicked if yes enable the textbox for that particular row For Example
ForEach(GridViewrow gr in GridView1.rows) { if (gr.RowType ==
DataControlRowType.DataRow) { RadioButton
rb= (RadioButton) gr.findcontrol("Id given for RadioBuuton used in gridview") ;
If(rb.cheked = = true) {
TextBox tb = (TextBox)gr,fincontrol("Id given for TextBox used in gridview");
tb.enable=true;} } }
-----------------------------------------------------------
To stop getting this e-mail, or change how often it arrives, go to your E-mail
Settings.
http://groups.msn.com/bdotnet/_emailsettings.msnw
Need help? If you've forgotten your password, please go to Passport Member
Services.
http://groups.msn.com/_passportredir.msnw?ppmprop=help
For other questions or feedback, go to our Contact Us page.
http://groups.msn.com/contact
If you do not want to receive future e-mail from this MSN group, or if you
received this message by mistake, please click the "Remove" link below. On the
pre-addressed e-mail message that opens, simply click "Send". Your e-mail
address will be deleted from this group's mailing list.
mailto:[EMAIL PROTECTED]