|
Subject:
|
popupwindow
|
|
Posted By:
|
sen22
|
Post Date:
|
1/12/2007 10:23:47 AM
|
hi everybody, i wanted to popup new window on selection of particular value in dropdownlist ,but not able to do that can any one help that plz and also in our web application on forgot password we need to mail them,i want to know how to send mail in asp.net2.0......
thanks in advance senthil
|
|
Reply By:
|
dparsons
|
Reply Date:
|
1/12/2007 10:27:52 AM
|
First read this:
http://www.catb.org/~esr/faqs/smart-questions.html
I don't mean to sound condescending here, but you obviously have not done any research on how to solve your problem (not to mention that you have posted to the wrong forum) because sending email from .NET is extremely simple and there are coupious tutorials on how to do it.
The dropdownlist question, again research it. It can be achieved using Javascript or using a mix of .NET and Javascript.
If you have source code you are struggling with ill be more then happy to help you.
------------------------- I will only tell you how to do it, not do it for you. Unless, of course, you want to hire me to do work for you.
^^Thats my signature
|
|
Reply By:
|
sen22
|
Reply Date:
|
1/12/2007 11:18:37 PM
|
hi sorry for posting in wrong forum actually for dropdownlistbox i dont want to use javascript for popup and for mail iam didnt get any tutorials for it ......thanks for the reply
senthil
|
|
Reply By:
|
dparsons
|
Reply Date:
|
1/13/2007 8:34:32 PM
|
Look into the System.Web.Mail namespace for your mail problems and as far as the dropdown goes, you can utilize its Autopostback property to have it trigger events.
----------------------------------------------------------- I will only tell you how to do it, not do it for you.------------ Unless, of course, you want to hire me to do work for you.--- ^^Thats my signature-------------------------------------- ----------------------------------------------------------- http://www.catb.org/~esr/faqs/smart-questions.html ------- ^^Took that from planoie's profile-------------------------- -----------------------------------------------------------
|