Click here to Skip to main content
15,890,579 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:

i have a login page and some data about user in database



after successful login i want to ask user for confirmation like weather he want to retrive the data or not how can i do that please suggest me
if he click ok
i want to display the details of him/her in textbox
if not
i want to do nothing


thanks in advance please suggest me Devs
Posted
Updated 16-Nov-15 1:05am
v2

1 solution

After Login the page to which it is redirected, Popup a confirmation using jquery about the same. This can be done either in the document ready or in the pageload.
if the user clicks ok then call the method in c# or .cs to retrieve the data and bind it in the page or else display the page normally.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900