 |
Create your own Image/Link extractor tool using Regular Expressions
|
Total Hit (3401) |
This is a very simple code to present use of Regular expression to solve some complex text operation which is kinda impossible using inbuilt string functions available in Visual Basic.
For More information Visit the following MSDN article
«a href='http://msdn.microsoft.com/library/en-us/dnclin
....Read More |
Rating
 |
|
 |
Regular Expressions in T-SQL
|
Total Hit (4211) |
For this solution we need SQL Server 2000 or higher. Also we need to make sure we have the VBScript.RegExp library on our computer. This should come with most Windows 2000 servers, in the Windows Scripting package. If you are using this on an older version of Windows, you will probably have to downl
....Read More |
Rating
 |
|
 |
InstrTbl - Search a string for any character in a table
|
Total Hit (3789) |
«Code LangId=2»
' If INCLUDE is True or is omitted, return the first occurrence of a character
' in a group
' or -1 if SOURCE doesn't contain any character among those listed in TABLE.
' If INCLUDE is False, return the first occurrence of the character in SOURCE
' that does not appear in TABL
....Read More |
Rating
 |
|
|
|
 |
Regular Expressions in ASP.NET
|
Total Hit (1124) |
Regular expressions are an extremely useful tool for working with text. Whether you need to validate user input, search for patterns within strings, or reformat text in powerful ways, regular expressions can help.
|
Rating
 |
|
 |
Common Applications of Regular Expressions
|
Total Hit (2027) |
Regular Expressions (for those not yet acquainted with them) provide a way of matching patterns of strings that may be simple or extremely complicated and they do it in a very efficient manner. For an introduction to regular expressions in ASP be sure to read: An Introduction to Regular Expressions
....Read More |
Rating
 |
|
|
|
|
 |
Microsoft Beefs Up VBScript with Regular Expressions
|
Total Hit (1447) |
In this article, I'll describe all objects related to VBScript Regular Expressions, summarize common regular expression patterns, and provide some examples of using regular expressions in code.
|
Rating
 |
|
|
|
 |
URL Rewriting with ASP.NET
|
Total Hit (2986) |
Demonstrates the use of regular expression-based URL Rewriting, similar to mod_rewrite with ASP.NET
|
Rating
 |
|
|
|
|
 |
Utilize Built-in Validation Controls on Your Web Forms
|
Total Hit (1145) |
The following program demonstrates the use of several of the .Net validation controls. The first two text boxes utilize the RequiredFieldValidator control. There is no particular reason for these fields to be required - they just demonstrate use of the control. The use of RequiredFieldValidators is
....Read More |
Rating
 |
|
 |
Powerful New T-SQL Syntax Gives SQL Server a Programmability Boost
|
Total Hit (2590) |
The T-SQL language in the upcoming version of SQL Server will provide more power and flexibility than previous versions. Additions and enhancements include error handling with the TRY/CATCH construct, SNAPSHOT isolation, and WAITFOR enhancements. Also important are the BULK rowset provider, common t
....Read More |
Rating
 |
|
|
 |
Data Sanitization - Reducing Security Holes in an ASP Web Site
|
Total Hit (4706) |
ASP is a great Web development technology that allows for rapid development of data-driven Web sites. However, problems can arise, however, when developers "go live" with code that contains potential security holes due to rushing out poor code, or not knowing the exploits that exist. In this article
....Read More |
Rating
 |
|
|
 |
XSD Schemas: An Introduction
|
Total Hit (735) |
The schema specifies the order of tags in the XML document, indicates fields that are mandatory or that may occur different numbers of times, gives the datatypes of fields and so on. The schema importantly is able to ensure that data values in the XML file are valid as far as the parent application
....Read More |
Rating
 |
|
|
 |
Display Multiple reports using single ReportViewer control
|
Total Hit (1188) |
It is easy to get the ReportViewer Control to report off of a DataSet that is set during design time. But what if you want to use code to cause one ReportViewer control to display many totally different reports using your own O/R mapper collection instead? It is not easy to see how to do this, but i
....Read More |
Rating
 |
|
|
 |
Business Case Solutions Using MDX
|
Total Hit (1047) |
The purpose of the Multidimensional Expressions (MDX) language is to make access to multidimensional data more concise and efficient. However, because MDX reflects the natural complexity of multidimensional data structures, simple business questions may sometimes require complex MDX solutions.
....Read More |
Rating
 |
|
 |
RDBMS Performance Tuning Guide for Data Warehousing
|
Total Hit (2017) |
This performance tuning guide is designed to help database administrators and developers configure Microsoft® SQL Server™ 2000 for maximum performance and to assist in determining causes of poor performance of relational databases, including those used in data warehousing. It also provides guideline
....Read More |
Rating
 |
|
 |
Bryan's WebLog for Reporting Services
|
Total Hit (1130) |
Using an External DataSet with Reporting Services Reports
Writing Custom Code for Reporting Services Reports
GetReportParameters method
Welcome Tudor to Reporting Services Blogging
Reporting Services Service Pack 1 Now Available!
And many more....
....Read More |
Rating
 |
|
 |
Exporting SQL Data as XML
|
Total Hit (3349) |
In my last article, Importing XML into SQL Server 2000, we looked at various techniques to import the XML data into SQL Server. To complement that, this article will focus on some of the methods that you can use to export relational SQL data to the XML format.
More specifically, we'll explore th
....Read More |
Rating
 |
|