The jQuery library has a passionate community of developers, and it is now the most widely used JavaScript library on the web today. So, Our Microsoft ASP.NET team one step forward to use the jQuery in ASP.NET.
when you create new ASP.NET Web Forms and ASP.NET MVC projects with VS 2010, the core jQuery library is now automatically added to your project.
Earlier this year at the MIX 2010 conference they're announced that Microsoft would also begin contributing code to the jQuery project.
...
Read More
Convert Visual Basic for Applications Macro to C# 4.0
In this post I am go Convert Visual Basic for Applications Macro to C# 4.0 , This is really easy one. I include youtube Video also..
See this video :-
[youtube=http://www.youtube.com/watch?v=at_ExhQLgm4]
VBA macro code :-
Sub Macro1()
ActiveCell.FormulaR1C1 = "1"
Range("A2").Select
ActiveCell.FormulaR1C1 = "2"
Range("A1:A2").Select
Selection.AutoFill Destination:=Range("A1:A10"), Type:=xlFillDefault
Range("A1:A10").Select
With Selection.Interior
.Pattern = xlSolid
.PatternColorIndex = xlAutom...
Read More
Embed AOL to your webpage
We can embedded AOL messenger in webpage, use this command (protocol) aim:goim.
aim: command list
To open AOL IM :-
<a href="aim:goim">Open Message window</a>
To start chat :-
<a href="aim:goim??screenname=[USERNAME]">Chat with me</a>
To Open new IM window with a screen name and message :-
<a href="aim:goim?screenname=[USERNAME]&message=[MESSAGE]">Send message to users</a> --[MESSAGE] type your message..
To share files from a screen name :-
<a ...
Read More