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 IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Validation Summary shown in another frame

Status
Not open for further replies.

Imshaad

Programmer
Jun 2, 2003
9
MU
Hi All,

For my ASP.Net project, I have the common page with 3 frames, 1 for navigation, one for the actual page to be displayed when I click the Navigation links and a footer frame. I have made some validation using the custome validator and displayed the error messages in a Validation Summary. Now I wat the Validation Summary to be displayed in the Footer frame instead of the frame where the pages are displayed. How can I achieve this?

Thanks from Muritius.
 
You could add the validation control (or at least the details of what it contains) to a session variable. The other frame would then have have to be releoded and check for the existence of this session variable and if it exists, display it's contents.

Seems to me like you would be a lot better off not using frames though...


____________________________________________________________

Need help finding an answer?

Try the Search Facility or read FAQ222-2244 on how to get better results.

 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top