Ask a Question related to ASP.NET Building Controls, Design and Development.
-
Pradeep #1
Usercontorl in a placeholder
Hi,
I am having this wierd issue. I have a usercontrol in a aspx page.
Basically this user control has some labels and thats it. It has a printer
friendly link and when we click on it a pop up window open with the text the
user control. Everything works good except for in hte labels, where I have
long text. When looked in teh aspx page, i see <br /> at quite some places
and somehow all of them magically disappear when on this printer friendly
page.
this is what I am doing....
PrintMessagePlaceHolder.Controls.Add(
LoadControl(GetUrl(Constants.PRINT_MESSAGE_GENERAL )));
Please let me know.
Thanks
Pradeep
Pradeep Guest
-
placeholder error
I am using DBD-Sybase 1.05-oc12.5.1. When running my script I get the following error: ct_result(ct_dynamic(CS_PREPARE)) returned -205 at... -
Build control in a placeholder or like a placeholder
Hi. I create a new custom control and it works fine. But now, I need to put it in any place on the page, like the placehold control do. Someone... -
Customize Placeholder Text?
Is it possible to customize the pseudo-latin default text that is added when I select Type > Fill With Placeholder Text? I am doing a lot of work in... -
4GL V7.31 placeholder problem?
Hi Testing 4GL V7.31 here, on HP-UX11i. The following code has worked in 4GL 6.05 thru 7.20 for over 7 years. Now in 7.31 it's failing at runtime... -
Placeholder Question
Hi all, I have a placeholder control on an ASPX page. I dynamically add a button control to the placeholder from code - all is well with the... -
S.M. Altaf [MVP] #2
Re: Usercontorl in a placeholder
1. What is Constants.PRINT_MESSAGE_GENERAL
2. You'll have to explain in a little more detail what the problem is... where do you see the <br>s? In the source or in the labels?
--------------------------------------------------------------------------------
All that glitters has a high refractive index.
[url]www.mendhak.com[/url]
"Pradeep" <Pradeep@discussions.microsoft.com> wrote in message news:F34BECD6-02CD-4A7D-9FA2-E8529C152AB6@microsoft.com...
Hi,
I am having this wierd issue. I have a usercontrol in a aspx page.
Basically this user control has some labels and thats it. It has a printer
friendly link and when we click on it a pop up window open with the text the
user control. Everything works good except for in hte labels, where I have
long text. When looked in teh aspx page, i see <br /> at quite some places
and somehow all of them magically disappear when on this printer friendly
page.
this is what I am doing....
PrintMessagePlaceHolder.Controls.Add(
LoadControl(GetUrl(Constants.PRINT_MESSAGE_GENERAL )));
Please let me know.
Thanks
Pradeep
S.M. Altaf [MVP] Guest



Reply With Quote

