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:631029
More Search Options
RSS Available
Matching Posts
Re: What happened to my CSS intellisense in VWD 2008 Express?
I was having this exact same problem and accidentally stumbled across a solution (it worked for me anyways). Tools -> Options -> Text Editor -> CSS -> Tabs I simply changed the 'Indenting' option from 'Block' to 'Smart' and now intellisense in css files is working the way it used to for me. Hope this works for you guys!
Posted to
Visual Web Developer 2008 Express
(Forum)
by
aweber1
on 3/27/2008
Re: Multi-line textbox and DefaultButton ASP.net 2.0
Brilliant! Adding the onkeypress attribute worked like a charm! Just a small note for others, you can also put the 'onkeypress' attribute into the control declaration and it should be rendered with the control. Example: <asp:TextBox id="tbComments" runat="server" TextMode="Multiline" onkeypress="event.cancelBubble=true" />
Posted to
Web Forms
(Forum)
by
aweber1
on 4/10/2007
Re: master page and themes
Master Pages - yes Themes - not that I know of
Posted to
Club Web Site Starter Kit
(Forum)
by
aweber1
on 11/28/2005
Re: HOWTO: use a single SQL2000 database for Club Site Starter Kit
or, if you're not connecting to the database via a trusted connection (which is the case in most shared hosting environments), use the following connection strings with your relevant information. <add name="ClubSiteDB" providerName="System.Data.SqlClient" connectionString="server=YourDatabaseServerIPAddress;database=YourClubSiteDatabaseName;uid=YourDatabaseUserId;pwd=YourDatabasePassword"/> <remove name="LocalSqlServer"/> <add name="LocalSqlServer"
Posted to
Club Web Site Starter Kit
(Forum)
by
aweber1
on 11/28/2005
Re: Almost working... I Think I need help with connection string.
When the database was created on the SQL2005 server, 'dbo' may not have been the user that created the database tables. Instead, like in many shared hosting environments, the tables were probably created using your user account on that database server. So the table names would technically be referenced as 'youraccountname.tablename'. However, I've noticed in some places within the club site code that the table names are explicitly referenced as 'dbo.tablename' rather than just 'tablename'. Well,
Posted to
Club Web Site Starter Kit
(Forum)
by
aweber1
on 11/28/2005
HOWTO: use a single SQL2000 database for Club Site Starter Kit
Unfortunately, my hosting provider doesn't have SQL Server 2005/ 2005 Express available for hosting 2.0 apps yet, but I really wanted to use the Club Site Starter kit, so I started digging around and came up with a solution. First things first, the infamous 'aspnetdb': Luckily, there's a nice little utility included with the 2.0 framework install. 1) If you have it installed locally, browse to this folder: C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727 2) Double-click the application named 'aspnet_regsql
Posted to
Club Web Site Starter Kit
(Forum)
by
aweber1
on 11/8/2005
Re: RTM version error?
lol, sure... if you want to take the easy way out :) glad you got it working!
Posted to
Personal Site Starter Kit
(Forum)
by
aweber1
on 11/8/2005
Re: RTM version error?
check out my post here: http://forums.asp.net/1063893/ShowPost.aspx ran into the same problem with the beta Club Site starter kit and the rtm versions of VS2005 and SQL Server Express 2005. you should be able to apply the same concepts to the Personal Site starter kit. good luck and hope it helps! :)
Posted to
Personal Site Starter Kit
(Forum)
by
aweber1
on 11/7/2005
Re: VS2005 RC, has anyone got the Club starter kit working
nope, that's the command prompt i was talking about. I know it's a dumb question, but are you sure you typed in !load, instead of just load?
Posted to
Club Web Site Starter Kit
(Forum)
by
aweber1
on 11/7/2005
Re: VS2005 RC, has anyone got the Club starter kit working
As the previous posts allude, you essentially need to update the 'clubsite.mdf' file that is packaged in the starter kit. And while the posts make mention of the ability to execute commands against the .mdf file via SSEUtil, I couldn't find any straightforward way of doing so. Therefore, I came up with my own method. Basically, we're completely scrapping the database that is packaged with the starter kit. Here are the steps I took to get this project working: Download SSEUtil - http://www.microsoft
Posted to
Club Web Site Starter Kit
(Forum)
by
aweber1
on 11/1/2005
Page 1 of 1 (10 items)
WindowsClient:
HTTP 403.9 with ADO.NET Data Services
WindowsClient:
xml syntax highlighting in Silverlight
Channel 9:
Channel 9 Emerges in China
WindowsClient:
Overlaying Icons on the Windows 7 Taskbar with WPF 4
Channel 9:
The Outlook calendar starts in 1601 - But Why?
ASP.NET:
Bytes by MSDN: Brad Abrams Interview with Billy Hollis: Silverlight 4, RIA Services and VS2010
Mix Online:
Pictures or it Didn't Happen
Channel 9:
Reactive Extensions API in depth: even more Zip
TechNet Edge:
SDL For Agile
Mix Online:
Test Lab Note
Channel 9:
Enabling Help in the Visual Studio 2010 Shell
Channel 9:
Office Casual - Smart Art
WindowsClient:
Prism and MEF
IIS.NET:
Overcoming the Challenges Enterprises Face with Streaming Video
Silverlight:
MEF, Silverlight and the HVP
TechNet Edge:
Client and Cloud Security
TechNet Edge:
Client and Cloud Security
Channel 9:
Building on Azure: Persistent Systems
Channel 9:
Building on Azure: Persistent Systems
TechNet Edge:
AD RMS Certificate Hierarchy and the Protection Process
Microsoft Communities
ASP.NET
Channel 8
Channel 9
Channel 10
IIS.NET
Silverlight
TechNet Edge
WindowsClient
Mix Online