|
code
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
Pass parameter from pages aspxHello I need pass one parameter from one treeview to other page with one
gridview, this parameter is the filter of the "select * from kk where fields=parameter" . How can I do this? any example similar? Thanks Hi
Essentially there are two ways: (1) Set the NavigateUrl property of each node to include the address of the page containing the Gridview and append the parameter in a query string. (2) Use the SelectAction property to define an event in which the parameter is stored in a Session variable and the Server.Transfer method is invoked to call the page with the gridview.
force viewstate to clear on OnCommand event
GridView... RowUpdating event not firing.... Using Web.config's <system.web><pages><controls><add /></controls></pages></system.web> To Register How to position a dynamically created control... Validation in GridView Data grid column sizes accesing control in EditItemTemplate of DataList accessing control in EditItemTemplate of DataList radio buttons in GridView? AJAX.NET triggers don't fire |
|||||||||||||||||||||||