- 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
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