Got more questions? Find advice on: SQL | XML | Regular Expressions | Windows
Welcome to AspAdvice Sign in | Join | Help

Search

You searched for the word(s):
Showing page 1 of 20 (198 total posts) < 1 second(s)
  • Re: Simple CMS in IIS 7

    Here is a set of instructions for setting it up in case anyone else is looking. http://weblogs.asp.net/steveschofield/archive/2008/01/03/iis7-post-60-migrate-simplecms-to-iis-7-0-using-integrated-pipeline.aspx#5544486&nbsp;
    Posted to SimpleCMS (Forum) by Brendan on October 5, 2010
  • re: Creating a Recursive FindControl Extension Method

    Mike, Two things you might want to check here. Make sure that you have a using statement at the top of your file including the namespace where the extension method is located. Without that using statement you don't have access to the method. You might also make sure that in your method declaration that you have &quot;this&quot; before the ...
    Posted to Orcs Goblins and .NET (Weblog) by Brendan on March 9, 2010
  • re: Dynamically Register an Asynchronous Postback Control with a ScriptManager

    As far as I know, since they are controls within a naming container (the template) they are only accessible using FindControl how you are already doing it. I am fairly certain that you will need to register them with the ScriptManager on every postback.
    Posted to Orcs Goblins and .NET (Weblog) by Brendan on January 14, 2009
  • re: Return Within a C# Using Statement

    @Lambros Yes, the resources are released if you exit the using statement in a normal way. The using statement does work. I am posting a follow up to this with a short code example which shows this working. I posted it on my new blog. http://brendan.enrick.com/blog/returning-from-inside-a-using-statement/
    Posted to Orcs Goblins and .NET (Weblog) by Brendan on November 22, 2008
  • Moving My Blog

    Attention readers my blog is moving. You can now find my posts at http://brendan.enrick.com/ Please visit Brendan Enrick's Blog at its new location. The main changes you as the reader will see are just a new look on the blog. I plan on using more screenshots since the new blog will make it easier for me to post images. Please keep reading. I will ...
    Posted to Orcs Goblins and .NET (Weblog) by Brendan on November 21, 2008
  • re: Return Within a C# Using Statement

    @Lambrose be careful there you took my quote out of context. What I said is &quot;no matter how the execution completes&quot;. I am referring to cases when your application is still running because I say &quot;completes&quot;, which implies that the program is able to stop. I then go on to state a couple of example cases where your application is ...
    Posted to Orcs Goblins and .NET (Weblog) by Brendan on November 21, 2008
  • re: Using a DropDownList without ViewState

    @David It will work, but only if you take the right steps. The code I explained above allows you to use the SelectedValue property with ViewState off. If you don't do something similar to what I've done above then you need to use the Request.Form.
    Posted to Orcs Goblins and .NET (Weblog) by Brendan on November 6, 2008
  • My Planned Azure Stuff

    I've got some code I need to write for the company I work for which will will be putting on the cloud. Since I started working with Microsoft's cloud solution a couple of months ago, I've noticed one problem that is probably very common with early releases of technology. The samples they provide just don't cut it. Some of them are pretty good, and ...
    Posted to Orcs Goblins and .NET (Weblog) by Brendan on November 4, 2008
  • Default Azure Storage Information

    The cloud is nice and useful, but there is one feature which is vitally important to most applications in my opinion. The storage which is used in Azure pretty much will need to be used by every application. One of the reasons for this is because there is a little bit of management of processes which needs to be done. This I've noticed requires a ...
    Posted to Orcs Goblins and .NET (Weblog) by Brendan on November 4, 2008
  • Integration, Integration, Integration.... Developers

    Earlier this morning we saw some very interesting Keynote talks here. A preview of Windows 7 was shown. We're finally seeing some really great direction from Microsoft. I admit I am very much submerged in all that is Microsoft considering my occupation, but I have plenty of times in the past been one of the people to attack the mistakes of ...
    Posted to Orcs Goblins and .NET (Weblog) by Brendan on October 28, 2008
1 2 3 4 5 Next > ... Last ยป