How can i access a page within framing pages by using c#.net
How can i access a page through link which is within frames by using c#.net. and can call java scritp by using c#.net.
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Munir ShaikhPosted Aug 3, 2007, 6:01 AM
Hi,
You can access pages within the frame by using links but you need to give tatget in which frame this link should open, every frame page has source and name property to it.
Javascript can be utilized in Asp.net & C# using
btnName.Attribute.Add("event","javascriptfunction()");
This will help you,
Enjoy!!
>>Munnamax