Master page issue (with query-gridview)

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • vstud
    New Member
    • May 2008
    • 17

    Master page issue (with query-gridview)

    Hi guys,

    I have a simple page with a text box for inserting a name and a gridview below it.
    once the user type the name the gridview displays the matching record that has that name in the database table.
    all works fine so far, however when I've change the page to use a Master page layout the gridview will not display the record. (unless i have a simple select),
    somehow the i believe that the input text box is not read properly by the query once it's using an Master page.

    I hope I'm clear with my description.

    Any idea what's causing it? or how to remedy this issue.

    Thanks in advance
  • vstud
    New Member
    • May 2008
    • 17

    #2
    ok, solved it.

    You can't use form fields (in the query wizard) if you are using masterpage,
    since it's not a "page form" anymore. (lacking the form tag).

    Comment

    Working...