what are the controls used to upload a file from client to
server?
Answers were Sorted based on User's Feedback
Answer / santosh kakani
FILE UPLOAD CONTROL
Example
FileUpload1.PostedFile.SaveAs(Server.MapPath("Filename"));
| Is This Answer Correct ? | 4 Yes | 0 No |
What is the difference between odbc and ado?
can any one tel me the complete Testing Procedure of any one simple PROJECT i mean either web/windows based application?
What are Attributes in .NET?
DateTime[] dt = new DateTime[10] for(i=0; i<10; i++) { dt[i] = DateTime(2008, 1, i+1) } How many heap object will be created for the above array. Choose the correct answer below. Ans: 1, 10, 11, 12
Explain .NET architecture?
Differentiate between managed and unmanaged code?
What is Assembly manifest? what all details the assembly manifest will contain.
What is the use of common language runtime?
What is "microsoft intermediate language" (msil)?
What is a strong name in .net?
What is the advantage of packaging over xcopy in .net?
What is meant fulltrust?