16. April 2009 18:09
/
0
/
Comments (1)
We use the Page.LoadControl() method when we have the need to dynamically load User Controls into a page. If you look at the signature of the method the return type is of type System.Web.UI.Control, which is one of the base classes for all controls (...
[More]
f4946e7d-3d89-484b-9f83-6e40e35ae756|0|.0|27604f05-86ad-47ef-9e05-950bb762570c
7. April 2009 23:51
/
0
/
Comments (4)
I was trying to record a Web Test using Visual Studio Team System 2008 with Internet Explorer 8 on a Windows Vista 64 bit machine. After creating the Web Test IE was launching without the Web Test Recorder Explorer Bar. Going to View – Explorer Bars ...
[More]
90da88b5-8115-4b1a-ac75-e421fd3e65f6|0|.0|27604f05-86ad-47ef-9e05-950bb762570c
20. March 2009 20:35
/
0
/
Comments (0)
Internet Explorer 8 has been released! If you want some of the new features: Accelarators Enhanced Navigation Increased Performance Better Favorites and History Management Instant Search Web Slices Safety and Security Go ahead...
[More]
d692d518-b4ca-44cd-9717-189f5acdbf13|0|.0|27604f05-86ad-47ef-9e05-950bb762570c
Tags :
20. March 2009 18:57
/
0
/
Comments (0)
WARNING: This worked for me and I’m not saying it is the right solution. Some cases may vary from mine. In my case this error occurs after deploying a WCF Service to IIS 6 which was referenced from Visual Studio 2008 with .NET Framework 3.5 SP1 and ...
[More]
742d5a08-fb0a-4d1a-ade2-5e462623e92e|0|.0|27604f05-86ad-47ef-9e05-950bb762570c
19. March 2009 18:58
/
0
/
Comments (0)
I know that the .NET framework can have a lot of dependencies for certain features to work properly. For example in order to install ASP.NET correctly on a web server is to have IIS installed first, if not then a lot of scripts are not going to get e...
[More]
a3605b62-57c5-4967-a591-a5e5a88b8cba|0|.0|27604f05-86ad-47ef-9e05-950bb762570c
12. March 2009 22:05
/
0
/
Comments (4)
A well written program will always clean up it’s resources and with SqlConnection is no different. We should always open, use, close. Some people are paranoid about it and would do something like this:
1: conn.Close();
2: conn.Dispose();...
[More]
8ceb71fe-d270-468f-af41-a0b24ce028fa|0|.0|27604f05-86ad-47ef-9e05-950bb762570c
11. March 2009 13:18
/
0
/
Comments (0)
According to MSDN “The Web Site Administration Tool allows you to view and manage your Web site configuration through a simple Web interface.” This website also allows you to manage your users and roles if you are using the built in Membership and Ro...
[More]
3cd07e99-7e3c-43ec-9934-7653732740c7|0|.0|27604f05-86ad-47ef-9e05-950bb762570c
19. February 2009 02:11
/
0
/
Comments (0)
So I was browsing around trying to find more info on Routing and Remote Access Server and stumble against this very futuristic TechNet article: http://technet.microsoft.com/en-us/library/cc754634.aspx. View image below for more info. I would like...
[More]
f9c4ec2c-942d-487e-9ac8-49280db4b7ed|0|.0|27604f05-86ad-47ef-9e05-950bb762570c
9. February 2009 20:38
/
0
/
Comments (1)
The 2009 South Florida Code Camp was a blast (like always). We had 72 session from ~68 speakers and somewhere between 500 – 700 attendees (they are very hard to track). You can download my sessions (as well as other presentations from the ASPSOFT tea...
[More]
16b16693-9a97-4f83-8ea9-aff0aa739a85|0|.0|27604f05-86ad-47ef-9e05-950bb762570c
21. January 2009 14:39
/
0
/
Comments (0)
I was in need of a CreateRange method, similar to the Enumerable.Range(1, 10), that return an Enumerable of Dates. Doing a search I stumble along this blog post, which contains a generic CreateRange method. I then went ahead and converted the code to...
[More]
08c9d327-5272-4731-9751-2388d4a76464|0|.0|27604f05-86ad-47ef-9e05-950bb762570c