Posts

Create Page Counter

Image
counter.ascx < table class ="gridview">         < tr >             < th colspan ="3">                 Internal Customer Count             </ th >             < th colspan ="3">                 External Customer Count             </ th >             < th colspan ="3">                 Total Customer Count             </ th > ...

Cascading Dropdownlist using webservices

Here is Html   < form id ="form1" runat ="server">     < asp : ToolkitScriptManager ID ="ToolkitScriptManager1" runat ="server">     </ asp : ToolkitScriptManager >     < div >         < table style =" width : 100%;">             < tr >                 < td colspan ="3" class ="style2">                     < h1 align ="center">                         Cascading Dropdown List Style                    ...