problem with frames
-
hello sir I am using C# and asp.net i have problem with frames, i am using Response.redirect() method with frames,how can i call another frame with response.redirect method(), suppose i have two frames first A and B, search textbox is in frame a when i click on search button i want the result on frame b,. i am using response.redirect(".aspx?frame=b"), but this will open the page on frame A. please help me thanks:^)
prabhakar dwivedi
-
hello sir I am using C# and asp.net i have problem with frames, i am using Response.redirect() method with frames,how can i call another frame with response.redirect method(), suppose i have two frames first A and B, search textbox is in frame a when i click on search button i want the result on frame b,. i am using response.redirect(".aspx?frame=b"), but this will open the page on frame A. please help me thanks:^)
prabhakar dwivedi
Hi, You have to set the target frame so that the output is displayed in the rigth frame. If you have added the frame set from within the VS .NET then please check the HTML view of the page to find some instructions and also find the target frame property. You have to specify target frame name in the target frame property.
"A good programmer is someone who looks both ways before crossing a one-way street." -- Doug Linder
Anant Y. Kulkarni