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…
Tag: .NET
Visual Basic 2008 / Visual Basic .NET Tutorial #4 – If Statements
This tutorial will help you understand what an If Statement is. If Statements will help your application decide what to do in a given situation. They are also a part of every programming language in existance. Key Terms: ————— If Statement Then End If
Asp.Net Ajax II : textbox watermark extender
Asp .Net Ajax II : textboxwatermarkextender
How to generate a random number sequence that is non-repeating in visual basic .net ?
I am writing a matching program, and need 24 objects to randomly appear, each twice, across 48 spaces. I figured the best way for me to do this would be to assign the positions a number 1 through 48. but the problem is I can’t find a way to generate a random number sequence in…
Asp.Net 2.0 Membership I : loginstatus loginname
Microsoft Asp.Net 2.0 Membership I : loginstatus loginname – Shalvin Also View : Membership II loginview Contol : youtube.com Membership III createuserwizard youtube.com Membership IV Roles : youtube.com Membership V Role and Membership Classes (Without voice) : video.google.com Membership V Denying Anonymous users (Without voice) : video.google.com Membership VIII Protecting a folder : video.google.com shalvinpd.blogspot.com
Microsoft Visual Basic .NET Programmer’s Cookbook
Product Description Filled with the ingredients developers need—code samples, instructions, and solutions to common problems—this book is the logical place for developers to start building projects and learning more about Visual Basic .NET…. More >> Microsoft Visual Basic .NET Programmer’s Cookbook
Effective C#
Product Description C# has matured over the past decade: It’s now a rich language with generics, functional programming concepts, and support for both static and dynamic typing. This palette of techniques provides great tools for many different idioms, but there are also many ways to make mistakes. In Effective C#, Second Edition, respected .NET expert…
Optimizing Your ASP.Net Pages for Faster Loading and Better Performance.
If you read the internet and all of the websites dedicated to Asp.Net you will inevitably read about the wonders of the DataGrid, DataList, and Repeater controls. While each of these has its place, if you are only displaying data there is a much faster and more efficient means to do so. Let’s say you…
Java EE and .NET Interoperability: Integration Strategies, Patterns, and Best Practices
Product Description “It’s a fact the .NET and Java platforms exist in the enterprise with many touch points. Developers are very eager for information and examples on how the two environments can coexist. This book reflects our interoperability collaboration with Sun and provides best practices for using Web services to bridge .NET and Java applications.”…
Effective C#
Product Description C# has matured over the past decade: It’s now a rich language with generics, functional programming concepts, and support for both static and dynamic typing. This palette of techniques provides great tools for many different idioms, but there are also many ways to make mistakes. In Effective C#, Second Edition, respected .NET expert…