Click here to Skip to main content
16,005,467 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: plz help its urgent Pin
jagadeeshkumar198431-Oct-07 21:47
jagadeeshkumar198431-Oct-07 21:47 
GeneralRe: plz help its urgent Pin
InsDev31-Oct-07 22:29
InsDev31-Oct-07 22:29 
GeneralRe: plz help its urgent Pin
jagadeeshkumar198431-Oct-07 23:12
jagadeeshkumar198431-Oct-07 23:12 
GeneralRe: plz help its urgent Pin
jagadeeshkumar198431-Oct-07 23:56
jagadeeshkumar198431-Oct-07 23:56 
Questionproblem related to image upload and save Pin
biswa4731-Oct-07 20:48
biswa4731-Oct-07 20:48 
AnswerRe: problem related to image upload and save Pin
Sandeep Akhare31-Oct-07 21:09
Sandeep Akhare31-Oct-07 21:09 
AnswerRe: problem related to image upload and save Pin
Abhijit Jana31-Oct-07 21:11
professionalAbhijit Jana31-Oct-07 21:11 
AnswerRe: problem related to image upload and save Pin
Atif Ali Bhatti31-Oct-07 21:24
Atif Ali Bhatti31-Oct-07 21:24 
Assalam-0-Alaikum,
hru? well in .Net 2.0 there is a file upload control. put it on ur .aspx page. In code behind file
provide its id and press a dot(.). Now the real fun starts here.

--- to get file name :
dim fileName As String = FileUpload1.PostedFile.FileName
then u can use this string fileName to save it in the database using inLine Query or Stored Procedure etc. If u have Problem Inserting data in the database, do let me know. i would write u know how to do this.

-- to Save file in the specified Location:
FileUpload1.PostedFile.SaveAs("Location as string")

there are other properties and method for the fileupload control tht u could use but depend on the requirement.
Hope it Helps.
Regards.




Atif Ali Bhatti.
Software Engineer.
Esoul Consultancy Pvt. Ltd.

QuestionRe: problem related to image upload and save Pin
biswa4731-Oct-07 22:19
biswa4731-Oct-07 22:19 
AnswerRe: problem related to image upload and save Pin
Atif Ali Bhatti1-Nov-07 2:22
Atif Ali Bhatti1-Nov-07 2:22 
QuestionHow to Process variable? Pin
phuhoa31-Oct-07 20:48
phuhoa31-Oct-07 20:48 
AnswerRe: How to Process variable? Pin
Riza Azmi31-Oct-07 20:59
Riza Azmi31-Oct-07 20:59 
AnswerRe: How to Process variable? Pin
Sandeep Akhare31-Oct-07 21:12
Sandeep Akhare31-Oct-07 21:12 
GeneralRe: How to Process variable? Pin
Riza Azmi31-Oct-07 21:20
Riza Azmi31-Oct-07 21:20 
GeneralRe: How to Process variable? Pin
Sandeep Akhare31-Oct-07 21:25
Sandeep Akhare31-Oct-07 21:25 
JokeRe: How to Process variable? Pin
Riza Azmi31-Oct-07 21:35
Riza Azmi31-Oct-07 21:35 
GeneralRe: How to Process variable? Pin
Sandeep Akhare31-Oct-07 21:42
Sandeep Akhare31-Oct-07 21:42 
QuestionDefaultButton Problem Pin
N a r e s h P a t e l31-Oct-07 20:25
N a r e s h P a t e l31-Oct-07 20:25 
AnswerRe: DefaultButton Problem Pin
Atif Ali Bhatti31-Oct-07 20:37
Atif Ali Bhatti31-Oct-07 20:37 
Questiontrim in javascript Pin
Sonia Gupta31-Oct-07 19:44
Sonia Gupta31-Oct-07 19:44 
AnswerRe: trim in javascript Pin
Imran Khan Pathan31-Oct-07 19:54
Imran Khan Pathan31-Oct-07 19:54 
AnswerRe: trim in javascript Pin
soni uma31-Oct-07 19:57
soni uma31-Oct-07 19:57 
GeneralRe: trim in javascript Pin
Sonia Gupta1-Nov-07 0:02
Sonia Gupta1-Nov-07 0:02 
AnswerRe: trim in javascript Pin
Vasudevan Deepak Kumar31-Oct-07 20:17
Vasudevan Deepak Kumar31-Oct-07 20:17 
AnswerRe: trim in javascript Pin
InsDev31-Oct-07 20:25
InsDev31-Oct-07 20:25 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.