Hello There,

i have a data entry content page,consist of textboxes and a button on its side,if click the button on the side of the textbox it open a window page,in window page i put a gridview with data..if i click row on the gridview...i pass the data to my content page..

my problem is the content page will always reload everytime i select data in my window page gridview....which is not good for me because i put a query on the page_load event in my content page,the query do, was getting data_entry_number in my database table..

i want it to update only the textboxes not reload the content page...is this possible?...