TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
c_sharpkid
NA
29
0
Assign Hyperlink text to a session variable
Oct 15 2004 11:26 AM
Hello everyone, I have two data bound columns in my datagrid – CategoryID and CategoryName. I have made categoryID, a hyperlink column so whenever user clicks on categoryID, it shows details of the record corresponding to that categoryID. Here is the problem - I want to assign the categoryID clicked by the user to a session variable and pass it to my webservice which in turn will pull up the data and will show it on next webpage. I don’t know which event gets fired up when hyperlink is clicked and where should I assign categoryID to a session variable ( I know you guys would think why do I need to assign categoryID to a session variable for passing it to a webservice – but believe me looking at the whole picture of the project I have to do it.) Thanks C_sharpkid
Reply
Answers (
3
)
scripting and ASP.Net
repeater questions.. any kind souls??