Usable Asp.Net

Little things that make Asp.Net more usable

Browse by Tags

All Tags » server side (RSS)
Sorry, but there are no more tags available to filter with.
Resetting ChangePassword control
If you try using the ChangePassword control for changing several passwords on the same page, you will notice that after confirming successful password change the control always shows the same success message and doesn't offer any text entry fields...
Posted: Oct 30 2007, 05:32 AM by egoldin | with 3 comment(s)
Filed under:
How to get DataTable out of SqlDataSource
In many scenarios developers would like to combine the great simplicity of Asp.Net 2.0 declarative databinding with the same level of control over data as they get with good old traditional databinding. Sometimes the developers need to manipulate on the...
Posted: Dec 27 2006, 01:29 PM by egoldin | with 5 comment(s)
Filed under: