Get value from a placeholder
Windows Server Forum Index Windows Server
Server discussion on Windows platform.
 
 FAQFAQ   MemberlistMemberlist     RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 
 
Google
 
Web winserverhelp.com
Get value from a placeholder

 
Post new topic   Reply to topic    Windows Server Forum Index -> CMS Server
Author Message
Javier Ruiz
Guest





Posted: Sat Jan 15, 2005 2:29 am    Post subject: Get value from a placeholder Reply with quote

--
Hello Everyone

I need to implement a placeholder where the user puts a URL (like this
http://www.google.com) an redirects to this page and in the same placeholder
when the user write "popup:" and then te URL its has to display a popup
Window.

I don't have any idea how can i do this!!!
Back to top
Stefan [MSFT]
Guest





Posted: Sat Jan 15, 2005 5:21 am    Post subject: Re: Get value from a placeholder Reply with quote

Hi Javier,

that is very simple:

create a custom placeholder control derived from (e.g.) a
HtmlPlaceholderControl object.
Then override the CreatePresentationChildControls method and implement an
method, that does nothing.
In addition override the LoadPlaceholderContentForPresentation method and do
a Response.Redirect to the Url.
If the popup: is in the placeholder content, register a client script
instead that opens a popup with this Url.

All over around 30 lines of code.

Cheers,
Stefan.

"Javier Ruiz" <javirs@asae.com.mx> wrote in message
news:D6BD3F97-A299-42AB-965E-77C93B90BBA4@microsoft.com...
Quote:

--
Hello Everyone

I need to implement a placeholder where the user puts a URL (like this
http://www.google.com) an redirects to this page and in the same
placeholder
when the user write "popup:" and then te URL its has to display a popup
Window.

I don't have any idea how can i do this!!!
Back to top
 
Post new topic   Reply to topic    Windows Server Forum Index -> CMS Server All times are GMT
Page 1 of 1

 
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum




New Topics Powered by phpBB