I have a iframe which view a table filled from a sql database. I have Employee information populating the datagrid and I am trying to use the initials to populate the text box on the page of the iframe. I have the table page send variables to the textbox but the querystring variable passes what I type and not the variable Initial from the database. what do I do to pass the variable to the frame page from the table page. Thankyou for your time.