Categories
Asp, Asp.net

Regex to Replace All Special Characters from String Asp.Net C#

Regex to Replace All Special Characters from String Asp.Net C# In this tutorial i will explain how to use REGEX (Regular Expression) to remove special characters from a string, or Regex to Replace All Special Characters from String Asp.Net C#. I am using this for all my TEXTBOX’s, because it is a prevention of SQL injection. […]

Categories
Asp, Asp.net

Dynamic Menu in Asp.Net Using Database

Dynamic Menu in Asp.Net Using Database Hi friends, in this post we are discussing how to create Dynamic Menu in Asp.Net Using Database. Dynamic menu in asp.net is like adding links from backend or admin panel. In our earlier post we had already discussed about how to create dynamic menu in asp.net. On that we have […]

Categories
Asp, Asp.net

Dynamic Title Keywords and Meta Description In Asp.net

Dynamic Title Keywords and Meta Description In Asp.net In this post we will discuss how to add Dynamic Title Keywords and Meta Description In Asp.net. Dynamic Title, Meta Description and Meta Keywords tags in asp.net is very useful. Sometime on creation of dynamic page which i discussed in this post: Dynamic Page Creation In Asp.Net in asp.net […]

Categories
Asp, Asp.net

Format of the initialization string does not conform to specification starting at index 0

Format of the initialization string does not conform to specification starting at index 0 Recently i am working on a project and came to this error: Format of the initialization string does not conform to specification starting at index 0. I looked on my code and i got to know that i have done a mistake on […]