How to jump to specified tab page of Tab Control using C# code ?

If you wanna write code to jump to specified tab page of a tab control, you can not use Focus() method. or BringToFront(), Show() etc.
The right way is :
this.tabControl1.SelectedTab = this.tabPage3 ;

Read More » »

Public, Private, Protected and Internal in C#

Access Modifiers
(from: http://msdn.microsoft.com/en-us/library/ms173121.aspx)
All types and type members have an accessibility level, which controls whether they can be used from other code in your assembly or other assemblies. You specify the accessibility of a type or member when you declare it by using one of these access modifiers:
public
The type or member [...]

Read More » »

Data Access in ASP.NET 2.0

Collect some links about data access in ASP.NET 2.0:
1: ASP.NET 2.0 中的数据访问 (Chinese);
2: Working with Data in ASP.NET 2.0 ;
3: Data Access in ASP.NET 2.0 (Video);

Read More » »

Install Wireless LAN driver of Win XP for Dell Laptop Studio 1535 (Dell 1535笔记本Win XP的无线网卡驱动程序)

The default Operating System for Dell laptop Studio 1535 is Vista. But sometimes we might install Windows XP by ourselves. You must find it is painful to find drivers for Dell laptop 1535, because you can just find the drivers downloading from DELL website for Vista. They don’t provide any windows xp versions.
So you have [...]

Read More » »

Some links about eBay

1: eBay Certified Service Providers:
http://certifiedprovider.ebay.com/ns/certifiedproviders.html
2: Drop Shipping in Canada:
http://dagandesigns.com/dropship-Canada.php
3: POPULAR SEARCHES on eBay:
http://pulse.ebay.com/
4: Popular Keywords on eBay:
http://keyword-index.ebay.com/keyword-index.html
5: Popular Products on eBay:
http://product-index.ebay.com/best_selling_1.html
6: What is wanted now on eBay:
http://pages.ebay.com/wantitnow/

Read More » »

China Guitar Scam — from eBay.com (eBay: 中国的假冒吉他)

A big issue with fake “brand name” guitars has been growing on Ebay. The majority (about 95%) of these fake guitars have been coming out of China. You name it, Gibson, Epiphone, Fender, ESP, LTD, and list goes on. It is pretty easy to spot out this scam. Here are a few ways that [...]

Read More » »

Xiang Liu had to quit! His foot hurt too much!

Xiang Liu had to quit today from Beijing 2008 Olympic Games.
I am watching the TV — news conference about why Xiang liu quit.
Don’t give more pressure to Xiang Liu, he really has foot hurt.

Read More » »

男子射击50米步枪3X40的决赛:那个美国佬最后一枪又中邪了!把冠军又送給了中国,和上次一模一样!

刚才看了男子射击50米步枪3X40的决赛,全世界所有人都认为,最后一枪艾蒙斯不会再象雅典奥运会那样,脱靶,把冠军送給中国,因为他一路都发挥得非常冷静和稳定,但是。。。。但是。。。。
啊!天哪!!!!!
发生了什么!? 又送人了,而且又送给了中国。!!!

Read More » »