View RSS Feed

ASP.NET

  1. Custom Authorization with ASP.NET MVC

    by on July 28th, 2010 at 04:05 PM
    Lately, I've been doing a lot of work with the ASP.NET MVC framework. One of the greatest attributes of MVC over Web Forms is its extensibility. Authorization is important to any application and being able to customize it to meet your project's needs is equally important.

    In the ASP.NET MVC framework, developers can use attributes to control things like validation and authorization. To have custom authorization in your MVC project, start off by inheriting from the AuthorizeAttribute ...

    Updated May 9th, 2011 at 11:28 AM by jmurrayhead

    Categories
    Programming & Scripting , ASP.NET , MVC
  2. JmhCommonControl - Providing Common Controls with Validation

    by on March 10th, 2010 at 01:41 PM
    If you're like me, you don't like rewriting/copy & pasting validation code for controls that we use all the time. This enticed me to build a collection of these common controls that I can reuse in every application and save myself from a lot of typing. Thus the birth of JmhCommonControl.

    Currently, the JmhCommonControl assembly consists of 6 controls: NameEntry, PhoneNumber, SocialSecurity, Url, ZipCode, and CustomTextBox. Continue reading for information on each of these.
    ...
    Attached Thumbnails Attached Files
  3. .NET Business Object Base Class

    by on January 7th, 2009 at 07:52 PM
    Like my other .NET Development blogs, I preach about building applications with a layered, Object-Oriented architecture. Now I'm going to discuss how to create a base class that all of your business objects can inherit.

    This base class will contain methods and properties that, when inherited, will be available to any class that inherits it. In Visual Studio, we will start by creating a new Class Library (*.vb or *.cs) in the App_Code directory. We will name this file BizObject.vb ...

    Updated May 9th, 2011 at 11:30 AM by jmurrayhead

    Categories
    Programming & Scripting , ASP.NET
  4. Building Applications with a Business Object Architecture

    by on November 19th, 2008 at 09:44 PM
    Business Objects are objects in an object-oriented computer application or program that represent the entities within a business domain. A business object will often encapsulate all of the data and business logic associated with the entity in which it represents. Furthermore, business objects provide flexibility and adaptability, scalability and reusability.

    Let's take a look at how a business object may look within an ASP.NET web application. Let's say you want to design an application ...

    Updated May 9th, 2011 at 11:32 AM by jmurrayhead

    Categories
    Programming & Scripting , ASP.NET
  5. Modal Popup Not Displaying Correctly in IE6

    by on November 17th, 2008 at 10:31 AM
    I currently work for an organization that still widely uses Internet Explorer 6. We have only a few machines with IE7 installed. This means that until all computers have been converted, those of us on the development team must develop for both browsers.

    I recently ran into an issue using the modal popup, that only appeared in IE6. On the intial page load, when I call the Show() method of the ModalPopupExtender, everything appears fine. It is only after a postback that the problem occurs. ...
    Tags: modal popup, net
    Categories
    ASP.NET
Page 1 of 2 1 2 LastLast

SEO by vBSEO