session in asp.net

Joined
Nov 5, 2006
Messages
1
Reaction score
0
in A class: there is
name=session("name")

in B class:

<script ...>
Sub ...
session("name")=
End Sub
</script>
...
<asp:repeater ....
<asp:linkbutton ....>Here are text from database
</asp:linkbutton>
</asp:repeater>

how can i pass the text for the linkbutton to the session("name")? thanks
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
474,100
Messages
2,570,635
Members
47,240
Latest member
taarariachand

Latest Threads

Top