Categories
Asp, Asp.net

Dynamic Page Creation Asp.Net

Dynamic Page Creation Asp.Net Hi friends, This is my first post of Year 2015. I am wishing you all my friends, readers and colleagues A VERY HAPPY NEW YEAR 2015. In this post we are discussing how to create Dynamic Page Creation Asp.Net. To create dynamic page in asp.net we have to follow a few steps: […]

Categories
Asp, Asp.net

Validation Summary Show Message Box Only, NO Display Summary

Validation Summary Show Message Box Only, NO Display Summary Hi friends, in this post we discussed how to show Validation Summary Show Message Box Only, NO Display Summary. In this we will display all validation errors on message pop-up box, no validation summary will be displayed. This is very useful and only required combination of  false, […]

Categories
Asp, Asp.net

An item placeholder must be specified on ListView ‘DataList1’. Specify an item placeholder by setting a control’s ID property to “itemPlaceholder”. The item placeholder control must also specify runat=”server”

An item placeholder must be specified on ListView ‘DataList1’. Specify an item placeholder by setting a control’s ID property to “itemPlaceholder”. The item placeholder control must also specify runat=”server” Hi friends, recently i am working on a project and i am using ListView on one of my Webform. But on debug i am getting this […]

Categories
Sql Server

DDL Triggers to Audit Database-SQL Server

DDL Triggers to Audit Database-SQL Server In this post we will discuss how to audit database with DDL trigger or DDL Triggers to Audit Database-SQL Server. By this we can track all DDL events performing on a database, what was changed, when and by whom . Enable TCP/IP Protocol in SQL Server Configuration Manager Using Command Prompt […]