Search results for query: *

  1. A

    Validating multiple fields with one validator?

    I have a bunch of text inputs (First Name, Last Name, Address, Phone Number, etc...) for a user. On most fields I use the built in RegularExpressionValidator in the toolbox. Then I output the errors to a ValidationSummary (with ShowMessageBox set to true so it pops open a window with all the...
  2. A

    Making a link to an MP3 file prompt a user to download?

    I want to have a download button for users to download an MP3 file. When I click a link to the mp3 file it just opens in Windows Media Player automatically. Is there a way that I can make it prompt the user with the Save dialog (Like when you right click a link and choose save target as)
Back
Top