Here is JAVASCRIPT with it you can hack any SITES. with some sites it may not work. the code is just for fun it does not harm any site as it just work on clients browser.
Here is the Code:
javascript:document.contentEditable=true;document.designMode='on';void 0;
Type or just copy paste on the browsers address bar. watch the video in high quality for details.
Please Note: its Just a Fun script, its not a script with which you can hack any sites passwords.
...
Thursday, March 28, 2013
Compare DataTables with LINQ and C#

Hi Friends, There are times when we want to compare two DataTables and find out the Differences in them. There are different ways of doing it, The Most common way is by using Loops but the problem of using loops is that, if records are more in both Tables then loops execution time increases which can be performance killer.
Here i would like to show a method which can be used to compare both Datatables and list there Differences....
Wednesday, March 20, 2013
Facebook/Gmail Style ASP.NET JQuery Ajax Chat Control

Like my Chat Control? Rate it at HotScripts > Hot Scripts
ExcellentVery GoodGoodFairPoor
ASP.NET Jquery Ajax Chat Control / DG2 Chat Control
This is the control on which i have spend nearly 4 months from my busy schedule. Hope those who need this will like it.
Releasing the Control in its first Beta Version.
ASP.NET Jquery Ajax Chat Control
is built on .Net...