Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
Ranked #20.4K
Ranked #4K
~2K People Reached
Favorite Forums
Favorite Tags

8 Posted Topics

Member Avatar for pranabmohanty

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]

Member Avatar for arasan123
0
304
Member Avatar for pranav_jog
Member Avatar for krik_ar
0
120
Member Avatar for fayenot

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.

Member Avatar for JackyGZ
0
836
Member Avatar for ku4n

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

Member Avatar for JackyGZ
0
116
Member Avatar for sesi
Member Avatar for balamurali07

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.

Member Avatar for technogeek_42
0
96
Member Avatar for pranav_jog

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.

Member Avatar for JackyGZ
0
125
Member Avatar for santhanalakshmi

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

Member Avatar for JackyGZ
0
158

The End.