Monday, November 25, 2013

Compare the QueryString Value with Upper/lower case asp.net

  if (Querysting.IndexOf("TEXT", 0, StringComparison.CurrentCultureIgnoreCase) != -1)
                        {
                            //do action
                        }

No comments:

Post a Comment