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 are the Characteristics of .NET?

1 Answers  


What's singlecall activation mode used for in .net?

0 Answers  


Where does the dispose method lie and how can it be used to clean up resources?

1 Answers   Wipro,


Directcast(123.34,integer) - should it throw an error? Why or why not?

1 Answers   Wipro,


Which server tag comes from server when we submit any data

1 Answers  


Explain Creational design pattern in .NET?

0 Answers  


what is AGILE SCRUM methodoly....?

1 Answers  


Explain the purpose of Remoting in .NET?

0 Answers   Petranics Solutions,


What is the difference between asp.net and asp?

0 Answers  


What is an EXE?

1 Answers  


Explain the use of activex control in .net?

0 Answers  


How boxing and unboxing occures in memory?

0 Answers  


Categories