Vikram

Vikram

  • 1.4k
  • 276
  • 308.3k

Object tag render without Postback

Jul 14 2010 6:47 AM
Hi friends,
  
   In my application I am Using 3 Html Radio buttons and 3 div containing 3 panels.
By using Hide and Show method I implement MultiView functionality. One of the Dive contain the <Object> tag.
<object id="objCopyTo" classid="clsid:25336920-03F9-11CF-8FD0-00AA00686F13"               type="text/html" data="Temp.aspx" height="530px" width="991px">
  
      Temp.aspx page contain the one GridView with paging and few textboxes. If I select second page in Gridview and put some data in textboxes and Click on the other Radio Button. And If again selected same Div the value from the textboxes flushed out and GridView display 1 page. 
    I am not doing any post back on this page though use javascript instead MultiView Control. still the load event of Temp.aspx inside Object control get Called. I want to maintain the state of Object tag.
   When <Object> tag render in the page?
 
Any Help appreciated.......

Regards,

  VIkram