asp:BoundField as link?
-
Hi. I have this UpdatePanel with som boundfield content. In this panel (on every row), there is an edit link, which will edit the content. It works fine. Now I want to make all the boundfields clickable as a link, so they act as the edit button for each row content. In that way, I dont have to click the edit button, but can click anywhere in the corresponding row to edit the content. (if only it is possible to make the content-text clickable, I guess thats ok too). My code: Hope you can help! Thanks alot :) // Sorry for the formatting, seems like code-project has a problem at the moment?!
-
Hi. I have this UpdatePanel with som boundfield content. In this panel (on every row), there is an edit link, which will edit the content. It works fine. Now I want to make all the boundfields clickable as a link, so they act as the edit button for each row content. In that way, I dont have to click the edit button, but can click anywhere in the corresponding row to edit the content. (if only it is possible to make the content-text clickable, I guess thats ok too). My code: Hope you can help! Thanks alot :) // Sorry for the formatting, seems like code-project has a problem at the moment?!
hi, Use the code below,
Hope this will help.
-
hi, Use the code below,
Hope this will help.