This is a migrated thread and some comments may be shown as answers.

javascript:__doPostBack does not work

1 Answer 199 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Fernando
Top achievements
Rank 1
Fernando asked on 12 May 2011, 05:14 PM
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

1 Answer, 1 is accepted

Sort by
0
Georgi Tunev
Telerik team
answered on 17 May 2011, 11:03 AM
Hello,

Is this issue related to a RadControl? If so, please share some more details about the exact setup and the logic that you are using. If not, I would suggest to check the samples on the Net - there are a lot of resources discussing this. For example, you could check the results in this search query.


All the best,
Georgi Tunev
the Telerik team

Browse the vast support resources we have to jump start your development with RadControls for ASP.NET AJAX. See how to integrate our AJAX controls seamlessly in SharePoint 2007/2010 visiting our common SharePoint portal.

Tags
General Discussions
Asked by
Fernando
Top achievements
Rank 1
Answers by
Georgi Tunev
Telerik team
Share this question
or