Building charts with Dundas Charts and SqlDataSource

Dundas has a very good Chart controls which I am using now in my project. And if you are familiar with Microsoft Charts you can easy start using Dundas charts, because Microsoft Charts based on Dundas charts.

Chart controls support SqlDataSource, and all than you need is Bind SqlDataSource to Dundas charts and tell charts what [...]

Mailto on webpage.

You can create a link on your website, and after clicking it default email client will be opened.

The most simple mailto format is mailto:my@email.com

But you also can provide default body text, subject and add some people in cc or bcc.

This is example

mailto:me@email.com&cc=you@email.com&bcc=somebody@email.com&subject=Hello&body=Hello_it_is_body

the format is very simple

Parameter
Value

cc
here you can add person in carbon copy

bcc
here you can [...]

Intellisense for jQuery in Visual Studio 2008

Now Visual studio has Intellisense for jQuery. To enable Intellisense just add reference to the file jquery-1.2.6-vsdoc.js

You can get this file here

http://docs.jquery.com/Downloading_jQuery

Scroll down to the link to file like on screenshot below.