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 are the main components in .net?
Explain difference between panel and groupbox classes using .net?
Will it go to finally block if there is no exception happened?
Please explain what is the difference between odbc and ado?
Describe the programming model of a windows service
What is a windows process in .net?
Tell me about secure socket layer? How to make use of the technology?
What is .net3.0 and .net3.5?
What do you mean by Code Access Security in .NET?
Please explain what garbage collection is and how it works. Provide a code example of how you can enforce garbage collection in .net?
What is connected and diconnected database ?
Please explain what is immutability, what is it for and how is it codified?
Explain what are an object and a class?
Difference between class and interface in .net?
what user controls are and what server controls are and the differences between the two.