Click here to Skip to main content
15,949,741 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
i have an html project in that i have added on aspx page (dotnet page), i have some text fields in the aspx page in that page i have one button, when i clicked that button i want to send the text field data to html page.
plz help me
Posted

1 solution

You can send small texts using Query Strings: MSDN: Request.QueryString Collection[^]
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900