Use Custom paging for DataList, GridView in Asp.Net

Use Custom paging for Datalist, GridView in Asp.Net=============================================Suppose your HTML layout is like;——————————————
// Stylesheet/* Start Pager 2 style */.Pager2 { border-collapse:collapse;}.Pager2 a { color:#0080C0; font-weight:bold; margin:1px; padding:2px 5px; border:1px solid white; text-decoration:none }.Pager2 a:hover { color:White; font-weight:bold; border:1px #0080C0 solid; background-color:#0080C0 }.Pager2 span { margin:1px; padding:2px 5px; background-color:#0080C0; color:White; border:1px [...]

Use Dynamic stylesheet class for messages in Asp.Net

Hi,
In the web application, some times we need to use a message style foronly one Label, like, suppose if our data has been added successfully, we displaymessage like ‘Records has been added successfully’. So, depend onsystem’s different situation, we have to display label message with style colorcombination.
So, Here you can find the solution. By it, [...]