This question is locked. New answers and comments are not allowed.
i want sent querystring to aspx
but it not work. aspx can't get querystring.
help me plz
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