Click here to Skip to main content
15,922,015 members

Comments by mechary (Top 4 by date)

mechary 17-Jan-13 22:20pm View    
Deleted
Thanks Tharaka, but when I'm using iframes, I'm not able to navigate
within iframes. Whatever the link I'm clicking in the webpage in URL,
it is always redirecting to home page. with OBJECT tag it is working
perfectly, so need to know how to use runat tag to access myObject
from codebehind? any idea? Thank you
mechary 17-Jan-13 22:20pm View    
no actually I need to capture the url whatever the user navigating within the OBJECT.
mechary 17-Jan-13 22:04pm View    
Thanks Tharaka, but when I'm using iframes, I'm not able to navigate
within iframes. Whatever the link I'm clicking in the webpage in URL,
it is always redirecting to home page. with OBJECT tag it is working
perfectly, so need to know how to use runat tag to access myObject
from codebehind? any idea? Thank you
mechary 17-Jan-13 18:07pm View    
Marcus thanks for your reply, here is my code

<object id="myObj" type="text/html" data="http://www.xyz.com" style="height:800px;width:800px;" />

Now I need to change the value for DATA element at server side in c#.net. For this I'm trying to put runat="server" and getting error to have ProgId or ClassId. Not sure what would be the values for that. Any help/suggestion is appreciated. I dont want to use IFRAME for this.