Search - Articles
DevASP.NET for ASP.NET, VB.NET, XML and C# (C-Sharp) Developers Tuesday, March 03, 2009
Dev Articles
Search Directory
ASP.NET
VB.Net
C-Sharp
SQL Server
 

FREE 12 month online training for ASP.NET & MS Expression Studio and a Free copy of MS Expression Web with Windows Server Purchase

Home >Search > Articles & Samples > ASP.Net > Regular Expressions


Search:
What's New - What's Hot
Using jQuery UI Datepicker in a Web Page - Expression Web  Version: 0.00     Price: $0.00  
Total Hits: 0  |  Today: 0Author: Minal Agarwal      Rating:  
Read Reviews | Write Review |  Your Rating: 

The jQuery UI library includes a rich set of widgets and effects that you can use in your HTML applications. One such widget is the jQuery Datepicker widget. The jQueryUI Datepicker is a highly configurable widget to quickly add datepickers to your web pages....

Using object handles in Expression Blend  Version: 0.00     Price: $0.00  
Total Hits: 0  |  Today: 0Author: Puran Mehra      Rating:  
Read Reviews | Write Review |  Your Rating: 

This article describe how to use object handles in Expression Blend

When you create a shape, path, control or layout panel, it's enclosed with eight object handles, as shown in Figure 1. I will be describing you how to use them to handle object....

Adding Text in Expression Blend  Version: 0.00     Price: $0.00  
Total Hits: 0  |  Today: 0Author: Puran Mehra      Rating:  
Read Reviews | Write Review |  Your Rating: 

Adding a text control to the artboard is the same as adding any other control to the artboard. When you want to add text to the artboard, first you must determine what text control to use to contain it. In Expression Blend you can display text in a TextBox, RichTextBox, PasswordBox, Label or FlowDcoumentScrollViewer....

Combine Command in the Object menu of Microsoft Expression Blend  Version: 0.00     Price: $0.00  
Total Hits: 0  |  Today: 0Author: Puran Mehra      Rating:  
Read Reviews | Write Review |  Your Rating: 

Use the Combine Command in the Object menu of Microsoft Expression Blend to create interesting effects - Combine command can be used with shapes or paths to make your drawing or artwork more powerful....

Login Page in Expression Blend  Version: 0.00     Price: $0.00  
Total Hits: 1  |  Today: 0Author: Puran Mehra      Rating:  
Read Reviews | Write Review |  Your Rating: 

In this article I have designed login page, which can be used by the user of the site freely.

I have used text boxes, button, check box, label and rich text tools for the design part. Coding on each of the tools can be written separately as per user choice and functionality....

Simplifed use of Regular Expressions from within your Scripts  Version: 0.00     Price: $0.00  
Total Hits: 13  |  Today: 0Author: Uwe Keim      Rating:  
Read Reviews | Write Review |  Your Rating: 

Knowing the Regular Expression-capabilities and -syntax of Perl, I wanted to have a similar syntax from within my VBScript code. VBScript uses the RegExp object, so I wrapped the calls to the RegExp object inside three function....

Building a StackOverflow inspired Knowledge Exchange - Sitemap and wireframes with Expression Blend 3 and SketchFlow Part 4     
Total Hits: 10  |  Today: 0Author: Andrew Siemer      Rating:  
Read Reviews | Write Review |  Your Rating: 

In the previous article we created our first SketchFlow project. We discussed how to get our project up and running by creating a site map. Then we created some initial design aspects to create the header of our site. Next we took a look at what SketchFlow has to offer in the way of working with the prototype by running our project in the SketchFlow player....

Improving Web Application User Experience using AJAX and ASP.NET     
Total Hits: 72  |  Today: 0Author: Alagarsamy, Srinivas      Rating:  
Read Reviews | Write Review |  Your Rating: 

There are often scenarios where we as web developers wish we could provide users the richness and responsiveness of desktop applications. With web applications fast catching up, and also replacing their desktop counterparts, it�s only natural for the users to expect better user experience from the web applications we develop. All of us must have hated the page refresh when we selected a country and then the state drop-down filled based on the country. There are other scenarios such as whe...

Regular Expression Validator Web Service     
Total Hits: 30  |  Today: 0Author: Ricardo Martins      Rating:  
Read Reviews | Write Review |  Your Rating: 

I think that after an introduction of RegularExpressionValidator ASP.NET server control, the use of regular expressions for validating contents like an E-mail address, zip codes, etc., is a great idea. Sometimes you need a fast way to validate your regular expression, but you can lose a little bit time to create a simple project for RegExp class and then validate your expression. This article a simple, but useful web service to validate a regular expression....

