N a g a s a i
Software Engineer, Blogger, Gadgets, Sports, Circket, Movies and Gamer.
Thursday, February 25, 2010
SRT – THE KING
›
Sachin Tendulkar collared South Africa's attack on his way to a historic 200* Tendulkar's finest ODI performances Sachi...
Get ASP.NET Menu work on Chrome, Safari and Opera
›
I have done some research on this, i found couple of interesting solutions. Actually the are cracks to get Menu working Solution 1: // F...
Thursday, February 18, 2010
Hypertext Transfer Protocol (HTTP) Status Code Registry
›
HTTP Status codes are returned by the server to the client software to determine the outcome of a request, the codes below are the HTTP /1.1...
Potentially dangerous Request.Form value was detected from the client : ValidateRequest
›
This error is caused because the .NET framework detected HTML in an input control (e.g. TextBox). I've highlighted 3 possible ways to ge...
Thursday, January 07, 2010
List all Tables of Database with No of Rows - SQLSERVER
›
This will get all the Table Names with no of rows in it. use YourDBName Go SELECT [TableName] = so.name, [ RowCount ] = MAX (si. ...
‹
›
Home
View web version