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
Do you know what is linq?
What is the root class in .net?
Explain about .NET services?
What is interface and abstract class in .net?
Please explain the difference between constants and read-only variables?
Explain what is an interface and what is an abstract class? Please, expand by examples of using both. Explain why?
What are the new 2.0 features useful for?
What is difference between .net core and .net standard?
Explain me what is an anonymous method and how is it different from a lambda expression?
Explain the differences between server-side code and client-side code.
What is .net latest version?
Please explain what inheritance is, and why it's important?
What is the difference between task and thread in .net?
Explain asp.net?
what is the default security setting in .net?