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:701643
More Search Options
RSS Available
Matching Posts
Re: How can you add credit card and paypall to a ASP.NET website?
The Paypal website is probably the last place to go for help with incorporating their services into ASP.NET...
Posted to
Getting Started
(Forum)
by
IrishChieft
on 9/14/2009
Re: New Item -> Checkbox "Select master page" gone?
When using master page with Web Application Project Template: Choose the Web Content Form Template When using master page with Website Project Template: Choose the Web Form Template and use the "Select Master Page" checkbox More info: http://www.codersbarn.com/post/2008/06/01/ASPNET-Web-Site-versus-Web-Application-Project.aspx
Posted to
VS 2005 Web Application Projects
(Forum)
by
IrishChieft
on 5/20/2009
Filed under: web Application Project versus web site model, master page
Re: Listing products on a commerce site
I would try using a GridView; it will handle the databinding and repeating functionality you specify: http://msdn.microsoft.com/en-us/library/aa479339.aspx
Posted to
Web Forms
(Forum)
by
IrishChieft
on 5/4/2009
Filed under: gridview
Re: Problem with path to css file when using themes
Here's a hack I use which makes the master page automatically find the stylesheet for you - no need to add any reference to it :-) Create the following folders and add your style sheet as follows: Project Root/ App_Themes/Style /yourstylesheet.css In your content forms, add the following attribute to the Page tag declaration: Theme="Style"
Posted to
Master Pages, Themes and Navigation Controls
(Forum)
by
IrishChieft
on 5/3/2009
Filed under: CSS, Themes
Re: two websitemaps - how to do breadcrumb?
Hi Rachel, Here's a snippet from a Web.Config file for a project where I had two sitemaps like you: <siteMap> <providers> <add name="MenuSiteMapProvider" siteMapFile=" web.sitemap " type="System.Web.XmlSiteMapProvider, System.Web, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" /> <add name="ExampleSiteMapProvider" siteMapFile=" nav.sitemap " type="System.Web.XmlSiteMapProvider, System.Web, Version
Posted to
Master Pages, Themes and Navigation Controls
(Forum)
by
IrishChieft
on 5/3/2009
Filed under: sitemap, breadcrumbs
Re: using footer in master page
Try this in your master page: <div id="container"> <div id="content"> <asp:ContentPlaceHolder ID="mainContent" runat="server"> </asp:ContentPlaceHolder> </div> <div class="clear"> </div> </div> <div id="footer"> </div> ..... <script type="text/javascript"> <!-- try { document.execCommand("BackgroundImageCache", false, true); } catch(err) {
Posted to
Master Pages, Themes and Navigation Controls
(Forum)
by
IrishChieft
on 5/3/2009
Re: Visual studio to Sharepoint
You can indeed set up your connection string in the SharePoint Web.config. In many ways, this is just ASP.NET 2.0 development. The difficulty arises in setting up the correct project type locally and in the correct use of the Features & Solutions Framework to get your code deployed correctly to the server. Here's a good overview: http://blah.winsmarts.com/2007-10-SharePoint_Environments_-_when_developing_as_a_team.aspx Anthony :-) www.codersbarn.com
Posted to
Visual Studio 2008
(Forum)
by
IrishChieft
on 11/24/2008
Re: AdRotator control
It's unlikely that you'll find something to fit your requirements exactly although I could be wrong! However, coding this should not be too difficult: Create a simple db table: bannerID (auto-generated primary key) bannerStartDate bannerEndDate bannerCategory On page load, perform a db query by date interval and category and dynamically populate the adrotator xml file to point to the appropriate banner images?
Posted to
Web Forms
(Forum)
by
IrishChieft
on 11/24/2008
Re: how and where to install sharepoint 2007?
Yes you can. You'll need high-spec machine but the problems only begin if you start adding things like domain controllers! http://social.msdn.microsoft.com/Forums/en-US/sharepointdevelopment/thread/78046d1f-aa30-4699-8939-d8f748556729/ Anthony :-) www.codersbarn.com
Posted to
Installation and Setup
(Forum)
by
IrishChieft
on 11/24/2008
Re: Does antixsslibrary 1.5 support window server 2008?
Leon, It looks like the new version will be out shortly: http://blogs.msdn.com/cisg/archive/2008/11/13/an-update-on-some-upcoming-free-tools.aspx Anthony :-) www.codersbarn.com
Posted to
Anti-Cross Site Scripting Library
(Forum)
by
IrishChieft
on 11/24/2008
Filed under: XSS
Page 1 of 3 (21 items) 1
2
3
Next >
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
TechNet Edge:
System Center Operations Manager 2007 R2 – Service Level Dashboard part 3: Configuration
Channel 9:
Reading Debate with Bill Buxton
Channel 10:
Reading Debate with Bill Buxton
WindowsClient:
Build WPF Data Controls for Outlook Addins Easily with VS2010
Channel 9:
Channel 9 Live at PDC09: .Net Rocks Part 2
Channel 9:
Channel 9 Live at PDC09: .Net Rocks Part 1
Channel 9:
Channel 9 Live at PDC09: Wei Zhu (Facebook)
WindowsClient:
WPF Manipulation Basics
ASP.NET:
High CPU in .NET app using a static Generic.Dictionary
TechNet Edge:
Deploying Silverlight - Why and How
WindowsClient:
Windows Client Developer Roundup for 12/21/2009
IIS.NET:
SiteShell
Silverlight:
4 Calendars & Plans for 2010 / 5770
ASP.NET:
ASP.NET MVC 2 and Visual Studio 2010
ASP.NET:
Moving your ASP.NET Application to Windows Azure – Part II
Silverlight:
HVP – Core Scaffolding and Updated News
Microsoft Communities
ASP.NET
Channel 8
Channel 9
Channel 10
IIS.NET
Silverlight
TechNet Edge
WindowsClient
Mix Online