Categories
How To Article

How to Filter GridView Records with Dropdownlist Selection

How to Filter GridView Records with Dropdownlist Selection In this tutorial i will explain you, How to Filter GridView Records with Dropdownlist Selection. Design View:- <%@ Page Language="C#" AutoEventWireup="true" CodeFile="Default.aspx.cs" Inherits="_Default" %> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head runat="server"> <title></title> </head> <body> <form id="form1" runat="server"> <div> <table align="center"> <tr style="background-color:Green;color:White"> <td>Dept […]

Categories
Website Design

How to Batch Resize in Photoshop

How to Batch Resize in Photoshop In this tutorial i will explain you that How to Batch Resize in Photoshop. I think you guys already know how to resize a single image in photoshop.But in this tutorial we will resize several images on one go. To do so follow these simple steps:- 1. Open PhototShop. 2. […]

Categories
Asp, Asp.net

How to use AdRotator in ASP.NET C# Without Refreshing Page Using AJAX

How to use AdRotator in ASP.NET C# Without Refreshing Page Using AJAX On my last post i explain how to use adrotator in asp.net.In this this post i am going to explain How to use AdRotator in ASP.NET C# Without Refreshing Page Using AJAX.For this we have to use Some of AJAX controls:- UpdatePanel and Timer. […]

Categories
Asp, Asp.net

How To Use ADRotator In ASP.NET

How To Use ADRotator In ASP.NET In this tutorial i will explain how to use ADRotator in ASP.NET.AdRotator control randomly selects image files from a list, which is specified in an external XML File.AdRotator control in ASP.NET is extremely used when it comes to randomly displaying advertisements on your site.AdRotator needs a Advertisement file to […]