I want to know a proper way of saving image path to SQL server when working with ASP.net. i want to upload the image then save it to the image folder and save that path to the SQL server.I’m using SQL server 2005 & VB 2008 [using C#]
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
i do not have idea about VB but in C# i can give you the logic.
Simply you need to store your filename(strFileName in my case).extension in database.