0
votes
2answers
30 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 few of the buttons …
0
votes
1answer
36 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 prep the value for …
0
votes
0answers
16 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 is resized by the …
0
votes
2answers
62 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
89 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 bar, the search …
0
votes
1answer
105 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 page
…
2
votes
6answers
448 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 in .doc and .ppt …
0
votes
1answer
273 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 after you click them.
…
0
votes
2answers
211 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 placeholder so they are …
0
votes
3answers
140 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 opportunity for derived …
-2
votes
6answers
489 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), how they work and …
0
votes
0answers
32 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 named the SWF file, …
0
votes
1answer
492 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;
…
0
votes
2answers
87 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.
thanks
6
votes
3answers
2k views
ASP.Net: Panel VS. PlaceHolder
What is the difference between Panel and PlaceHolder in ASP.NET?
