7
votes
3answers
3k views
ASP.Net: Panel VS. PlaceHolder
What is the difference between Panel and PlaceHolder in ASP.NET?
6
votes
5answers
2k views
Replace Placeholders in word document with c#
Hi there,
I have a template in word (.docx) format and want to replace some placeholders in this template with my own data, do you know where I can find the right classes for this project? It would …
2
votes
6answers
474 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 …
2
votes
4answers
407 views
Simplest way to use “BeanUtils alike” replace
Is there any libraries that would allow me to use the same known notation as we use in BeanUtils for extracting POJO parameters, but for easily replacing placeholders in a string?
I know it would be …
0
votes
3answers
33 views
.NET/ASP.NET and placeholders in databases
I have a web page (ASP.NET, ASCX) which has to show some contents of a database. The choice of contents is determined by some variable, say x. So, if x=1, I show the first column of a given database …
0
votes
1answer
31 views
Specify an item placeholder by setting a control’s ID property to “itemPlaceholder”
I have only single "Default.aspx" page and a single ListView Control. Why am I getting this error. Never Happened before
"An item placeholder must be specified on ListView 'ListView1'. Specify an …
0
votes
2answers
25 views
How do i set placeholder char(%)?
In Objective-c ...
I want represent placeholder char(%)
but my code don't....
NSString *base = @"<style type=\"test/css\">div{width:100\%}</style><body>%@</body>";
NSString …
0
votes
0answers
19 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
1answer
49 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
2answers
50 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
2answers
74 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
101 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
0answers
36 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
3answers
153 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 …
0
votes
1answer
294 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.
…
