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 |
can any one tel me the complete Testing Procedure of any one simple PROJECT i mean either web/windows based application?
Describe the compilation process for .net code?
What does .net stand for?
What are the authentication methods in .net?
What is boxing?
Explain weg config settings for exception managment in asp.net?
What security mechanisms to enforce for Authenticating and authorizing the users?
what is the use of "mustinherit" keyword?
How is .net able to support multiple languages?
What is exception handling?
Writing a Stored procedure to insert the values into a table
How many types of transactions are there in com + .net ?