what are the controls used to upload a file from client to
server?

Answers were Sorted based on User's Feedback



what are the controls used to upload a file from client to server?..

Answer / hemendra gupta

FileUpload Control

Is This Answer Correct ?    11 Yes 0 No

what are the controls used to upload a file from client to server?..

Answer / santosh kakani

FILE UPLOAD CONTROL
Example
FileUpload1.PostedFile.SaveAs(Server.MapPath("Filename"));

Is This Answer Correct ?    4 Yes 0 No

what are the controls used to upload a file from client to server?..

Answer / mathew

File Upload

Is This Answer Correct ?    2 Yes 1 No

what are the controls used to upload a file from client to server?..

Answer / harish

File Upload Control is only the control who can post the
file from client to server

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Dot Net General Interview Questions

What is boxing?

3 Answers  


Explain the garbage collection process?

0 Answers  


What is .net core used for?

0 Answers  


What are the similarities and difference between class and structure in .net?

0 Answers  


What is marshling?

0 Answers  






How many languages .NET is supporting now?

38 Answers   Dreamtech, IBS, Microsoft, Polaris, RDT, Softcon, Viscus Infotech,


how do you retrieve the customized properties of a .NET application from XML .config file? Can you automate this process?

1 Answers  


What is meant by .Net framework?

1 Answers  


What is MSIL, IL, CTS?

3 Answers  


how can i create a table from front end to back end in wabe page?

0 Answers  


What are the two main parts of the .net framework?

0 Answers  


Do I have any control over the garbage collection algorithm?

0 Answers  


Categories