Categories
Asp, Asp.net

Bind Asp.Net MVC DropDownList Using Entity Framework

Bind Asp.Net MVC DropDownList Using Entity Framework Hi friends, in this post we will learn how to Bind Asp.Net MVC DropDownList Using Entity Framework, or you can say Bind Asp.Net MVC Dropdownlist from Sql Server Database using Entity Framework, Asp.Net MVC Dropdownlist from Sql Server Database, Dynamic asp.net MVC Dropdownlist, Dynamic Dropdownlist in asp.net MVC using Entity […]

Categories
Asp, Asp.net

How to Create Log File in C# Asp.Net

how to create log file in c# asp.net Hi friends, in this post we will discuss how to create log file in c# asp.netor you can say how to create error log text file in c#, How to create log file to record errors and exceptions in asp.net. Creating a error log file to log all errors and exceptions […]

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 […]