Try Catch in Sql Server 2005
Here's a good short text about error handling and transaction handling in Sql Server 2005 using Try Catch.
Etiquetas: T-SQL
Software development stuff.
Here's a good short text about error handling and transaction handling in Sql Server 2005 using Try Catch.
Etiquetas: T-SQL
Here's how to select a row in a GridView by clicking anywhere on the row. On RowCreated you set
Etiquetas: asp.net
When using the RadioButtonList with an AsyncPostBackTrigger I just had a server event on the first change. I was going slightly mad until I found this:
Etiquetas: ajax
You may not want the date time generated onm every file if you use VSS, no need to check-in the file if nothing changed.
Etiquetas: LLBL
Had to google to find this one. AJAX documentation doesn't tell all.
Etiquetas: ajax
If you need to set the onclick client event for each radio button in a Radiobuttonlist, it's not obvious.
Etiquetas: asp.net
I just had an unfortunate accident, while playing with the delte command of nant ended up deleting some important files! And it deletes them completely, not into the recycle bin...
Etiquetas: windows
Ever wondered what is the difference between ResolveUrl and ResolveClientUrl?
Etiquetas: asp.net
There are several ways to set the default focus on a asp.net control.
Bumped into this problem where I was filtering the allowed keys in a input text with onkeypressed but then I noticed that the F5 wouldn't work neither when the focus was on the input.
Etiquetas: javascript