Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Report Viewer in ASP.NET 1

Status
Not open for further replies.

jmk418

MIS
May 24, 2004
99
US
I have a report viewer embedded in an asp.net page. I also have a control that has a popup extender that loads on the same page. On the popup extender there are required field validators. When I click the next page or refresh button on the report viewer it causes the validation run. Does anyone know how to turn this off?
I have tried putting the report viewer in an update panel but that did not work when setting the trigger to page navigation.
Thanks in advance.
Jeremy
 
Make sure you have set a validation group on each control that you want the validators to work on. If you don't understand how, you will need to read up on the properties ValidationGroup and CausesValidation.


-------------------------------------------------------

Mark,
[URL unfurl="true"]http://aspnetlibrary.com[/url]
[URL unfurl="true"]http://mdssolutions.co.uk[/url] - Delivering professional ASP.NET solutions
[URL unfurl="true"]http://weblogs.asp.net/marksmith[/url]
 
thank you setting a validate group was exactly what i needed
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top