Skip to content

LexDX/how-to-filter-aspxgridview-bound-to-sqldatasource-via-external-combobox-in-aspxroundpanel-e2041

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

How to filter ASPxGridView bound to SqlDataSource via external combobox in ASPxRoundPanel

This example demonstrates how to filter the ASPxGridView bound to SqlDataSource via the ControlParameter. The ControlParameter is passed to the SqlDataSource from an external ASPxComboBox. The ASPxComboBox is inside TemplateControl. Sometimes it's hard to correctly build the ControlParameter's ControlID property manually, so it's better to build it at runtime. In fact, the ControlParameter's ControlID property equals the UniqueID property of an external ASPxComboBox.

See also:
How to filter ASPxGridView bound to SqlDataSource by using an external ASPxComboBox in ASPxRoundPanel


About

.NET, ASP.NET Web Forms, ASPxGridView

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Classic ASP 81.0%
  • C# 19.0%