Home
Get Started
Learn
Downloads
AJAX
MVC
Community
Wiki
Forums
Sign in
|
Join
Home
›
ASP.NET Forums
›
Search
Search
You searched for the word(s): userid:40545
More Search Options
RSS Available
Matching Posts
Re: Serving suggestion
Hi! For the release of the Blinq prototype I compiled the necessary adapter resources into a dll to keep the project files clear of unrelated adapter code so developers would be able to concentrate on the core Blinq files. The CSS Adapters were in an early stage at the time but the principle can just as well be applied to the current release. The way to go about "pre-packaging" the adapters resources into a single dll is as follows: 1. Create a class-library project in Visual Studio. Name
Posted to
CSS Friendly Control Adapters
(Forum)
by
HardyE
on 11/1/2006
Re: External Stylesheet on a content page
Hi Ben, you can put a ContentPlaceHolder in the <head> of your master page like so: <head runat="server"> ( ... usual stuff like title, etc. ...) <asp:ContentPlaceHolder id="extStylePlaceholder" runat="server"/> </head> And in your content pages set the link to the external style sheet: <asp:Content ContentPlaceHolderID="extStylePlaceholder" runat="server"> <style type="text/css" media="screen"> @import url(myAdditionalStyles.css); </style> </asp:Content>
Posted to
Master Pages, Themes and Navigation Controls
(Forum)
by
HardyE
on 7/28/2005
Re: Back button and UIP
Hi! There's a fix for this problem available at the GotDotNet UIP Workspace . Regards, Hardy
Posted to
Microsoft Application Blocks
(Forum)
by
HardyE
on 1/24/2004
Re: creating a subdirectory at run time + regular expressions?
Hi John! Use a RegularExpressionValidator for the text box and assign the following expression to its "ValidationExpression" property: ^[a-zA-Z0-9 ]+$ This means the following: 1. ^ indicates the beginning of the string; 2. all the characters between the square brackets represent themselves; 3. + indicates one or more occurences of any of the characters in the square brackets; 4. $ denotes the end of the string. Regards, Hardy
Posted to
Client Side Web Development
(Forum)
by
hardye
on 11/5/2003
Page 1 of 1 (4 items)
TechNet Edge:
FPE Customer Story
Silverlight:
Being a writer, and having an editor. A Short Rant.
Channel 9:
Channel 9 Live at PDC09: Dr Brian Brooks (3M)
Channel 9:
C9 Lectures: Dr. Erik Meijer - Functional Programming Fundamentals Chapter 13 of 13
Silverlight:
Information for Silverlight HVP Developers…
WindowsClient:
Custom Content Loaders in Silverlight 4.0
WindowsClient:
MVVM Links\Info
TechNet Edge:
Check out how Dolly Parton uses IE8 and Web slices!!!
Silverlight:
A Silverlight HVP Update
Channel 9:
Channel 9 Live at PDC09: This Week on Channel 9 - PDC09 Daily Show Edition Day 1
Channel 9:
Maria Klawe: Scholar, Scientist and Microsoft Board Member
Channel 10:
Play the Bing Sherlock Holmes Game
Channel 9:
Channel 9 Live at PDC09: Loic Le Meur
Channel 10:
How to Delete Jump List Items
Channel 10:
Roll Back to Classic Network Indicator in Win7
Channel 9:
Jafar Husain: Silverlight Toolkit and Rx, Part 2
Channel 9:
Ping 42: Is Microsoft cool? Photo DNA, Win7 tool, 10k MIX contest
Channel 9:
Jafar Husain: Silverlight Toolkit and Rx, Part 1
Channel 9:
Francesco Logozzo - Static Checking with Code Contracts for .NET
Channel 9:
Channel 9 Live at PDC09: Doug McCuistion, NASA
Microsoft Communities
ASP.NET
Channel 8
Channel 9
Channel 10
IIS.NET
Silverlight
TechNet Edge
WindowsClient
Mix Online