studio NETSOULS

Applying Web To Your Business

When you restore a Microsoft SQL Server database on a different machine, you cannot access the database until you fix the permissions.

The problem is that the user in the database is an "orphan". This means that there is no login id or password associated with the user. This is true even if there is a login id that matches the user, since there is a GUID (called a SID in Microsoft-speak) that has to match as well. More...


Strip HTML Tags from a String

A neat regular expression function to strip the passed string of all HTML Tags.

public static string StripHTML ( string value )
{    
    // Strip the html tagstring    
    pattern = "<(.|\n)+?>";     
    string strOutput = string.Empty;      

    Regex regex = new Regex ( pattern, RegexOptions.IgnoreCase );
    // Replace all HTML tag matches with an empty     
    stringstrOutput = regex.Replace(value, string.Empty);     
    // Replace all < and > with &lt; and &gt;     
    strOutput = strOutput.Replace("<", "&lt;");     
    strOutput = strOutput.Replace ( ">", "&gt");     

    return strOutput; 
}

When a table's primary field is to auto increment with a seed and you are deleting the records from the table. Now you need to reset the primary field value to 1. The code given below is useful.

DBCC CHECKIDENT (tblName, RESEED, 0)

www.Scandihoovians.com

studio NetSouls completes the design and development of this unique online shopping experience, The Scandihoovians Shopping Experience.

The Scandihoovians shopping experience of elegant design, cutting-edge jewellery and fashion, and friendly service.

Make it Simple
Make it Beautiful

A new wave of Scandinavian design is sweeping the world. It is colourful, stylish and just plain fun and you will find it first at Scandihoovians.

Scandinavian design is built on centuries of tradition, craftsmanship and innovation. It brings art, texture, beauty and the simplest of solutions to daily tasks in our homes and workplaces, combining elegance and function with lasting quality and enjoyment.

Scandihoovians brings it all together in our constantly expanding collection of modern Scandinavian design complemented by carefully selected international designs of exceptional quality.

We offer the same low prices at our store locations in Northampton, and Amherst, Massachusetts, as we offer nationally online. And great service, too.

Visit: www.scandihoovians.com


Recent Project Snapshots

  • Mary Kay - Make Over Contest
  • Utility Forms
  • Oncomed
  • Nutrition Vista
  • Forysth Barr - Letter Writer Application
  • Phase One Trials - Content Management System

About Us

studio NETSOULS is a complete IT services company, offering strategy, design, development and implementation of the total solution for your web and IT initiatives. The solutions we provide, enables businesses to leverage leading edge technology to gain sustainable competitive advantages in today's marketplace.

We specialize in designing, developing and deploying the next generation of IT solutions including e-business solutions Read more...

Month List