Dotnet Developers: Send Mail: WebConfig: < add key = " SMTPHost " value = " 127.0.0.1 " /> < add key = " SMTPPort " value = " 25 " /> Code Behind : ...
Postback Page using Javascript in ASP.net For Calling Function: __doPostBack('__Page', ''); Function: function __doPostBack(eventTarget, eventArgument) { if (!theForm.onsubmit || (theForm.onsubmit() != false)) { theForm.__EVENTTARGET.value = eventTarget; theForm.__EVENTARGUMENT.value = eventArgument; theForm.submit(); } }
Comments
Post a Comment