how do i get openfiledialogue box in VB.NET....

  • Thread starter Thread starter pavan
  • Start date Start date
P

pavan

guys i am having problem in getting openfiledialogue box in vb.net..
i want to develop a program for sending a mail....
can anybody please help me out here....
 
Add a file upload control ( I assume you are using asp.net here ). The
rendered HTML will be something similar to this.

<input type="file" name="FileUpload1" id="FileUpload1" style="z-index: 100;
left: 59px;
position: absolute; top: 118px" />
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top