I'm probably that much of a noob that I've deviated from the path authors of ASP.NET 2.0 thought of how master and content pages should off been used...
Looking from the outside it seemed logical to me that (even on this website) a search text box should be part of a master page and a page that displays results should be a content page...
So the problem I'm having (if my hunch about that search textbox control in the header of say even this very website being part of a master page, and result page that subsequently loads underneath the header after you click go being a content page) is how do (by which means) I send data from the search textbox (a control in the master page) to the content page?!
This must be a real easy thing to do, it's just that I'm a noob new to ASP.NET...
I have tried using a solution I found on 4GuysFromRolla website, but I couldn't get it to work for me!? Please is there any example code out there to what I sould do to pass data entered into search text box to the search page?! I'm preety sure in ASP.NET 2.0 you should use stuffing the Request object with parameters (even though I'm not sure how to do that even too, since I'm using controls here instead of making my page out of Response.Write statements...) like say in plain vanilla JSP, or should you!?
TIA, a n00b