Good Afternoon Staff I'm getting the value of a gridview so far so good:
gridCadastro.GetRowValues(gridCadastro.GetFocusedRowIndex(), 'id_cliente', OnGetRowValues);
Now I need to get this value and pass it to an ASPxButton of a metro.master, however I could not get via
<%@ PreviousPageType VirtualPath="~/SourcePage.aspx" %>