Owner: Blog.Joggee URL:http://blog.joggee.com Join Date: Tue, 15 Jul 2008 01:17:45 -0500 Rating:0 Site Description: The author of Blog.Joggee is the same person of the Rana Blog in the codeproject.wordpress.com. The reason why this new blog was created because Rana wanted to share more diverse range of services such as the latest technology, variation of ideas and univ Site statistics:Click here
ASP.NET Useful Keyboard Commands 0000-00-00 00:00:00 Visual studio provide almost the same key combination what microsoft office has.
Some time we need to make all the text or Stored procedure texture in UPPER CASE for more readibility. Sometime in lower case. Visual studio does the same, but most of the developer use Microsoft word for this.
Here are the keys combination
Ctrl + Shift + [...] Read more:Commands
, Useful
How to create or add a Shortcut Icon to a Web Page,Logo with Address bar 0000-00-00 00:00:00 What is shortcut Icon? As word specified shortcut ICON, Adding a website Logo as Icon to a Web page URL is called shortcut Icon. Any graphic can be display as logo to a windows Internet Explorer.
Shortcut icons are supported in Microsoft Internet Explorer 5 and later. Internet Explorer downloads a shortcut icon when a user [...] Read more:Web Page
, Address
, create
Gates to leave day-to-day role at Microsoft 0000-00-00 00:00:00
NEW YORK (CNNMoney.com) - Microsoft
announced Thursday that chairman and co-founder Bill Gates
will transition out of a day-to-day role at the company, effective July 2008, to spend more time working on his charitable foundation.
Gates will then work part-time at Microsoft (up $0.19 to $22.07, Charts) as chairman and technical adviser and will work full [...]
Two Days Training Program on “Total Quality Management in Services Sector” 0000-00-00 00:00:00 National Productivity Organization (NPO), Ministry of Industries & Production in collaboration with Pakistan National Accreditation Council (PNAC), Ministry of Science & Technology, Australian Center for Education and Training
(ACET) and Government Engineering Academy (GEA), Lahore is pleased to announce a two day training program on “TotalQualityManagement
in the Services
Sector” at Read more:Two Days
, Program
URL Rewriting in ASP.NET with Sample Project 0000-00-00 00:00:00 URL rewriting is the process of intercepting an incoming Web request and automatically redirecting it to a different URL.
To understand completely follow below link
-us/library/ms972974.aspx
In this article I am going make a simple example which will take only few minutes and you will learn how to achieve URL Rewriting.
I believe developer doesn’t have much time to [...] Read more:Project
, Sample
Bill Gates’ last day at Microsoft (video) 0000-00-00 00:00:00 A video
spoof shown during the CES 2008 keynote by Bill Gates
about his last full day at Microsoft
in July starring himself, Brian Williams, Steve Ballmer, Matthew McConaugheyr, Robbie Bach, Jay-Z, Bono, Steven Spielberg, George Clooney, Jon Stewart, Kevin Turner, Hillary Clinton, Barack Obama, Al Gore, Ray Ozzie and Craig Mundie.
Can check out a [...] Read more:Bill Gates
Mouse over effect 0000-00-00 00:00:00 This is so simple and can found thousand places but I tried to make it more easier who doesnt know the different between <asp:linked button> or anchor.
Copy below code in your ASPX page.
<table width=”50%” border=”1″ cellspacing=”0″ cellpadding=”0″>
<tr>
<td align=”center” class=”topmenulink” Read more:effect
, Mouse
How to remove recent project history from Visual Studio Start Page 0000-00-00 00:00:00 Time comes when recent project list over crowded and its hard to find particular project which doesnt display in the list.
Question arises how to delete the recent project history or the list from the main dashboard of the visual studio.
Follow these steps to remove unused project shown in the list.
1. HKEY_CLASSES_ROOT
1.1. Software
1.1.1. Microsoft
1.1.1.1. Read more:Start
, Visual
Google NoteBook 0000-00-00 00:00:00 Once again Google
shock me with new idea. You can access your favorites links anywhere in the world and they are just on one click , no more complication.
Clip information with a single click.
Quickly add clippings of web content (images, text and links) straight to your notebook by highlighting the content you want and clicking the “Clip” [...]
Recall or Recover Deleted Items from MailBox, Outlook 0000-00-00 00:00:00 RECALL MESSAGES FROM MAILBOX
There are times when we send an e-mail and immediately realize that it contains an error or is missing important information. You wish you could go back in time and fix it, but it’s too late; the message has been sent. Fortunately, Outlook
includes a recall feature that allows for a “do over” in [...] Read more:Recover Deleted
, Items
How to change default browswer in ASP.NET? 0000-00-00 00:00:00 Its possible and simple, Why do we need to change the default browsewr, sometime when you install firefox or safari or any broswer it ask you to set as default browser which make setting for the complete system, then that becomes your default browser;to avoid this thing be sure when you are setting up or [...]
SQL Server Truncate All Tables 0000-00-00 00:00:00 There was a scenario that I wanted to clear all the data from almost all tables, the first thing came into my mind.I created cursor which generate all the queries for me. I know this will be helpful for everybody.If you have any other solution please share with me.
DECLARE @TableName VARCHAR(256)
DECLARE @varSQL
VARCHAR(512)
DECLARE @getTBName [...] Read more:Tables
, SQL Server