Add Expression to Your Applications Using Microsoft Expression Studio     
Total Hits: 48  |  Today: 0Author: Joydip Kanjilal      Rating:  
Read Reviews | Write Review |  Your Rating: 

Microsoft Expression Studio is a suite of components (Expression Web, Expression Blend, Expression Design, and Expression Media) that “opens up a new world of creative possibility”. Together, these components make up a great suite for the design and development of desktop and Web (even multimedia-compatible) applications with rich user interfaces. “Microsoft Expression Studio takes your creative possibilities to a new level. The professional design tools and innovative technologies in Expression...

JavaScript Mathematical Expression Evaluator     
Total Hits: 94  |  Today: 0Author: Prasad Khandekar      Rating:  
Read Reviews | Write Review |  Your Rating: 

There are a number of good articles in CodeProject on this subject. This one, however, presents the same thing in pure JavaScript. Although this expression evaluator does not come close to some of those which have been written in C#, C++, or VB, I am sure it can be useful to those who want to learn the concepts behind expression parsing and subsequent evaluation....

Using Expression Builders in ASP.NET     
Total Hits: 31  |  Today: 0Author: Scott Mitchell      Rating:  
Read Reviews | Write Review |  Your Rating: 

ASP.NET offers a variety of ways to inject the results of a server-side expression (such as DateTime.Now.ToString()) into the rendered markup of an ASP.NET page. The most common way is to add a Label Web control to the page and then from the Page_Load event handler (or some other suitable event handler) assign the value to display to the Label's Text property. If you ever created web applications using ASP.NET's predecessor, classic ASP, or if you are familiar with Microsoft's ASP.NET MVC, then ...

How To: Use Regular Expressions to Constrain Input in ASP.NET     
Total Hits: 83  |  Today: 0Author: J.D. Meier, Alex Mackman, Blaine Wastell, Prashant      Rating:  
Read Reviews | Write Review |  Your Rating: 

This How To shows how you can use regular expressions within ASP.NET applications to constrain untrusted input. Regular expressions are a good way to validate text fields such as names, addresses, phone numbers, and other user information. You can use them to constrain input, apply formatting rules, and check lengths. To validate input captured with server controls, you can use the RegularExpressionValidator control. To validate other forms of input, such as query strings, cookies, and HTML cont...

How to Build Grammars for Speech-enabled Applications     
Total Hits: 256  |  Today: 0Author: Sara Morgan Rea      Rating:  
Read Reviews | Write Review |  Your Rating: 

Most companies you call have automated voice attendants that walk you through a series of menu choices until you are finally directed to a live person. As the automated portions of these systems gain use and popularity, they're becoming increasingly sophisticated—even helpful. For example, voice-automated systems can now let you reset passwords, check email or get flight information. The good news is that as a .NET developer you already have some of the expertise needed to create these kinds of ...

RegEx Tracer     
Total Hits: 206  |  Today: 0Author: adontz      Rating:  
Read Reviews | Write Review |  Your Rating: 

This is regular expression debugger. You can use it to write regular expressions easier and faster.Once I had a need to debug .Net regular expressions. I was not able to find Rx Toolkit installation, was not able to download Regulator (sourceforge.net was inaccessible), Regex Builder was still in beta state and crashed on my inputs. So I had the only way to write my own utility. Later it was improved....

Regular Expressions in .NET     
Total Hits: 192  |  Today: 0Author: Michael Weinhardt      Rating:  
Read Reviews | Write Review |  Your Rating: 

You're about to release WonderApp.NET, the application that will change the way developers build applications, helping them to achieve dramatically faster development times with far less bugs. WonderApp.NET is full of cool functionality, including a feature to send feedback to WonderApp headquarters via e-mail. Back at WonderApp headquarters, the mail server extracts message bodies from the incoming e-mails and forwards them on to FeedbackApp.NET, an application you've written to manage feedback...

Regular Expressions     
Total Hits: 243  |  Today: 0Author: CodeProject      Rating:  
Read Reviews | Write Review |  Your Rating: 

Before we actually enter into formulating a regular expression, we will take a look into few concepts like what are characters, special characters and some of other concepts with examples.
The very simplest pattern matched by a regular expression is a literal character or a sequence of literal characters. Anything in the target text that consists of exactly those characters in exactly the order listed will match. A lower case character is not identical with its upper case version, and vice ve...

Importing bookmark.htm     
Total Hits: 224  |  Today: 0Author: Damian Manifold      Rating:  
Read Reviews | Write Review |  Your Rating: 

The one good thing about netscape is the bookmark.htm file, if you have ever tried to copy all your URL files to a disk you know how much longer it takes, and as for uploading a URL file , forget about it....


1  2  3  4  


Disclaimer - Privacy
© 2002-2012 DevASP.net