I have developed a page and want to enter the value automatically using asp.

Like for ex,
passing values for GOOGLE search and pressing the search button from ASP.

is this possible?:-O

Recommended Answers

All 2 Replies

Pass the information as querystring to your target web page. In page load, get values from the querystring and store it in your control.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.