September 2008
M T W T F S S
« Jul   Oct »
1234567
891011121314
15161718192021
22232425262728
2930  

enum

http://codetoday.net/Default.aspx?g=posts&t=161

delegate

http://thai-cs.spaces.live.com/blog/cns!4D52C1812766D2D7!444.entry

delegate

http://isys.coe.psu.ac.th/index.php?option=com_content&view=article&id=20:delegates-and-events-in-c–net&catid=21:%E0%B9%80%E0%B8%97%E0%B8%84%E0%B8%99%E0%B8%B4%E0%B8%84%E0%B8%81%E0%B8%B2%E0%B8%A3%E0%B9%80%E0%B8%82%E0%B8%B5%E0%B8%A2%E0%B8%99%E0%B9%82%E0%B8%9B%E0%B8%A3%E0%B9%81%E0%B8%81%E0%B8%A3%E0%B8%A1 http://dotnetdev.netfirms.com/DELEGATE.htm http://www.codeproject.com/KB/vb/Delegate.aspx http://secure.codeproject.com/KB/cs/DelegatesDummies.aspx http://www.codeproject.com/KB/cs/delegates-part1.aspx

AJAX For Beginners

What is AJAX? AJAX stands for Asynchronous JavaScript and XML. AJAX uses a combination of Javascript and XML to allow web pages to be updated with new data from the server. It consists of HTML, JavaScript, DHTML, and DOM. The traditional way of processing data between client’s browser and a server was to submit a [...]

javascript

Observer Design Pattern Using JavaScript
http://www.codeproject.com/KB/scripting/Observer_Pattern_JS.aspx

Handy XP Style Menu
http://www.codeproject.com/KB/scripting/leftmenu.aspx

AJAX For Beginners
http://www.itechcollege.com/courses/AJAX/

http://www.codeproject.com/KB/scripting/jsbeginner.aspx

http://secure.codeproject.com/KB/scripting/cookies_intro.aspx

http://www.codeproject.com/KB/scripting/Javascript_PageCookie.aspx

Clear your Visual Studio Recent projects list

f you do a lot of tinkering in VS2005 and you want to clear down your recent projects list, this can be easily achieved by some simple registry editing

HKEY_CURRENT_USER\Software\Microsoft\VisualStudio\8.0\ProjectMRUList

You will find a list of files in this area of the registry, simply delete the entries.

If you break the numbering you will need to renumber the [...]

วิธีปรับคอมฯให้เร็วขึ้น

1.คลิกปุ่มที่ Start
2.ลือกที่แถบรายการ Run
3.ที่ช่อง Open พิมพ์คำว่า gpedit.msc แล้วคลิก OK
4.จะแสดงหน้าต่างของการปรับแต่ง Group Policy
5.ที่Computer Configaration เลือกแถบ Administrative Templates
6.หัวข้อ Network เลือกที่ QoS Packet Scheduler
7.มองหน้าต่างด้านขวามือ ให้ดับเบิ้คลิกที่ Limit reservable bandwidth
8.จะปรากฎกรอบหน้าต่างใหม่ Limit reservable bandwidth Properties
9.เลือกแถบ Setting คลิกที่ช่อง Enable
10.ในช่อง bandwidth limit (%%):ปรับค่าเป็น 0
11.คลิก OK เพื่อยืนยันการใช้งาน

Setting User Control Properties in Code Behind

Question:

I’m trying to pass a value to a user control by setting a property. I’m using code behind. How do I pass a value to the user control?

Answer:

In code behind you have to create an instance of the user control, the same way you would for any server control. You map an instance [...]

captcha

http://www.codeproject.com/KB/aspnet/CaptchaImage.aspx

 

10 ASP.NET Performance and Scalability Secrets

http://www.codeproject.com/KB/aspnet/10ASPNetPerformance.aspx

javascript css ajax

http://particletree.com/