Tagged Questions

0
votes
2answers
27 views

Placeholders using generic ODBC drivers

Currently, I'm peppering form submissions to account for single quotes & other garbage. $form_field_value= str_replace("'", "''", stripslashes($form_field_value)); It is to …
0
votes
0answers
12 views

Truncating a placeholder and appending 3 dots (…)

I have a requirement to add serveral images to an asp:placeholder control on a webpage. The added images are displayed one after the other across the page. However if the browser …
0
votes
1answer
97 views

How to make UserControl to use master page placeholders?

Hello all. There's quite weird issue and I wonder if it had ever occurred before. It looks odd that nobody had been caught by it, by Google says so. that's what we have: Master …
0
votes
1answer
20 views

asp.net/ajax custom templated control, showing/hiding items with placeholder

Hi All, I have a custom templated control(toolbar) that contains a custom usercontrol(button) The button uses jquery to style and manage the states/postbacks/non=postbacks etc. A …
0
votes
2answers
52 views

How can the literal contents of a PlaceHolder be read?

I have some code on a User Control that looks like this: <asp:PlaceHolder id="ph1" runat="server"> <script type="text/javascript"> jQuery(function() { …
0
votes
1answer
87 views

Proper way to hide place holders in a SharePoint 2007 Master Page?

I am working on a specialized instance of MOSS for a client where What I am wanting to do is hide elements on the master page. In particular, I want to hide the main top navigation …
0
votes
0answers
28 views

How to swap a SWF file with an image on a disjointed rollover

I have a site that has a short SWF file that plays when the site is loaded. I want to use the space where this SFW file is at to display images when a thumbnail is clicked. I have …
0
votes
3answers
135 views

How to show content from contentPlaceholder inline

Hi, I have a page where i in my masterpage have a toolbar with a "Home" button to the far left. This button is not in a contentplaceholder but on the page. I want to have the oppor …
-2
votes
6answers
458 views

What are placeholders in Java

Hello. I have been asked to go and find out about placeholders in Java. I have searched the internet and cannot find any site that will tell me what a placeholder is (in java terms …
0
votes
1answer
263 views

ASP.NET C#: Enabling / Disabling all ASP Controls in Table / Placeholder

Hello guys, How do I disable for example all button controls in a certain placeholder? The plot: I am coding an application for web that uses some buttons which get disabled afte …
0
votes
2answers
201 views

Issue adding multiple controls to placeholder returned by function

I have a function that creates multiple controls. Mainly input fields and an imagebutton with dynamic data for an Amazon payment button. How can I add these controls to a placeho …
2
votes
6answers
439 views

How to replace text in a powerpoint (.ppt) document?

What solutions are there? I know only solutions for replacing Bookmarks in Word (.doc) files with Apache POI? Are there also possibilities to change images, layouts, text-styles i …
0
votes
2answers
83 views

C# printformat placeholders

hey, can anyone give me a list of the printFormat placeholders in C#? somewhere deep in MSDN one exists, and I even found it, but it's really troublesome and not really convenient. …
0
votes
1answer
472 views

hw to create line breaks between dynamically generated labels in a placeholder?

This is the code below in code behind file's Page_Load event: LinkButton linkButton = new LinkButton(); linkButton.ID = "LinkButtonDynamicInPlaceHolder1Id" + i; …
6
votes
3answers
2k views

ASP.Net: Panel VS. PlaceHolder

What is the difference between Panel and PlaceHolder in ASP.NET?

1 2 next
15 30 50 per page