Tuesday, March 10, 2009

IE Bookmark Sync

As I’s busy with my programming world, I came across a lot of articles, bookmarked a lot of pages. Formatting my PC was a real headache for me, as I’ll be losing my bookmarks. Since, I’s using IE (currently using IE8 RC1) as my default browser, I cannot think about using FF for syncing the favorites using FoxMark.

As the FoxMark download crossed 13 million, they planned to extend the service to IE & Safari. Though, the FoxMark was for IE 6 & 7; I tried it for IE8 RC1. Charmingly, it worked.

I must say, it’s a must have for fellows who bookmarks a lot.

Download it here.

I’m on 1000+

profile

Just now only I noticed that i scored a 1000+ points in the Microsoft official ASP.NET forum. Happy to see that I’ve helped some developers. Also happy, I got some new techies too.

Thanks.

Edit/Update/Delete GridView automatically

There is an easy way to edit/delete/update rows in a GridView data control.

All you have to do is:

a) Configure SQLDataSource data-control.

b) Select a table.

c) Select column-field(s) including the primary-key column.

d) To the right, click on the Advanced button & select ‘Generate INSERT, UPDATE and DELETE statements’.

sqldatasource_auto_updatedeleteedit

c) Click Next; test-query & click Finish.

Now, go back to your GridView. On the smart-tag, select ‘Enable Editing’ and ‘Enable Deleting’.

gridview_ebanle_autohandling

That's it. Now run the page, try to editing/updating/deleting the records. Leave everything to SQLDataSource. You are hands free now.

How easy, isn't it ?

Monday, March 9, 2009

C# Code Formatter (Online)

There is an online C# code formatter, at Manoli. The output confirms to be HTML 4.01 specification & is color-coded. Also easier to read. It also supports VB, T-SQL, HTML, etc. So, have a look @ Manoli.

Sunday, March 1, 2009

Vista Ultimate Tips and Tricks PDF

Though I own a Vista Ultimate PC; I’s searching the internet looking for articles/post for exploring the features of Ultimate edition to the maximum. Now, M$FT themselves has released a PDF, for exploring the same.

vista-ultimate-helpful-hints

Explore here.

 
Best viewed in Internet Explorer 8.