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 you configure a .NET Remoting object via XML file?
Can you edit data in repeater control? How?
What is il and c#?
Is .net front end or backend?
Is there any thread in our .net programs?
Describe the Managed Execution Process?
diff between forms authentication and windows authentication?
If we want to write a Windows service that cannot be paused, only started and stopped. How to accomplish that?
What is marshling?
How Can Registry Editor in .NET?
What are the differences between user control and server control?
How you apply a theme in whole application in .Net?