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

HtmlPlaceholder call page Aspx

1 Answer 39 Views
HTMLPlaceHolder
This is a migrated thread and some comments may be shown as answers.
Phuchiss
Top achievements
Rank 1
Phuchiss asked on 19 Apr 2010, 10:13 AM
i want sent querystring to aspx

RadHtmlPlaceholder

 

html = new RadHtmlPlaceholder();

 


html.SourceUrl =

new Uri(@"http://localhost/PDFnew/Default.aspx?n="+e.Result,UriKind.Absolute);

 


but it not work. aspx can't get querystring.

help me plz

1 Answer, 1 is accepted

Sort by
0
Miro Miroslavov
Telerik team
answered on 22 Apr 2010, 10:46 AM
Hi Phuchiss,

The problem appear to be in your apsx. page. I've tried with this code and it works as expected:
<telerik:RadHtmlPlaceholder SourceUrl="http://search.twitter.com/search?q=telerik" />

The result is there based on the QueryString.
If you have further questions, please ask us.

Greetings,
Miro Miroslavov
the Telerik team

Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items.
Tags
HTMLPlaceHolder
Asked by
Phuchiss
Top achievements
Rank 1
Answers by
Miro Miroslavov
Telerik team
Share this question
or