Moses on DotNetSlackers

.Net Gorean Lifestyler

This site

News

@ Cambridge, UK

Blogs

Sponsors

  • MaximumASP
  • Packet Sniffer

Browse by Tags

All Tags » Custom Controls (RSS)
Username Availability Validator almost ready, the early demo
Few weeks ago Dave started the Advanced ASP.NET AJAX Server Controls book giveaway contest . And yesterday he announced that the control is almost completed, but the contest door is still open. So I thought to grape the bits and start testing it and build...
ASP.NET AJAX ComboBox
Back to April 2007 I posted about building an ASP.NET AJAX ComboBox. It was an attempt to rewrite a ComboBox Control I made to fulfil certain issues I faced with 3rd Party Controls. One of those issue was performance as most of 3rd Party control are rendering...
Using Script# to build ASP.NET AJAX Enabled Controls
Recently I’ve finished reading the marvelous book ASP.NET AJAX IN ACTION . After that I thought to start build some simple ASP.NET AJAX Enabled Controls. Unfortunately I’m not an advanced JavaScript developer and I consider most of the scripts I wrote...
WebResourceAttribute And VB.NET, Not Like in C#!
Three months ago I blogged about System.Web.UI.WebResourceAttribute Issue . Recently in ASP.NET forums I noticed a question about this issue ! and in the question it is mentioned that the way I descriped didn't work. I noticed also that the guy was...
Give your Custom Controls a Design-Time Support Part 1 & 2
I have a friend called Amr he started recently blogging about building Custome Controls and give these controls design time suppot. He is digging deep on to provide design time for custome controls. To have a closer view, visit his blog and read his design...