Hello,
I am using extjs 3.3 version in ASP.NET.
we have one Login form, having userName & password.
For validation of username & password there is one Login.js ones it validate, it navigate to other customer.aspx .
Now in customer.aspx page,i require to show logged in UserName in one of Lable created in javascript file(customer.j s) using Extjs.
Now, how can i store Loginuser Name value in Login.js & get value in customer.js to dispaly userName in lable.
any help?
Thanks
I am using extjs 3.3 version in ASP.NET.
we have one Login form, having userName & password.
For validation of username & password there is one Login.js ones it validate, it navigate to other customer.aspx .
Now in customer.aspx page,i require to show logged in UserName in one of Lable created in javascript file(customer.j s) using Extjs.
Now, how can i store Loginuser Name value in Login.js & get value in customer.js to dispaly userName in lable.
any help?
Thanks
Comment