01 December 2007

You may have seen Microsoft Download Center so many times.But now there is a new look:Visit Microsoft Download Center Bet...

25 November 2007

ASP.NET site have some new video series.Download learnig video ASP.NET 3.5 and Visual Studio 2008. And Click here to download Linq video...

20 November 2007

Add validation to WebUserControl, Normally when we click on ControlToVelidate property, it automatically show as all the list of WebControls of that from, But you will not find WebUserControl name there.Solution is that just write down that WebUserControl name and type "$" sign and write down WebControl name which one is going to validate form that WebUserControl.for example:I created a webusercontrol and there is a textbox in that control.I will drag that webusercontrol in my aspx page.It's default...

18 November 2007

Click Here to get control gallery over 900 controls and components for web applications.Control categories are:AJAX Toolkit ControlsCharting ControlsCommunityComponentsContent ManagementData & XMLForm ControlsGraphics & MultimediaHttp RuntimeIBuySpy ModulesList ControlsManagement & ReportingMiscellaneousMobile ControlsNavigation ControlsWeb Par...

28 September 2007

FireFox has a grate Add-In which allows to save any web page to JPEG or PNG format.It's Save As Image.Click here to Download.Save whole web page or you can also crop any part of that web site.It's very usefu...

27 September 2007

www.homepagestartup.com provides a very useful service that you can have multiple home page in a single browser.It is automatically stores sites information in cookies and when you come back in this site again it will display the same, There is also Tab feature to manage more sites.Just click on icon, add URL and save it.You should have to register to get more feature...

24 September 2007

One day when I was debugging the code. It started to show hexadecimal values automatically.I don't know that how it was stared. and I also did not know that how to see decimal back at that time.but it was simple option that was in Local Window that named "Hexadecimal Display".Click on Debug Menu -> Windows -> Local.Right Click on Local Window and get this option as pop-up men...

19 September 2007

Create shapes on form as Visual Basic 6.0 can do that directly on the form.Power Pack 2.0 is a line, shape controls, printform component, and printer compatibility library.It has 4 controls.There are so many property and event.Download Microsoft Visual Basic 2005 Power Packs 2...

17 September 2007

See MSDN Magazine in a book format.Click Here.Have fun with moving page...There is also another magazine for "Dr. Dobb's Journal...

15 September 2007

I have created a user control "Any Drop Down List" anyDDL. Its use to show drop download list form database very quickly.Lets create that user control.I'm using Visual Studio 2005, Framework 2.0, SQL Server 2005, ASP.net, C# language to build it.Start Visual Studio,Click on Create New Web Site.Select ASP.net web site.Click on OK button.Now,click on Web Site menu or right click on project name in...

08 September 2007

Start to use isError formula in excel when you are calculating something.I have seen many time error, In Excel. #Ref#DIV/0#NAME?You can remove all this error and also vice some user friendly value or message there by using ISERROR formula.IsError(value) returns boolean value in True or False.try some example in your excel sheet. =IsError(1/0)it will return TRUE, it mean there is some error.Here...

07 September 2007

