O
Oswaldo Rod?guez via .NET 247
Hi.. i have two aspx pages(master.aspx, detail.aspx). Both ofthem contain a datagrid. In master.aspx, i have an iframe thatloads detail.aspx, and in the master.aspx datagrid i have abuttonColumn. The main idea is that when i click on any link, itwould update just the iframe, so the datagrid within thedetail.aspx page, load the detail info of the master datagridrow that has been clicked. I`ve tried several ways but it hasbeen imposible to reload the iframe from the link in thedatagrid's buttoncolumn... any ideas?
thanks
thanks