hi..
I want to display data in gridview but items should be clickable. When i click on one item then item data should be display on label.
Loading
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Om prakash SinghPosted Jul 22, 2011, 2:42 AM
In template column place hyperlinks controls and onclick display the value in label.
To display value in label you can use either javascript or code behind. Both way you can work.