Posted on: 2/20/2014 6:29:23 PM | Views : 661

A client asked me to create an asp.net search tool that queries an SQL database. The searches appear to be working fine if the search form is accessed and executed from the .aspx page, but if you do an identical query from the same form viewed through an iFrame, you just get the full set of records from the database table, as if there are no parameters. Does the iFrame cause this?
Any more elegant solution? The situation is they want to search a remote site from their blog (they own the remote site but don't host it), and asked me to create a search form for them that they could just display in an iFrame on their blog. 

Go to the complete details ...