Hai all,
I am new to asp.net c#. using visual studio 2005. my question is
i want to to use a header page(html) in all page in common. can i use user control like that or any other way and how? if so, i wish to keep login user's id in hidden text box of header page instead of maintaining it in session. is it possible to do like this?
another doubt is if i do so, i will get three pages in a screen such as header, content and footer. can i access value of content page in header using javascript? and content of hidden text value in content page?
thanx in advance.
I am new to asp.net c#. using visual studio 2005. my question is
i want to to use a header page(html) in all page in common. can i use user control like that or any other way and how? if so, i wish to keep login user's id in hidden text box of header page instead of maintaining it in session. is it possible to do like this?
another doubt is if i do so, i will get three pages in a screen such as header, content and footer. can i access value of content page in header using javascript? and content of hidden text value in content page?
thanx in advance.
Comment