Pages

Wednesday, July 27, 2011

How can I select and delete all my unread emails in gmail?

1) type is:unread in the search feild. 2) check All 3) Click on "Select all conversations that match this search" 4) Delete it Please wait for few minutes. If it doesn't redirect properly please logout from the account and try to relogin. And you are all set ! Note: This can apply for read, unread, chat, starred also. Suggestions are always welcome...! Without signing also you can send your comments...

Friday, July 22, 2011

How to change multiple file extensions at once

If all files are located in one directory, I mean without any sub directories. Then its very simple.Open a command window, enter into your directory and type  ren *.pdf *.tif this will change all files with extension .pdf to .tif.                                                    ...

Monday, July 18, 2011

Sharepoint Fundas

Creating the Web PartThis procedure demonstrates how to create an ASP.NET Web Part to wrap the user control.To create the ASP.NET Web PartIn Visual Studio, point to New on the File menu, and then click Project. In the Project types pane, click WSPBuilder. In the Templates pane, click WSPBuilder Project. In the Name box, type MyWebPart, and then click OK. Right-click the MyWebPart project,...

Sharepoint webparts

How Web Parts WorkIn ASP.NET terminology, a server control is a software component that runs on the Web server as part of one or more ASP.NET Web pages. This provides a way of breaking complex Web pages into manageable pieces, and of using the same component in multiple pages. There are two kinds of ASP.NET server controls: user and custom.User Controls   These controls consist of two parts:A file that has an .ascx...