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
Asp, Asp.net

How to Connect MySQL Database in Asp.Net using C#

How to Connect MySQL Database in Asp.Net using C# In this post we will discuss How to Connect MySQL Database in Asp.Net using C#, or you can say how to establish connection with MySQL server and display data in GridView control. To connect with MySQL you have to use MySQL connector for .net from here. Install […]