No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
8 Posted Topics
Re: Try to retrieve the Full path with - FileUpload.PostedFile.FileName check out these 2 links: [url]http://www.wrox.com/WileyCDA/Section/id-292158.html[/url] [url]http://www.c-sharpcorner.com/UploadFile/mahesh/FileUpload10092005172118PM/FileUpload.aspx?ArticleID=79850d6d-0e91-4d7b-9e27-a64a09b0ee6b[/url] | |
Re: use this -- [url]http://localhost/Amit/dll/default.aspx[/url] | |
Re: try this [code=XML]<configuration> <system.net> <mailSettings> <smtp deliveryMethod="network"> <network host="localhost" port="25" defaultCredentials="true" /> </smtp> </mailSettings> </system.net> </configuration>[/code] If default credentials do not work -- try the using the Admin User and pwd. | |
Re: 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 | |
Re: Could you provide some details of the link--like URL, etc. | |
Re: 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 in your area, etc. | |
Re: check out this link: [url]http://msdn.microsoft.com/en-us/library/ms178581.aspx[/url] I dont understand why none of the posters use Google Search and MSDN before posting their basic problems here. | |
Re: Check out these links for the code, etc: [url]http://msdn.microsoft.com/en-us/library/ms178329.aspx[/url] [url]http://msdn.microsoft.com/en-us/library/d51ttbhx.aspx[/url] [url]http://www.asp101.com/Samples/login_aspx.asp[/url] [url]http://www.codeproject.com/KB/session/NoCookieSessionLogin.aspx[/url] Remember--Google and MSDN are your best friends |
The End.