Tuesday, May 27, 2014

Create a dynamic Slider in asp.net

Introduction: In this article I have explain how we can Create a dynamic Slider in asp.net

I have a Table Slider:
Id
int
Imagepath
nvarchar(MAX)
Description
varchar(50)

Here Id is auto increment. Table have the Data see attched snapshot:

Friday, May 23, 2014

How to create custom Page template in wordpress

Introduction: In this article I will explain How to create custom Page template in wordpress


Description:

Sometimes we have to create the different page design in wordpress. I want to create a template for full width page. For this add a new file to wordpress theme full-width.php.