 |
Display CreateUserWizard Error Messages using a ContentTempate
Paul Marshall (1831 views)
CreateUserWizard Error Messages using a ContentTempate
In our latest project we are implementing Membership, Roles and Profiles. I've used these before, but never really had the need to exploit all the features.
The business requirements of the system have meant that I have had to implement
|
 |
Terrible Spelling in VS2005 becomes a thing of the past
Paul Marshall (1204 views)
Terrible Spelling in VS2005 becomes a thing of the past
Countless numbers of times I have had to cut and paste text from my HTML into Word to spell check it because there isn't a spell checker in the VS IDE.
Well the hassel has gone with this excellent plugin I found on Mikhail Arkhipov's Bl
|
 |
Clear your Visual Studio Recent projects list
Paul Marshall (3645 views)
Clear your Visual Studio Recent projects list
If you do a lot of tinkering in VS2005 and you want to clear down your recent projects list, this can be easily achieved by some simple registry editing
#h#HKEY_CURRENT_USER\Software\Microsoft\VisualStudio\8.0\ProjectMRUList
You will find a li
|
 |
Json converters lacking in Microsoft AJAX RTM
Dave Howard (2285 views)
Json converters lacking in Microsoft AJAX RTM
Having spent some time developing a project using a CTP version of Microsoft Ajax ("ATLAS" back in the day) I finally came to migrate the project to the RTM version.
After uninstalling the CTP release, and installing the RTM release I wasn't sur
|
 |
Visual Studio Orcas Beta 1 Available
Paul Hayman (605 views)
Visual Studio Orcas Beta 1 Available
You can now download Visual Studio Orcas Beta 1. Use one of the links found here:
* {The Team Suite Edition on a Virtual PC}http://www.microsoft.com/downloads/details.aspx?FamilyId=36B6609E-6F3D-40F4-8C7D-AD111679D8DC&displaylang=en
* {Team Suite on
|
 |
Typed Masterpage reference
Dave Howard (5901 views)
Typed Masterpage reference
#$#<a href="http://www.dotnetkicks.com/kick/?url=http://www.geekzilla.co.uk/View674ECBC1-7CC3-486E-A580-E4B048E1E3D5.htm"><img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http://www.geekzilla.co.uk/View674ECBC1-7CC3-486E-A580-E4B048E1E3
|
 |
Bug in VS2005? Using Typed DataSets with SQL 2005 and stored procedures
Dave Howard (6664 views)
Bug in VS2005? Using Typed DataSets with SQL 2005 and stored procedures
#$#<a href="http://www.dotnetkicks.com/kick/?url=http://www.geekzilla.co.uk/View72C81AA0-44A5-4E2C-8903-B1EA7D7643EA.htm"><img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http://www.geekzilla
|
 |
Return new identity from Strongly Typed Dataset DataTable.Insert method
Dave Howard (13374 views)
Return new identity from Strongly Typed Dataset DataTable.Insert method
#$#<a href="http://www.dotnetkicks.com/kick/?url=http://www.geekzilla.co.uk/ViewF2737CEE-4FCE-4215-B8CA-74D77EF64A5F.htm"><img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http://www.geekzil
|
 |
Strongly Typed DataSets and GridViews
Dave Howard (5679 views)
Strongly Typed DataSets and GridViews
#$#<a href="http://www.dotnetkicks.com/kick/?url=http://www.geekzilla.co.uk/ViewF9581DAE-CCF8-49FF-844C-7498603E0005.htm"><img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http://www.geekzilla.co.uk/ViewF9581DAE-CCF8-49FF-84
|
 |
Intellisence not working in web.config?
Paul Hayman (1616 views)
Intellisence not working in web.config?
Visual Studio 2005 has an interesting "feature" where Intellisence will not pop up when you're editing a web.config file. Annoying eh? Well, I found that removing the '''namespace''' from the '''configuration''' tag kicks it all back into life.
Change
|
 |
Handy Keyboard Shortcuts for c# 2005
Paul Hayman (3315 views)
Handy Keyboard Shortcuts for c# 2005
The following keyboard shortcuts I find invaluable. It's amazing how many people still use the mouse to do everything.
Document navigation
||Ctrl+Tab|| Switch documents||
||Ctrl+Shift+Tab|| Reverse switch documents||
||Ctrl+kk|| Drop a bookmark||
||
|
 |
Why not on by defaut? Turn on auto HTML attribute quotes in 2005
Paul Hayman (2921 views)
Why not on by defaut? Turn on auto HTML attribute quotes in 2005
Holy cow Why wasn't this on by default??? How annoying is it that when typing in the HTML Source editor window Visual Studio doesn't add the "" for you automatically?? If it's going to complain profusely about the missing quotes
|