Welcome to Jacksonville Developers User Group Sign in | Join | Help

Server Controls (RSS)

Creating custom ASP.NET Server Controls

CSS For Windows Controls

To be a productive web developer you have knowledge of many tools and technology.  For example, you need to know a programing language such as VB.NET and/or C#, SQL, HTML, CSS, JavaScript, etc.  The nice thing about using CSS when developing

Useful Namespaces for Custom Server Control Development:

I cannot stress how important knowing the namespaces that makes up the .NET Framework. No matter what your .NET language of choice is all .NET languages use classes contained within these namespaces and knowing them well can save you much time.  
posted by dbottjer | 0 Comments
Filed Under: ,

Interfaces Defined

It seems possible to write .NET applications an never write interfaces.  It seems less likely to write .NET application and not use interfaces.  So what are interfaces and how can they improve your code.  Essentially, interfaces

Changing the Toolbox Icon.

On a recent project I was tasked with building a custom grid server control.  The grid made use AJAX (Client Side Java Script) to avoid post backs.  One of the things I wanted to do as I was completing this project was change the ugly default
posted by dbottjer | 0 Comments
Filed Under:

Custom Server Controls vs. User Controls

ASP.NET has delivered on the long promised concept of code re-use in many ways.  First, unlike Classic ASP where code was written with scripting languages, ASP.NET allows developers to build web applications using their favorite .NET language. 
posted by dbottjer | 0 Comments
Filed Under: ,