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
Explain me how does linq work?
How is a managed code executed?
What is 3 tier architecture?
What exactly is being serialized when you perform serialization in .net?
Explain .NET architecture?
What is Event Bubbling in .NET?
What is deferred execution vs. Immediate execution in linq?
Explain clr, cts and cls?
What is reflection in microsoft .net context?
What is concurrency? How will you avoid concurrency when dealing with dataset?
What data providers available in .net to connect to database?
What is msil, il?
Name the classes that are introduced in the system.numerics namespace.
Is there built-in support for logging?
Explain how com+ related to the dna architecture?