hi,
I have an asp.net apllication,and I have an aspx page named RegisterUser,User can register
some infomation in this page, and get a useri d and password I sent to them,now I want to
get the remoute client Computer Operation system,For example:
if one user's os is chinese language then my Registeruser page will dispaly some chinese
words,and the OS is english language I will display english words in my aspx page.
So is it possible to get this client information when they registered in my aspx page and
postback the information to my server ?
if say yes ,can you give me some sample ?
thanks