4300Latest Code Sampleshttp://www.thecodebehind.comTheCodeBehind is a combination blog and resource site for programmers and developers to share code, learn from each other and blog about whatever interests them. The site includes some great features such as members advertising on their blogs and resources, and being able to add languages to the main site themselves! Languages currently on the site include asp, asp.net, asp.net 2.0, c, c#, c++, java, javascript, jscript, jscript.net, perl, php, python, vb, vb.net and vbscript!ASP.NET > Tips and TutorialsOct 10, 2006Ben Lowry
NET offers GDI+ as its tool for reviewing and manipulating images. We can also implement unsafe code to work with images. Since we try to avoid code marked as unsafe here, I opted to just use the Bitmap object's .GetPixel and .SetPixel methods instead. If you have the option to implement unsafe code, you'll want to look into .LockBits and .UnLockBits. These two methods are known to be faster for working with images.
VB.NET 2005 Tutorials: Creating Web Service Project - In this tutorial you will learn about Creating a Web Service Project. To create an XML Web service project and thereby separate the functionality of the web service from the web site:
Calendar is one of the Rich Web Controls available in ASP.NET.
Calendar is used to display a one-month calendar. Users can use this control to view dates or select a specific day, week, or month. The following table lists some properties of the Calendar control:
ASP.NET 2.0 Tutorials - Installing Visual Studio.NET Beta 2.0 : In this tutorial you will learn the procedure for Installing Visual Studio.NET Beta 2.0 starting with minimum system requirements, runtime setup and side by side installation.
In the last article, I explained the basics of supporting mobile devices in ASP.NET. After reading that article, I hope you would have grasp the basics of writing mobile pages and using mobile controls for developing mobile specific web sites
Joining mailing list will entitle you
to receive occasional emails informing you of news and
updates to the site and any special offers that may be
of interest to you.