473,396 Members | 1,726 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,396 software developers and data experts.

open pdf or othe page link into content page in masterpage

Hi,
I like to target link clicked on one contentplaceholder to another
contentplaceholder within one masterpage.
Any suggestion? Please let me know.

Thank you in advance.

Shailesh
Nov 15 '06 #1
2 2231
All you can do is create a named anchor such as <a name="somename"then
either link to that anchor using the #somename, such as <a
href="default.aspx#somename"or if you need to do it in codebehind redirect
back to the page and append the anchor name on it like
Response.Redirect("default.aspx#somename"); There's nothing in HTML that
will really let you jump around a page in any other way.
--
Hope this helps,
Mark Fitzpatrick
Former Microsoft FrontPage MVP 199?-2006

"Shailesh Patel" <sh******@urnerbarry.comwrote in message
news:%2****************@TK2MSFTNGP06.phx.gbl...
Hi,
I like to target link clicked on one contentplaceholder to another
contentplaceholder within one masterpage.
Any suggestion? Please let me know.

Thank you in advance.

Shailesh

Nov 15 '06 #2
A PDF can be displayed in its own window or in a Frame or IFrame. It cannot
be displayed in a contentplaceholder unless that contentplaceholder has an
IFrame in which to display the PDF.

--
I hope this helps,
Steve C. Orr,
MCSD, MVP, CSM, ASPInsider
http://SteveOrr.net

"Shailesh Patel" <sh******@urnerbarry.comwrote in message
news:%2****************@TK2MSFTNGP06.phx.gbl...
Hi,
I like to target link clicked on one contentplaceholder to another
contentplaceholder within one masterpage.
Any suggestion? Please let me know.

Thank you in advance.

Shailesh

Nov 15 '06 #3

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

1
by: Ray Cacciatore | last post by:
My login.aspx page uses a MasterPage and is implemented as a Content page. However, I keep getting the error "A page can have only one server-side Form tag." when I run it. Yet there is not FORM tag...
5
by: Federico | last post by:
I have a problem, I have an event declared in a Master Page, and I want to use in a Content Page holder of a Content Page. When I want to create the method to handle the event, I can njot reference...
2
by: .seb | last post by:
Hi, easy question...! I have an app with my masterpage and all, but now I what to show and external page in that "frame", where controlplaceholder is. Let's say I want to show the google page in...
1
by: NH | last post by:
Hi, I am sure this must be simple do (famous last words?!). I have an excel file in a folder on the website and I just want to have it open up immediately (in an iframe or something?) once the...
8
by: Amit | last post by:
I have a master page and a content page but the stylesheet isnt getting applied like how it looks in visual studio design view. The master page is defined like this: <%@ Master Language="VB"...
6
by: Sunfire | last post by:
Is there a way you can test what page is loaded from inside a master page? What I need to do is test to see what page is loaded inside the master page and then gray out the root item linked to that...
6
by: =?Utf-8?B?SmF5IFBvbmR5?= | last post by:
I am trying to access a Public property on a Master Page from a Base Page. On the content pages I have the MasterType Directive set up as follows: <%@ MasterType virtualpath="~/Master.master" %>...
1
by: raghulvarma | last post by:
I have created a master page <%@ Master Language="C#" AutoEventWireup="true" CodeFile="MasterPage.master.cs" Inherits="MasterPage" %> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0...
2
by: raghulvarma | last post by:
I have a master page like <%@ Master Language="C#" AutoEventWireup="true" CodeFile="MasterPage.master.cs" Inherits="MasterPage" %> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.