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:713372
More Search Options
RSS Available
Matching Posts
Re: Help- how does small business website work?
The Small Business website does infact use codebehind pages. They are labeled either CS (C#) or VB (Visual Basic). If you do not have Visual Web Developer Express 2008 I suggest you download it. It is free and will help with any logical associations :)
Posted to
Small Business Starter Kit
(Forum)
by
figgie
on 1/29/2008
Re: Change item detail NavigateURL
Ok instead of using a hard coded URL like you want to NavigateUrl='<%# http://www.mysite.com/files/" + (string)Eval("Id") %>'> I would instead use a logical path name NavigateUrl='<%# "../files/" + (string)Eval("Id") %>'> This is helpful incase the website name ever changes. You don't have to muck through code looking for all the hardcoded paths. Bad practice to use hardcoded path.
Posted to
Small Business Starter Kit
(Forum)
by
figgie
on 9/20/2007
Re: Another template site up
Just a quick update. Got all the site squared away. Now the productdetails either shows the image or does not show anything (including the Red X). Also added images on the side using the same method for either showing images or not. The Infocus IN82 is a perfect example.
Posted to
Small Business Starter Kit
(Forum)
by
figgie
on 9/12/2007
Re: Can't use Text Decoration with Description Tag !!!!!!! serious BUG
mirtariq not on the XML side as the < > & and a couple more charachters are reserved in XML usage. So you need to use the escape sequence to make the XML well formed. If not you could always do XML code to swap the < > & for < > & etc but it does not take much work to get it correct with the escape sequence.
Posted to
Small Business Starter Kit
(Forum)
by
figgie
on 8/24/2007
Re: Adding more than 9 Parent catagories
well.... without knowing the error it could be ANYTHING. What is the error?
Posted to
Small Business Starter Kit
(Forum)
by
figgie
on 8/24/2007
Re: Adding Url link to item.xml for every item
One thing I forgot to mention <: is less than symbol < > is greater than symbol > &: ampersand Symbl & those would be the most common usage.
Posted to
Small Business Starter Kit
(Forum)
by
figgie
on 8/22/2007
Re: Adding Url link to item.xml for every item
your XML is not well formed is why. <a href> would fail as would trying to <B> or <u> or <i>. The reason is that the < and > are reserved charachters for XML. THe TRICK would be to do the following <instock><a href="item/01.html"> preview </a></instock> This should address your issue ;)
Posted to
Small Business Starter Kit
(Forum)
by
figgie
on 8/22/2007
Re: Displaying 6 images in itemdetails.aspx but it shows the same image
well the first thing that comes to mind inside the XML or DB did you create an id for each of the imageurl to correspond with the 2-6 respectively? <imageUrl>imagename.JPG</imageUrl> <imageUrl2>imagename2.JPG</imageUrl2> . . <imageUrlx>imagenamex.JPG</imageUrlx>
Posted to
Small Business Starter Kit
(Forum)
by
figgie
on 8/22/2007
Re: Using SQL instead of XML
I know I have seen this answered here before. Need to go into your web.config and change providers from xmlpr 1 2 < configuration xmlns= "http://schemas.microsoft.com/.NetConfiguration/v2.0" > 3 <!-- Register a new config section--> 4 < configSections > 5 < section name= "SmallBusinessDataProviders" type= "SmallBusinessDataProvidersSection" requirePermission= "false" /> 6 </ configSections > 7 <!-- Connection string, currently configured for SQL Express--> 8 <
Posted to
Small Business Starter Kit
(Forum)
by
figgie
on 4/2/2007
Re: Another template site up
hmm must be a crappy implementation :)
Posted to
Small Business Starter Kit
(Forum)
by
figgie
on 3/28/2007
Page 1 of 3 (24 items) 1
2
3
Next >
WindowsClient:
The (Near) Final Word on Multi-Monitor Taskbars for Windows 7 - Ultramon vs. DisplayFusion
WindowsClient:
Looking back at 2009, and forward to 2010
Silverlight:
Polling Video – A Viable sub-second alternative?
TechNet Edge:
Windows Server 2008 R2 Quick Look #2 - Active Directory Recycle Bin
Channel 10:
I'm a Windows 7 PC Themes
Channel 10:
24 Years of Windows Box Art
WindowsClient:
Silverlight tutorial: HOW TO build CommandLink Control in Silverlight with Expression Blend 3 and Behaviors
ASP.NET:
Converting an RGB Color To Hex With JavaScript
Silverlight:
Silverlight HVP Design – Configuration & Scenarios
Channel 9:
Channel 9 Live at PDC09: Day 3 Welcome
Channel 9:
Channel 9 Live at PDC09: TWoC9 Day 3
Channel 10:
Microsoft's Mobicast: Stiched Cell Streams
Channel 10:
Festive Bing
TechNet Edge:
How Microsoft Reduces Operational Risk through Business Continuity Management
Channel 9:
Jeffrey Van Gogh and Bart De Smet: Inside System.Interactive
WindowsClient:
Runtime Fault Injection using TestAPI
TechNet Edge:
TechNet Radio: Community Corner with John Weston (Episode 1)
TechNet Edge:
Windows Firestarter Events (Part 3 of 5): IE8 - Browse the Web in Style!
WindowsClient:
The year ahead, 2010.
TechNet Edge:
FOPE Policies Deep Dive Interview
Microsoft Communities
ASP.NET
Channel 8
Channel 9
Channel 10
IIS.NET
Silverlight
TechNet Edge
WindowsClient
Mix Online