1
Boa Tarde Personal I’m taking the value of a gridview so far so good:
gridCadastro.GetRowValues(gridCadastro.GetFocusedRowIndex(), 'id_cliente', OnGetRowValues);
Now I need to take this value and move to an Aspxbutton of one meter.master, but I could not via via
<%@ PreviousPageType VirtualPath="~/SourcePage.aspx" %>
you want to pass to another form?
– Marco Souza
Please explain this better.
– RBoschini
Well let’s go.. I have an application where a metro.master file gets the default buttons. And on the other side I have a form with a gridview. The idea is when the user clicks on gridview, the id of the Row is passed to metro.master as a parameter for any functions.
– Thiago Motta Barboza