Rajeesh’s Blog

Sharing my knowledge

JQuery in asp.net

A good news for the JQuery lovers like me; Scott Guthrie anounced that JQuery will be shipped along with Visual Studio and Microsoft is planning to use this excellent javascript library in their future control release.

Today I opened asp.net official website www.asp.net in Google chrome and this was the response…..

But the site is working very well in IE6 and firefox

I have created an asp.net custom control on top of my JQuery Plugin, with good design time support. So that you don’t need to write any lines code.
Get more details from here http://code.google.com/p/weblayoutmanager/
Please let me know your suggestions

I have created a separate page for this plugin with documentation and demos.
Please go to http://www.rajeeshcv.com/projects/layoutmanager-jquery-plugin/ to read more about this plugin and how to use it.

Google Syntax highlighter test

Testing Google syntax highlighter plugin…

public override object EditValue(System.ComponentModel.ITypeDescriptorContext context, IServiceProvider provider, object value)
{
if (provider != null)
{
[…]

« Previous Entries  Next Entries »