Skip to content

DevExpress-Examples/asp-net-web-forms-callback-panel-redirect-users-on-callbacks

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Callback Panel for ASP.NET Web Forms - How to redirect a user on a callback

This example demonstrates how to redirect users during the Callback Panel control's callback.

Redirect Users on a Callback

In the example, the callback panel displays a Login button and text boxes for an email address and password. The panel sends a callback to the server once you click the button. On the server, the ValidateEditorsInContainer method validates text box values. If they pass validation, the RedirectOnCallback method redirects you to the Login.aspx page. If validation fails, one or more error messages appear in the Validation Summary control above the text boxes.

Files to Review

Documentation

About

Redirect users during the Callback Panel control's callback.

Topics

Resources

License

Stars

Watchers

Forks

Contributors 4

  •  
  •  
  •  
  •