Skip to main content

Home/ Agency Oasis Developers/ Group items tagged String

Rss Feed Group items tagged

mgraber

Currency format string in asp.net - Stack Overflow - 0 views

  •  
    "string s = String.Format("{0:C}", moneyvalue);"
Mark Ursino

Untie LINQ to SQL Connection String from Application Settings | {Programming} & Life - 1 views

  •  
    Did you know that by default LINQ to SQL defines your connection string in more than one place if you define your LINQ to SQL classes out from a web app, such as a data access layer class library?
ckhatri

Query String Module - 0 views

  •  
    A very simple module that allows you encrypt and decrypt query string parameters. Source code is given, so it is extendable.
Mark Ursino

SQL Server 2008 Connection String Samples - 0 views

  •  
    Samples of every connection string type for every driver
Douglas Couto

Netlobo.com | Get URL Parameters Using Javascript - 1 views

  •  
    "An easy way to parse the query string in your URL to grab certain values."
mgraber

Encrypting Connection Strings in Web.config - O'Reilly Media - 0 views

  •  
    Encrypting Connection Strings in Web.config
Mark Ursino

ConnectionStrings.com - 0 views

  •  
    Forgot that connection string? Get it here!
Mark Ursino

c# - How to replace multiple white spaces with one white space - 0 views

  •  
    Answer: string cleanedString = System.Text.RegularExpressions.RegEx.Replace(s,@"\s+"," ");
Mark Ursino

VisualSearch.js autocomplete - 0 views

  •  
    VisualSearch.js enhances ordinary search boxes with the ability to autocomplete faceted search queries. Specify the facets for completion, along with the completable values for any facet. You can retrieve the search query as a structured object, so you don't have to parse the query string yourself.
1 - 13 of 13
Showing 20 items per page