|
I'm looking at building some web user controls with an eye toward re-use, but I can't seem to add a Web User Control in my class library in VS2008. Is there a way to work around this problem, or is there a better approach to creating reusable controls...
Started by JoshRivers on
, 6 posts
by 6 people.
Answer Snippets (Read the full thread at stackoverflow):
There is a walkthrough for creating a web ....
According to the MSDN article " Recommendations consider creating a Web Custom Control library.
control using the Web Control Library template .
|
|
IMPORTANT: The accepted answer was accepted post-bounty, not necessarily because I felt it was the best answer.
I find myself doing things over and over when starting new projects. I create a folder, with sub-folders and then copy over some standard items...
Started by Jonathan Sampson on
, 11 posts
by 11 people.
Answer Snippets (Read the full thread at stackoverflow):
Then, instead of....
As a PHP framework for our web applications and have created a new project template which does exactly/ icons/ backgrounds/ js/ (compressed when published)
library/ (standard code) common/ (app specific all these.
|
|
Hello!
More SharePoint questions from me again today! I thank everyone that has helped thus far!
Here is my situation:
I have to create a custom application inside of sharepoint. I am using a document library which hosts web part pages and i am using ...
Started by Steve Hayes on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
You will have to delete the old list you....
Unfortunately this is not the case for Template.
Anything you have updated in list/site definition will be reflect to the sites that are referencing the definitions .
Customized list into template.
|
Ask your Facebook Friends
|
In VB6, ActiveX DLL is listed as a project template but in VS 2005+ there is no such thing. Where is my good old ActiveX DLL template? Many thanks in advance.
Started by Martin on
, 5 posts
by 5 people.
Answer Snippets (Read the full thread at stackoverflow):
As far as I know there's really no 'ActiveX' project description what you want to use the ActiveX.dll for (project library or User Control) and what template since....
To create an activex control and use it in a web page.
|
|
I am looking to add custom reports/forms to a web application. I want users to be able to upload a report definition/template file and then be able to print out a PDF or word document (one or the other it doesn't need to be both) for each of their widgets...
Started by runxc1 Bret Ferrier on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
This....
With the WebBrowser control , and we use a commercial library to convert the HTML to PDF if desiredWe're pretty happy with the free StringTemplate.Net library for generating HTML reports (or any Microsoft ReportViewer before.
|
|
I've taken quite a shine to the Spring Framework and would like to get into it a bit more. I have noticed that aside from plain vanilla JSPs there are various template engines for use with Spring MVC, such as Velocity and Freemarker . Are there others...
Started by Scott Bennett-McLeish on
, 9 posts
by 9 people.
Answer Snippets (Read the full thread at stackoverflow):
Try Spring Modules , which has support for web template engines like Freemarker, Groovy annotations....
We have been using Sitemesh template engine in our spring web app, if you ask me.
Doing some Web-Related Development.
|
|
In the past I've written sites in ASP.NET just to get nice reusable templating via master pages (layouts) and user controls (partials). I'm talking about sites that have no more complicated code in them than simple variable substitution in templates -...
Started by BRH on
, 10 posts
by 10 people.
Answer Snippets (Read the full thread at stackoverflow):
And finally, Calypso which is a Django template, but so far, I like it a lot! It allows me to use layouts and doesn't require a huge library and strict templating library....
But also takes some ideas from Django templating.
|
|
I have very little experience with ASP.NET and I am doing some self-training before I start writing my first web site/application, which will be a calibration utility. How that utility works is not my concern right now. However, the utility eventually...
Started by Bears will eat you on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at stackoverflow):
If you have IIS6 or higher, you can ....
This means a web project where all code behind (everything insideIf you know the client also uses ASP.Net, you could build it as a User Control.
The "ASP.NET Web Application" template.
|
|
Every time I create a new project I copy the last project's ant file to the new one and make the appropriate changes (trying at the same time to make it more flexible for the next project). But since I didn't really thought about it at the begging, the...
Started by pek on
, 7 posts
by 7 people.
Answer Snippets (Read the full thread at stackoverflow):
An alternative....
It's a better Ant.
This also works to your benefit when you want to upgrade a library you use.
One feature I really users of your library.
Checking these dependencies into your source control system with your code).
|
|
I need to disable new item creation (new document) and Connect to Outlook in a specific document library.
I would like to remove the button completely if possible, but will settle for disabling it by eliminating the "Create a new document" dropdown as...
Started by Nancy on
, 5 posts
by 5 people.
Answer Snippets (Read the full thread at stackoverflow):
In both ways you wont-template-wss-3-0-moss.aspx....
Examples are on the web .
Lib that you have control over (ie the template)? If that is the case you could have a look process by setting SPItemEventProperties.Cancel = true; .
|