Tag: Development

Community

Session State Management

(Joydip Kanjilal) ASP.NET, like traditional ASP, provides the facility to track a user’s session using Session State. Web applications are built on Hypertext Transfer Protocol (HTTP). HTTP being a stateless protocol, each request to the server from the client is understood as an independent request

Community

Controls that Are Datasource Bound

(Xun Ding) ASP .NET 2.0 provides several groups of databound controls: AdRotor, ListControl(BulletedList, CheckboxList, drop-down list, ListBox, RadioButtonList), CompositeDataBoundControl (DatailsView, FormView, GridView), and HierachicalDataBoundControl(TreeView, Menu). ASP .NET 1.x users are alre