if user login first time in application in how i promot for change password in Asp.Net C#.
Design a model pop up with the fields for the change password.
when the user login, it may redirect to any one page.
In that page load, mp1.show(); which show the model pop up.
Hopw this may help u.
Thanks.
for that try following,
1.In ur UserLogin table add bit field IsPasswordUpdated set defult null value after registor user. 2.In login check IsPasswordUpdated field based on user name and password. if retunrs false then update IsPasswordUpdated = 1 and redirect on change password page else defult page
Please provide sagment of code.
if any body have idea about this please suggest me.
Idea has been suggested. Please try writing some code yourself as it is better to learn things on own rather than depending on others.
Let me know what technical help you need
© COPYRIGHT 2025 ASPSnippets.com ALL RIGHTS RESERVED.