what are the controls used to upload a file from client to
server?
Answer Posted / santosh kakani
FILE UPLOAD CONTROL
Example
FileUpload1.PostedFile.SaveAs(Server.MapPath("Filename"));
| Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
What is the advantage of packaging over xcopy in .net?
Explain the difference between managed and unmanaged code?
What are the differences between user control and server control?
What is an anonymous method and how is it different from a lambda expression?
What are the different types of remote object creation mode in .net?
What are the security policy levels in .Net
How to customize the trace output?
Can a try block have more than one catch block?
How to spawn a thread?
How anonymous method is different from a lambda expression?
How do I spawn a thread?
Explain .NET architecture?
What are the different types of Classes in .NET?
Explain what is mutex?
What are Satellite Assemblies? How you will create this? How will you get the different language strings?