Extjs and ajax parameter passing

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • test test
    New Member
    • Dec 2011
    • 1

    Extjs and ajax parameter passing

    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
  • gits
    Recognized Expert Moderator Expert
    • May 2007
    • 5390

    #2
    so you do an ajax-request with the login-params and get the user's name back in the response?

    Comment

    Working...