Welcome to AspAdvice Sign in | Join | Help

January 2006 - Posts

AspAdvice Forums are also there...

I've added AspAdvice Forums to my regular list of hangaround places. It's an ideal place in case you feel that you are lost in ASP.NET Forums or you just like the miniature way of things :-) Be sure to check it. Share this post: email it! | bookmark it!
Posted by joteke | 0 Comments
Filed under:

Remember namespaces with VS2005 Intellisense (ASP.NET)!

While blogging about TreeView customization , Danny Chen also pointed out important thing to remember about VS2005 Intellisense. It is enabled for objects in the same namespace (if you remember, VS2005 is able to infer intellisense dynamically without
Posted by joteke | 3 Comments
Filed under:

On ASP.NET Forums: How to develop a command-capable DropDownList

Enrique asked on ASP.NET Forums how to develop such custom control which is capable to work like Button controls (ImageButton, LinkButton and standard Button) when used with command-capable controls such as Repeater or GridView. E.g it means that these
Posted by joteke | 0 Comments

Developing a row-clickable GridView

Sometime ago, I demonstrated how to develop a row-clickable DataGrid control . Now, as we have a few holiday days here, I adopted the same to GridView in ASP.NET 2.0. Basic idea is the same, clicking the row (e.g entire row, not specific column) in the
Posted by joteke | 22 Comments

Embedding Resources in ASP.NET 2.0 Assemblies

Good lookup article to remind how embedding resources work in ASP.NET 2.0. http://aspalliance.com/726 Share this post: email it! | bookmark it! | digg it! | reddit! | kick it! | live it!
Posted by joteke | 0 Comments
Filed under:

Working with Dynamical Controls

While wondering on ASP.NET Forums, I often see people having difficulties dealing with dynamical controls. Sometimes, it is with when they should be instantiated, how do they keep their state over postbacks, understanding page lifecycle, and often it
Posted by joteke | 4 Comments
Filed under: