Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
L

lawrenceinba

@lawrenceinba
About
Posts
114
Topics
40
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • xsl output in existing file
    L lawrenceinba

    can anyone tell me how to append xsl output to a file which already has some lines of data.

    the quieter u become more u hear

    XML / XSL xml tutorial

  • javascript in xsl
    L lawrenceinba

    guys how to set global variable in xsl using javascript and also tell me is there any get method and set method in xsl for declaring global variables and getting them back

    the quieter u become more u hear

    XML / XSL javascript xml tutorial

  • delete a file automatically
    L lawrenceinba

    can u explain me further more. else send me any examples for that

    the quieter u become more u hear

    C# csharp

  • delete a file automatically
    L lawrenceinba

    hi; is there any coding for deleting a particular file in specified period of time automatically in c#

    the quieter u become more u hear

    C# csharp

  • please help me
    L lawrenceinba

    i'm an engineer 2009 pass out I have two job offers 1.php web developer 2.business analyst which would be the better choice to work.... :) :)

    the quieter u become more u hear

    Work Issues php business help career

  • Global.asax file
    L lawrenceinba

    ya i know that clearly.... i'm asking abt c# or vb code which runs behind asp environment... i have created a drop down button for selecting theme... is it necessary to copy the c# code in all web pages or i can make a single change in global.asax which works for all pages.. because my site consists of more than 300 screens... no apt results in google so far... did you understood my queston

    the quieter u become more u hear

    ASP.NET

  • Global.asax file
    L lawrenceinba

    hi all, i have a website.now my task is to apply themes in all web pages. actually, my doubt is there any way to apply the theme by making changes in Global.asax file or i must edit all pages which needs changes.. please reply

    the quieter u become more u hear

    ASP.NET

  • Levenshtein Distance Algorithm
    L lawrenceinba

    in Levenshtein Distance Algorithm why the cost of each edits is given as one... whats the mystery behind that.... any theories or links

    the quieter u become more u hear

    IT & Infrastructure algorithms

  • CPU
    L lawrenceinba

    Environment.MachineName Environment.osversion

    the quieter u become more u hear

    C# csharp tutorial question

  • [STAThread]
    L lawrenceinba

    what is the function of [STAThread] in c#

    the quieter u become more u hear

    C# csharp question

  • ARRAY LIST TO STRING
    L lawrenceinba

    thanks a lot its working fine

    the quieter u become more u hear

    C# data-structures tutorial

  • ARRAY LIST TO STRING
    L lawrenceinba

    how to convert array list into single string seperated with spaces

    the quieter u become more u hear

    C# data-structures tutorial

  • REgex
    L lawrenceinba

    thanks a lotttt :) :)

    the quieter u become more u hear

    C# regex

  • REgex
    L lawrenceinba

    if(!(iRet = isNumber(ptrToken)))
    {
    if(!(iRet = isChar(ptrToken)))
    {
    if(!(iRet = isComma(ptrToken)))
    {
    if(!(iRet = isHyphenDelimiter(ptrToken)))
    {
    if(!(iRet = isSlashDelimiter(ptrToken)))
    {
    if(!(iRet = isHashDelimiter(ptrToken)))
    {
    if(!(iRet = isAmpersandDelimiter(ptrToken)))
    {

    ptrTOken is the input given.... is there anyway to use regular expression here

    the quieter u become more u hear

    C# regex

  • String issue..
    L lawrenceinba

    try using regular expressions....using remove method.. removing pattern[0-9]

    the quieter u become more u hear

    C# java data-structures help tutorial question

  • tokenize string
    L lawrenceinba

    hmmm. yes .. can u help me

    the quieter u become more u hear

    C# tutorial

  • tokenize string
    L lawrenceinba

    but input will be from array list... is it possible to pass array list as input to regex

    the quieter u become more u hear

    C# tutorial

  • Any one use LibCheck or know of an alternative
    L lawrenceinba

    http://social.msdn.microsoft.com/forums/en-US/csharplanguage/thread/5b31a847-cbb7-44b1-9e80-8a0b1d98a9ab106 [^] try this link

    the quieter u become more u hear

    C# csharp com json help question

  • tokenize string
    L lawrenceinba

    string strInput= "plotno 55,xx street,yy city";
    char[] delimiters = { ',', '#', ';', ' ', '/', '\0', '&', '-' };
    string[] strTemp = strInput.Split(delimiters, StringSplitOptions.RemoveEmptyEntries);
    foreach (string a in strTemp)
    {

            Console.WriteLine(" token'd string is\\t{0}\\t", a);
    

    the ouput of the above code is token'd string is plotno token'd string is 55 token'd string is xx token'd string is street token'd string is yy token'd string is city it doesnt takes the specified delimiters as a token..... how to tokenenize icluding delimiters... thanks

    the quieter u become more u hear

    C# tutorial

  • regular expression
    L lawrenceinba

    thank you very much... that works very well :) :) :) :) :)

    the quieter u become more u hear

    C# regex help question
  • Login

  • Don't have an account? Register

  • Login or register to search.
  • First post
    Last post
0
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups