Thursday, Nov 20 by Scott Mitchell
Scott Mitchell talks about tracking user activity in web applications.
Wednesday, Nov 19 by Vishal Shukla
The article shows a great use of Template server controls. In the example you will see how you can create a template server control and have access to all the other asp .net controls enclosed within. Here in the example we are trying to retrieve the values of the controls and restore them at later...
Tuesday, Nov 18 by Rahul Saxena
There is a very good control in AJAX to make rounded type shape. We can create rounded shape in many design by using Corners property of this control.
Monday, Nov 17 by Jigar Desai
Doing authorization in a clean way is always tricky, You want a delicate balance between an extreme abstraction and something like embedding roles in-side your compiled code, I have always preferred simple abstraction either using roles and their corresponding mappings in the database or using...