Hi,
In my application i have a report that have a few choice where the user can change and chose what kind of report he want.
For example, my report show a list of people; the user can chose to see it with certain specific grouping or simply the complete list. The report show a dropdownlist where the choices are and a button to change the view of the report.
The thing is that my validation is calling only at loading. When i click on the refresh button it doesn't do anything. I tried to use the event proposed by the base event are only called with item databinding so it isn't rly helping my cause the refresh don't cause my page to postback so i can't refresh the datasource to get the validation.
I just want to know if there,s a way to get the refresh button event in the codebehind of the report so i can set my validation or is there an other way to use the refresh button.
Thx for your time!!
Guillaume
In my application i have a report that have a few choice where the user can change and chose what kind of report he want.
For example, my report show a list of people; the user can chose to see it with certain specific grouping or simply the complete list. The report show a dropdownlist where the choices are and a button to change the view of the report.
The thing is that my validation is calling only at loading. When i click on the refresh button it doesn't do anything. I tried to use the event proposed by the base event are only called with item databinding so it isn't rly helping my cause the refresh don't cause my page to postback so i can't refresh the datasource to get the validation.
I just want to know if there,s a way to get the refresh button event in the codebehind of the report so i can set my validation or is there an other way to use the refresh button.
Thx for your time!!
Guillaume