HtmlGenericControl myload = (HtmlGenericControl)Master.FindControl(“body”); myload.Attributes.Add(“onload”, “new Accordian(‘basic-accordian’,5,’header_highlight’);”);
Call Mater Control in Content Page

HtmlGenericControl myload = (HtmlGenericControl)Master.FindControl(“body”); myload.Attributes.Add(“onload”, “new Accordian(‘basic-accordian’,5,’header_highlight’);”);
select SUBSTRING((select ‘,’ + State From State Where State.Cid = Country.Cid For xml path(”)),2,1000) as statename, Country from Country Above query generate State name with comma seperator : result as shown below