Arshad
posted
317 posts
since
Dec 18, 2007
from
India
|
|
Re: Write from page1.aspx (site1) when HyperLinkField is cliked, to input type="text" from page2.asp (site2)
|
|
|
|
|
|
|
|
|
|
Hi there,
You can use the query string to do the same
protected void hlNavigate_Click(object sender, EventArgs e)
{
Response.Redirect("http://networkip/site2/page2.asp?textboxT1=FirstInformation"); }
Regards, Arshad
|
|
|
|
|
|
Marius DUMITRU
posted
4 posts
since
Jul 22, 2009
from
|
|
Re: Write from page1.aspx (site1) when HyperLinkField is cliked, to input type="text" from page2.asp (site2)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
------------------------------------- Marius DUMITRU -------------------------------------
|
|
|
|
|
|