Tag : ASP.NET AJAX Accordion Control Example

 ASP.NET AJAX Accordion Control Example <%@ Page Language="C#" %> <%@ Register Assembly="AjaxControlToolkit" Namespace="AjaxControlToolkit" TagPrefix="ajax" %> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <script runat="server"> </script> <html xmlns="http://www.w3.org/1999/xhtml"> <head runat="server"> <title></title> <style type="text/css"> .AccordionMain { width: 500px; height:500px; } .AccordionHeader { border: 1.5px solid #2F4F4F; color: white; background-color: #2E4E7B; font-family: Sans-Serif; font-size: 11px; font-weight: bold; ..

Read more