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
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
Comment