Forum: ASP.NET Jun 12th, 2008 |
| Replies: 11 Views: 2,758 Ok--Tell me your Folder structure. Is the default.aspx in the Amit folder or the Amit/dll folder?
Are you using DotNet 1.1/2.0?
What is the name of the Virtual Directory you have created in IIS... |
Forum: ASP.NET Jun 12th, 2008 |
| Replies: 8 Views: 4,801 try this
<configuration>
<system.net>
<mailSettings>
<smtp deliveryMethod="network">
<network
host="localhost"
port="25"
... |
Forum: ASP.NET Jun 12th, 2008 |
| Replies: 11 Views: 2,758 use this -- http://localhost/Amit/dll/default.aspx |
Forum: ASP.NET Jun 11th, 2008 |
| Replies: 4 Views: 603 return true;
This should be after -- conn.Close();
}
Just before the closing } of the function. |
Forum: ASP.NET Jun 10th, 2008 |
| Replies: 4 Views: 603 private bool is a function and all functions must use the return keyword to return a value. if you do not want to return a value--use a procedure |
Forum: ASP.NET Jun 10th, 2008 |
| Replies: 1 Views: 483 Could you provide some details of the link--like URL, etc. |
Forum: ASP.NET Jun 5th, 2008 |
| Replies: 2 Views: 3,503 check out this link: http://msdn.microsoft.com/en-us/library/ms178581.aspx
I dont understand why none of the posters use Google Search and MSDN before posting their basic problems here. |
Forum: ASP.NET Jun 5th, 2008 |
| Replies: 6 Views: 753 If you cant find a project - think up a project or get in touch with someone who may want to develop an Application--like your school, college, friends, relatives, NGOs, businessmen, traders, dealers... |
Forum: ASP.NET Jun 5th, 2008 |
| Replies: 4 Views: 4,805 Try to retrieve the Full path with - FileUpload.PostedFile.FileName
check out these 2 links:
http://www.wrox.com/WileyCDA/Section/id-292158.html... |
Forum: ASP.NET Jun 5th, 2008 |
| Replies: 9 Views: 1,426 Check out these links for the code, etc:
http://msdn.microsoft.com/en-us/library/ms178329.aspx
http://msdn.microsoft.com/en-us/library/d51ttbhx.aspx
http://www.asp101.com/Samples/login_aspx.asp... |