Hi,
My requirements are as follows:
1) User enters a ID in textbox and clicks "Search" button.
2) If The text box is empty then show pop up error.
- Done using RequiredFieldValidator and validationsummary controls.
3) If the ID is not Found then show him a Pop-Up message.
- Used customvalidator and validationsummary controls
- Set the EnableClientScript=false and ShowMessageBox=true for validationsummary
- Set args.IsValid to appropriate status.
[u]Problem:</u>
Point 3 Error Message is not displayed as pop up box but as a plain text.
- Are pop up shown only in case of EnableClientScript=true ?
- Any other way to do this ?
Regards,
Vinay