|
|
Browse by Tags
All Tags » ASP.Net 2.0
Showing page 1 of 4 (32 total posts)
-
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 ...
-
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 ...
-
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 ...
-
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 ...
-
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 ...
-
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 ...
-
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 ...
-
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 ...
-
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 ...
-
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 ...
1
|
|
|