i want to use jquery modal form to implement membership login in that is i collect username, password, and email and using ajax postback i post to the membership classes where aspx page would post if u use create user wizard control....how can go about this?
please help. thanks. (clarification)what am asking is whether its possible to get my username, password, and email through jquery and call methods in membership provider to create that user, just
as the same way i would us asp.net control(create user wizard). How can i call membership methods and pass necessary arguments i.e. createUser();
kev101
Member
6 Points
7 Posts
how to implement membership with jquery modal forms.(clarification)
Jun 14, 2011 01:08 PM|LINK
i want to use jquery modal form to implement membership login in that is i collect username, password, and email and using ajax postback i post to the membership classes where aspx page would post if u use create user wizard control....how can go about this? please help. thanks. (clarification)what am asking is whether its possible to get my username, password, and email through jquery and call methods in membership provider to create that user, just as the same way i would us asp.net control(create user wizard). How can i call membership methods and pass necessary arguments i.e. createUser();
eikden
Participant
906 Points
180 Posts
Re: how to implement membership with jquery modal forms.(clarification)
Jun 16, 2011 08:16 AM|LINK
Try this link http://eikden.net/2011/05/12/jquery-thickbox-in-asp-net/
and modify what you want. This may help you.
Yeoh Eik Den, MCPD | MCSE
Blog: www.eikden.net
My Linkedin Profile
Please mark as answer if I answer your question.