Categories
Asp, Asp.net

Scrollable GridView Data With Fixed Header Using Jquery

Scrollable GridView Data With Fixed Header Using Jquery Hi Guys, in this tutorial i will let you know how to: Scrollable GridView Data With Fixed Header Using Jquery.For this feature we have use Jquery and a bit of Javascript too.This will make Gridview Data scrollable while the header has been freezed on top.This Will help us […]

Categories
Asp, Asp.net

How To Remove Special Characters From TextBox

How To Remove Special Characters From TextBox Hi guys, in this tutorial i will explain you hot to remove special characters from textbox itself by using javascript.This is cool feature through which we can remove special characters at client side. Design View: <%@ Page Language="C#" AutoEventWireup="true" CodeFile="Default.aspx.cs" Inherits="_Default" %> <!DOCTYPE html> <html xmlns="http://www.w3.org/1999/xhtml"> <head runat="server"> […]

Categories
Asp, Asp.net

Print GridView Data Using JavaScript in Asp.Net

Print GridView Data Using JavaScript in Asp.Net Hi guys, here i will explain how to print gridview data using javascript in asp.net.First of all we will get some data from SQL-Server to fill the gridview.Then we will take one Button, on Client Click event of the button we will call javascript function. Design View: <%@ […]

Categories
Asp, Asp.net

Country, City, State Example With Database

Country, City, State Example With Database Hi Guys, In this tutorial i will explain how to populate states according to the country selected and populate city according to the state i have selected.Here we are using DropDownList’s for all the three fields, For this we have to design three tables for Country,State and City.We will bind […]