asp.net form

  • Thread starter Thread starter John
  • Start date Start date
J

John

Hi

I am looking for an example/tutorial on how to do an enquiry form with
multiple attachments option in asp.net. Any help would be appreciated.

Thanks

Regards
 
Hi John,

You haven't really described your requirements specifically enough to give
you any suggestions. However, I can suggest this:

You're not going to find a tutorial that performs your exact business
requirements. What you CAN find is several tutorials on the building blocks
of your requirements. Break down your business requirements into their
component pieces, and find (or ask here where you can find) tutorials on
each piece. Put them all together and you have an application! As Uncle
Chutney says "Big things are made up of lots of little things." For example,
you may need to find a tutorial on how to create a form that sends the input
data in an email. Then you may need to find a tutorial on how to create an
email with attachments. In fact, it almost sounds like that's all you need.
Am I correct?

--
HTH,
Kevin Spencer
..Net Developer
Microsoft MVP
I get paid good money to
solve puzzles for a living
 
Yes. That's all I need. I figured that this would be a pretty common feature
to have only I am a beginner to asp.net and don't know where to start.

Thanks

Regards
 

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

Similar Threads

Asp.net Web page to db 1
asp.net from html 2
Attachments upload 3
Html to web forms 1
Why ASP.NET MVC? 13
newbie question 1
Email the form 1
ZOOM IN & OUT FEATURE FOR ASP.NET (WEB PAGES - NOT FORMS) 2

Back
Top