TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
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
Reply
Answers (
0
)
java script function for selecting value into the textbox?
Maintaining Checkbox state while repeater Paging in C#