hi
according to this thread
http://www.aspforums.net/Threads/194350/send-email-when-users-forget-their-password/
I learn how we can sending formatted email
now in my Login.aspx page i have Textbox that when users forget their password they should type their Username on the textbox and after that click on send button.
I want when users click on send button their user name that they type in textbox be on the email that send to me .
how i can do it?
thanks
This is quite easy.., do one thing pass that id or name by QueryString to that page which is sending email and that put a place holder like {MembeName} if you dont have any.., and than replace this place holder by your query string parameter.
thanks it didn't need use querystring
i just put textbox1.value instead of username
© COPYRIGHT 2025 ASPSnippets.com ALL RIGHTS RESERVED.