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 |
Which namespace is the base class for .net Class library?
What are the important components of .net?
Please send me the latest asp.net,c#,sql server interview questions .my email id is ramtryin@gmail.com
What are the different types of Classes in .NET?
what are the controls used to upload a file from client to server?
What is difference between static page and dynamic page?
What tags do you need to add within the asp:datagrid tags to bind columns manually.
What is reflection in microsoft .net context?
Why inheritance is important?
What is meant by .Net framework?
How can you see which services are running on a Windows box?
for the textbox if i want to allow only numbers.what ever the characters u enter it should not take.which event u used?