Hi
I am still biggner in C# and i would like some one to help me please, In my master page i have added textbox called: Srchtxt, and search button called: SearchBtn and i have use listview in page called SearchResult.aspx NOT in index.aspx which is the main
page, thats mean when the user enter the domain name the index.aspx will appear and if he write something in Srchtxt and click on SearchBtn it should take him to the SearchResult.aspx page and show the results. I have create a session in master page to collect
the text written in Srchtxt like this:
Session["SearchValue"] = Srchtxt.Text;
Response.Redirect("SearchResult.aspx");
and in the SearchResult.aspx page i have used this code but sure its not working as there is no Srchtxt in the page so i need some one to help me to fix this code correctly, the code in SearchResult ...
Go to the complete details ...