hi
i have a problem with this.
i have this code in the code behind =
string href = @"<a class='tituloGrisClaro' href=""javascript:__doPostBack('getProduct','";
and
this in the page load.
string argument = Page.Request.Params["__EVENTARGUMENT"];
string target = Page.Request.Params["__EVENTTARGET"];
but the argument and target always is empty
is there a way to reconcile telerik whith this?
thk
i have a problem with this.
i have this code in the code behind =
string href = @"<a class='tituloGrisClaro' href=""javascript:__doPostBack('getProduct','";
and
this in the page load.
string argument = Page.Request.Params["__EVENTARGUMENT"];
string target = Page.Request.Params["__EVENTTARGET"];
but the argument and target always is empty
is there a way to reconcile telerik whith this?
thk