Your computer is running slow!
Please click here to speed it up.

Posts Tagged ‘ASPNET’

ASP.Net from a PHP perspective

Wednesday, December 24th, 2008

Introduction to ASP.NET from a PHP perspective. Tutorial.
http://www.microsoft.com/uk/codechronicles/default.mspx
YouTube Preview Image

ASP.Net Web Service - Hello World (With Audio)

Wednesday, December 24th, 2008

The original, high-quality video is available at http://www.mastergaurav.com/tutorials/webservices/ASPNet-51.avi

Creating your first web service - Hello World - in C#/ASP.Net using Visual Studio 2005 (with audio)
YouTube Preview Image

Validating ASP.NET CheckBox (and similar) controls.

Wednesday, December 24th, 2008

http://blog.dmbcllc.com There are controls in the .NET framework that can not be wired to the standard validation controls. The checkbox control is one example. You can’t use the RequiredFieldValidator because it has a value. It’s either true or false. And you can’t provide a RegularExpressionValidator or one of the others because it is a boolean value.

So, if I want to make sure a check box is checked before the user continues, for example. And, I want to make sure that the error message shows up in the error summary control like every other error, how do I do that?
YouTube Preview Image

ASP.NET ListView Sorting

Wednesday, December 24th, 2008

http://blog.dmbcllc.com Confused about how to implement sorting in the new ASP.net ListView control? Here’s the step by step on how to do it.
YouTube Preview Image

ASP.Net - Web Service Hello World

Wednesday, December 24th, 2008

Creating first web service in ASP.Net using Visual Studio
YouTube Preview Image