Occas, I think what you are trying to do is create user controls. User controls can be used within you page to prevent you from having to duplicate your code.
Not 100% sure what your problem is, I have code sample if you aren't sure how to apply these controls to your page.
Mark
Hi,
I am doing exactlly this in my code. My SMTP server is on another domain and nothing special was set up on the remote SMTP server.
Try this code and let me know if you have any problems.
Dim objmm As New MailMessage
'Set the properties
objmm.To =...
Hi, just set the tab order to 1, and this will set focus when the page loads up. To view the tab order click VIEW | Tab Order. This is quite a nice feature to show the tab order on your page.
Let me know if you don't come right
Mark
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.