i am using asp.net and i want to make my second aspx web site to read the username variable and display it in the second form .... honestly i didnt find anything , i read books nothing .... i tryly need your help
please help me i am despered
Collapse
X
-
Originally posted by kapios123i am using asp.net and i want to make my second aspx web site to read the username variable and display it in the second form .... honestly i didnt find anything , i read books nothing .... i tryly need your help
dear use session veriable for that like
session("Unm")= txtunm.text
in first form then
in second form use
if session("Unm") is nothing then
response.write (session("Unm") )
end if
k............. -
Originally posted by pagoto123i did this and doesnt work ...... what else i can try i want a textbox to write in there the username of the one that is logged
thanks for the try but it didnt work
session("Unm")< >session("unm ")
pls check it...
b'coz session veriables are the best example to do soComment
Comment