It is a way of handling Nested control (NET controls on NET Container Controls) because these nested controls are never available in coding hence we need to find them before using them like normal controls. Suppose you have a Asp.NET Linkbutton named “lnkSubCategory” and you have placed that in a …
Read More »Difference between Asp.NET Profile Properties and Session State Properties?
First of all, there are a lot of similarities between both of them as both monitor a specific user’s action on your site on server side and every user has his different session state and Profiles. The biggest difference is that Session state is lost when user end his session …
Read More »Debugging in Classic Asp
Classic Asp is kind of old fashioned or even a historical language for some folks but if you are a part of a team which is responsible for maintenance of a huge application, you have to live with Classic Asp and its limitations. Because Asp is a server side language …
Read More »