Tag: Development

Community

ASP NET Horizontal Menu Control

(bryian) A few weeks ago, I was working on an ASP.NET web application and need a simple horizontal menu with submenu. I decided to use ASP.NET Menu control, just drag and drop the control on to the page. Simple enough, but the control does not provide access key and target window support on menu ite

Community

String Optimization in VB.NET

(Ali Tarhini) This article describes a set of tips and tricks for using strings in VB.NET that will boost the performance of your applications, especially when the code contains lots of string related operations such as string concatenation. The original source of this article is taken from The home

Community

Making Sense of ASP.NET Paths

(Rick Strahl) ASP.Net includes quite a plethora of properties to retrieve path information about the current request, control and application. There’s a ton of information available about paths on the Request object, some of it appearing to overlap and some of it buried several levels down, and it c