How to get the value from coding page to design page?
i written this in coding page .cs object queryvalue = Request.QueryString["id"]; and i want to retrieve the queryvalue in the same design page,bcoz i want to assign it for
<iframe src="default.aspx?id=queryvalue" width="660" height="300"></iframe>.
Please suggest me some idea...