Bronco Solutions

Knowledge Management and Collaboration Platform
Welcome to Bronco Solutions Sign in | Join | Help
in Search

Browse by Tags

All Tags » ASP.Net 2.0
Showing page 1 of 4 (32 total posts)
  • ASP.NET Windows Explorer: Serialization Vs. System.IO

    Call it stubbornness or simply curiousity... I was just not happy with a system io approach of loading a treeview with the folders in a specified directory with a file listing on the right.  Even with a load on demand approach where you click a node and it then loads its folders and files seemed fairly slow to me. I through a component ...
    Posted to Andrew Renner (Weblog) by rennera on August 7, 2006
  • SqlDataSource uniqueidentifier Parameter

    UniqueIdentifier parameters by default are coded like this <asp:Parameter Name=''Original_EventID'' Type=''Object'' /> The problem is that this cause the following error: Implicit conversion from data type sql_variant to uniqueidentifier is not allowed. Use the CONVERT function to run this query. To correct this simply remove the Type ...
    Posted to Andrew Renner (Weblog) by rennera on July 9, 2006
  • CodeRush: iEditable Smart Paste Template

    This template is used to paste properties compatible with the iEditable interface. Create a new smart paste template Set the match with property to:          [code ...
    Posted to Andrew Renner (Weblog) by rennera on May 10, 2006
  • Code Snippet: BindingListView Support

    Download the snippet at the end of this post. To Install Snippet: Click tools Code Snippet Manager (If you cannot see this on the tools menu http://broncosolutions.ca/COMMUNITY/blogs/andrew_renner/archive/2006/03/29/64.aspx) Click the folder you want to import the snippet to Click Import Button Click the file you downloaded from the ...
    Posted to Andrew Renner (Weblog) by rennera on May 8, 2006
  • Code Snippet: Editable Object

    Download the snippet at the end of this post. To Install Snippet: Click tools Code Snippet Manager (If you cannot see this on the tools menu http://broncosolutions.ca/COMMUNITY/blogs/andrew_renner/archive/2006/03/29/64.aspx) Click the folder you want to import the snippet to Click Import Button Click the file you downloaded from the ...
    Posted to Andrew Renner (Weblog) by rennera on May 6, 2006
  • Code Snippet: BindingList Support

    Download the snippet at the end of this post. To Install Snippet: Click tools Code Snippet Manager (If you cannot see this on the tools menu http://broncosolutions.ca/COMMUNITY/blogs/andrew_renner/archive/2006/03/29/64.aspx) Click the folder you want to import the snippet to Click Import Button Click the file you downloaded from the ...
    Posted to Andrew Renner (Weblog) by rennera on May 6, 2006
  • Solution Configurations Drop Down Toolbar: Release/Debug

    I had a case today where my solution configurations drop down box in the toolbar disappeared so I could only switch from debug/release in the config menu which is like a 3 step process to get to. Here is how to get it back: Go to menu Tools - Customize… (or right-click on any toolbar and Customize…) Switch to Commands tab. Click Rearrange ...
    Posted to Andrew Renner (Weblog) by rennera on April 17, 2006
  • Windows Authentication With SQL Server

    Create a domain user account Set Password to Never Expires From the webserver run the following command from the command line aspnet_regiis -ga Domain\AccountName In IIS - Create an application pool Identity Tab Cofigurable - Enter your Username and Password Click ok then re-enter your password Assign your website to your new ...
    Posted to Andrew Renner (Weblog) by rennera on April 10, 2006
  • Debugging Community Server 2.0 with VS 2005 and Web Application Projects

    Download the source http://communityserver.com/files/40/releases/default.aspx Download the latest release of Web Application Projects http://msdn.microsoft.com/asp.net/reference/infrastructure/wap/default.aspx Download the VS 2005 Update to support Web Application Projects ...
    Posted to Andrew Renner (Weblog) by rennera on April 5, 2006
  • Upgrading Community Server to 2.0 Membership

    Open the community server 2.0 Source code <path>\CS_2.0.60217.2664_SDK\src\Community Server 20.sln. Compile the application in RELEASE mode. Copy all of the dll's from the bin directory to your web bin directory. Backup your sql database. Run the Sql script ''Update to ASPNET2 Membership Schema.SQL'' At this point your db is now ...
    Posted to Andrew Renner (Weblog) by rennera on April 4, 2006
1 2 3 4 Next >