**I need help
i have a page that contain
- 2 textbox - Button - Literal Button .
i need to insert a website in the first textbox .. " google.com" for example
and the second textbox will take a search word... " for example" .
when i click on the button .. i want to retrive all search data in the literal button using Query string .
is it clear?
Thanks in advance.
**

Recommended Answers

All 2 Replies

Where is the page? Can we see some code? Where are you searching for the query string? Are you doing this in the textbox with the website?

We need to see some code to understand what you are talking about.

In your button click code use something like this

Response.Redirect("success.aspx?Url="+txtBox.Text+"&urlToFind="+txtFind.Text); ect....
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.