Start out by reading everything in the documentation section.http://asp.net/ajax/documentation/
To answer your specific question, you don't use Page.ClientScript anymore, you use the ScriptManager version of RegisterStartupScript (or whichever script you want to register.
helow guys
if sending email from home PC from .Net application or asp website, whats the setting that is required for server and port
do i need to install mail server to send email from .NET
can anyone help me
regards
The server is the IP or URL of the SMTP server and the port is whatever port the server owner tells you; normally 25. If you don't have a mail server, then yes, you need ot install one.
why i need to install mail server to send emails,
from my office i did not install any server but emails are going very well
thats why we have SMTP for
but from home computer, the same application i'm unable to send, all emails are in the queue folder i checked
kindly enlighten me
As I said... **IF you don't have a mail server** you install one. If you have one, fine. If the emails aren't getting sent, then you have a configuration problem somewhere, or a firewall problem, or any number of other thigns that I can't guess at w/o more info.
No comments:
Post a Comment