Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Rhinorhino on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Run VB.Net sub when Datagrid column clicked 1

Status
Not open for further replies.

checkai

Programmer
Joined
Jan 17, 2003
Messages
1,629
Location
US
Here's what I have and want...i have a datagrid that shows 1 field (clientName) and has a hidden field (clientID)...I don't want a button/link...just the field to be clickable...I have done this by taking it to another page, but i want to stay on the same page...

basically click on that row and launch a sub within that page...doable?

thanks.

"...we both know I'm training to become a cagefighter...see what happens if you try 'n hit me..."
 
that looks sweet and easy...is there a way to do this without creating a user control?

"...we both know I'm training to become a cagefighter...see what happens if you try 'n hit me..."
 
I would think you can. Anything that can be done in a user control can be done on a regular page. A user control just eliminates redundant code if you wanted to use it in more than one place.
 
thanks...i'll start playing around with this..

"...we both know I'm training to become a cagefighter...see what happens if you try 'n hit me..."
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top