Lets create Outlook 2007 Add-In using Visual Studio 2005.If you have not installed VSTO then Download Microsoft Visual Studio 2005 Tools for Office Second Edition Runtime (VSTO 2005 SE) (x86).Start IDE.Click on File, New projectSelect Outlook Add-In and Click on OK.you will find some code like this:Public Class ThisAddIn Private WithEvents btn1 As Office.CommandBarButton Private Sub ThisAddIn_Startup(ByVal...

25 August 2007

I think that here is the fastest way to bind a data grid for web application.Login with SQL Server 2005 with Windows Authentication.Open your database,Right Click your table and click on Modify menu for which one do you want to bind.Select Fields which are do you want to show in browser. user Control key to select.Press Control + C to copy those column.Now Open a web page in devenv.And Click to for...

24 August 2007

See this example here.I have created an interface.public interface myInterFace1{void Operation(string myParam);string myName();}it have two methods. Operation and myName.Now create a class.class Program{}Now, lets inherit with interface. class Program:myInterFace1{}Now I'm using myInterFace1 in Program class, So I need to write down all methods of that interface in my class.it's do that with...

15 August 2007

Here you will found programing code difference between VB.NET and C#.Following code structures are available there with examples.Program StructureComments linesData typesConstantsEnumerationsOperatorsChoices (If)Types of LoopArrayFunctionWorking with StringException HandlingNamespacesClasses and InterfacesConstructors and DestructorsUsing ObjectsStructsPropertiesDelegates and EventsConsole I/O File I/...

28 July 2007

Hi, Live Search, Google, Yahoo can also works like a calculator!!!Google Web Search Features Yahoo Search FeatureLets try here...Live Search resultYahoo Search resultSome test for Google Search resu...
Defy All Challenges is Microsoft site, to get graphical representation using flash technology.Get information about Office 2007, Vista, Web development and Visual Studio Team System.Also have some fun there, creating your own cartoon animation.click here for HTML versio...

27 July 2007

Still, Just to days a go I have complete to download Visual Studio 2008 Beta 1, and do day I found that Visual Studio 2008 Beta 2 is released,So, once again, I have started to download this new version.Download Visual Studio 2008 Beta 2Read more on Microsoft sit...

26 July 2007

Finally after two weeks hard download, I have "Orcas".Download Visual Studio Code Name “Orcas” Beta 1Here are some screen shots:Select .Net Framework version direct form New project dialogbox.Create C# and Visual Basic WPF ApplicationOffice 2007 Workbook, document direct in Visual Studio as wall as Template and Add-In.Office 2003 Workbook, document direct in Visual Studio as wall as Template and...

25 July 2007

We can start to give attachment with out blog.box.net is a site where we can store our documents in a box and can be access them from anywhere.easy to upload Images, Word document, PDF Files etc.here is there result in a blog. There is also change view icon in top right corner.This box is use uses Flash Player for the resul...

18 July 2007

Meebo is a great online chat application where AIM, Yahoo, Google and MSN Chat is possible in one browser onl...
Please Give me the solution,Today I had a requirement that I have to get missing number form table and start new ID form that missing value...Ex. I have a customer table.ID Name1 Vijay2 Rajesh3 Nitin5 Manish6 Bipin8 JalpeshHere, 4 and 7 number are missing, some one have deleted that record. and now suppose user click on add new button he want to generate that missing number.Here a I have create a small cursor to get that value:DECLARE @lastID int,@crrID int SET @crrID=1;...

16 July 2007

You can change executable or DLL files using IDE, not a completely but most improbably.You can make change inDesign of almost executable fileIcons of the applicationMenu nameButton captionHere I m trying to change in calculator...Regular calculator.Go to System32 folder select Calculator.exe file, Drag this icon in IDE, of open file form File menu of IDE.See Here, Calc.exe in Visual Studio 2005Open...

13 July 2007

I thick Google, Yahoo etc. mail server does not allow more then 10MB.But here "Mail Big File" allows 100MB of attachment free.easy three step...
It's very easy to work XML data file with DataSet.It's just 2 line of code to Read or Write.Here I have a XML file...<?xml version="1.0" standalone="yes"?><App xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"><value>Some Value1</value><value>Some Value2</value><value>Some Value3</value></App>Here I'm using Visual Studio 2005 and C# language.now right down this code in some form load event or in button click event. //variable and...

06 July 2007

With Visual Studio 2005 and Microsoft Office 2007 or 2003, I have created my own formula.Open Visual Studio -> New -> Project.Select "Class Library"Your project name will show in Excel's Formula dialogbox.Now you have a "Class1.vb" in your Solution Explorer.Now right down this code in your Class file....'imports required name spaceImports System.Runtime.InteropServicesImports Microsoft.Win32<ClassInterface(ClassInterfaceType.AutoDual),...