Skip to main content

Home/ lzby's group/ Group items tagged validation

Rss Feed Group items tagged

boho .net

Use image for error display in ASP.Net validators - 0 views

  • Now instead of error message add the image tag as shown below. <img src=alert.gif' style='width:15px;height:15px;'> Note : Image tag doesn't have have an end tag. So don't add. Then in test your page that shows images for errors. See the picture below. Know More: You can also embed sound instead of error message or error image. <asp:RequiredFieldValidator ControlToValidate="TextBox1" EnableClientScript="false" ID="RequiredFieldValidator1" runat="server" Text="<bgsound src='C:\Windows\Media\Windows Error.wav'>"></asp:RequiredFieldValidator> Just make sure that the EnableClientScript="false"  when you want a sound instead of a text message.
boho .net

jQuery MultiSelect - 0 views

  •  
    In it's simplest form, you can create a MultiSelect form control using the following code: $(document).ready( function() { $("#control_id").multiSelect(); } where #control_id is the ID of the select element that exists on your page. You can use any valid jQuery selector as the ID, but make sure you only use select elements with the multiple="multiple" attribute to get the expected results.
boho .net

PSD to HTML, PSD to XHTML | PSD2HTML - 0 views

  •  
    Give us a design in any common format - receive high quality, cross-browser compatible W3C Valid XHTML / CSS markup. Explore all available options of PSD to HTML now!
1 - 13 of 13
Showing 20 items per page