I am facing problemon calendar as i change the date or month it again and again refresh the page.I want to stop the page refresh in my project..I need help as its my project.
Here is the code
- <%@ Page Title="" Language="C#" MasterPageFile="~/z_INDHOTEL/INDHOTEL.Master" AutoEventWireup="true"
- CodeBehind="index.aspx.cs" Inherits="IRWebsite.z_INDHOTEL.index" %>
-
- <%@ Register Src="../usercontrol/chart.ascx" TagName="chart" TagPrefix="uc1" %>
- <asp:Content ID="Content1" ContentPlaceHolderID="HeadContent" runat="server">
- <style type="text/css">
- body
- {
- color: #606263;
- background: #f5f5f5;
- }
- .footer-wrap
- {
- background: #fff;
- }
- .lightbox-wp
- {
- width: 800px;
- height: 400px;
- margin-left: -400px;
- margin-top: -200px;
- display: none;
- }
- .print-button
- {
- display: none;
- }
- .footer-wrap
- {
- margin-top: 0;
- }
- .carousel
- {
- margin-bottom: 10px;
- }
- .homepage .column > div.calendar .calendartitle td, .eventcalendar .calendar-title td
- {
- color: #fff !important;
- }
- .tablepopup
- {
- width: 100%;
- overflow: auto;
- height: 350px;
- }
- .lightbox-wppp iframe
- {
- margin-top: 30px !important;
- }
- </style>
- <script type="text/javascript" src="js/jquery.flexslider-min.js"></script>
- <script type="text/javascript" charset="utf-8">
- $(window).load(function () {
- $(
- touch: false
- });
- });
- </script>
- <script language="javascript" type="text/javascript" src="<%=ConfigurationManager.AppSettings["urlMaster"]%>/Scripts/eventcal.js"></script>
- <script language="javascript" type="text/javascript">
- $(document).ready(load_calendar);
- $(document).ready(function () {
- $(
- $(".print-button").css("display", "none");
- $(".share-button").css("display", "none");
- $("#MainContent_Calendar2 tr:eq(0) td:last").remove();
- $("#MainContent_Calendar2 tr").each(function (index) {
- $("#MainContent_Calendar2 tr:eq(" + (index + 1) + ") td:first").remove();
- });
- $("#MainContent_Calendar2 tr:eq(0) td:eq(1)").css("width", "100%");
-
- $(".event").click(function () {
- OpenModelPopup();
- });
-
- $(".eventD").click(function () {
- $("#tddetails").css("display", "block");
-
- });
- $(
- $(
- });
- function evetClose() {
- window.location.href = "index.aspx?value=<%=ltr.Text%>";
- }
- function OpenModelPopup() {
-
- $(
- $(
- $(
- $(
- document.getElementById(
- document.getElementById(
- document.getElementById(
- document.getElementById(
- }
- function openwindow(addr, windo, param) {
- window.open(addr, windo, param);
- }
- function cls() {
- $(
- $(
- $(
- $("#tddetails").css("display", "none");
- }
- function cls1() {
- $(".table-wrap").css("display", "block");
- $(
- $(".close1").css("display", "none");
- $(".close").css("display", "block");
- }
- function clickonInvestorpopup(id) {
- // alert(id);
- //alert($(
- $(".close").css("display", "none");
- var dheight = ($(window).height() * 35) / 100;
- var dwidth = ($(window).width() * 55) / 100;
- var magintop =
- var maginleft =
- $(".table-wrap").css("display",
- $(
- $(
- return false;
- }
- </script>
- <script language="javascript" type="text/javascript">
- var anlystNoticeUrl =
-
- $(document).ready(function () {
- var url = window.location.href.slice(window.location.href.indexOf(
- if (url == "new=new") {
- $("html, body").animate({ scrollTop: $(".calendeartable").offset().top }, 1000);
- }
-
- });
-
-
- </script>
- <style type="text/css">
- .postal li
- {
- color: #fff !important;
- margin: 0 !important;
- padding-left: 0 !important;
- }
- .postal li::before
- {
- background: none !important;
- }
- .postal li a
- {
- color: #fff !important;
- }
- .AGMEGM li
- {
- margin: 0 !important;
- padding-left: 0 !important;
- }
- .AGMEGM li::before
- {
- background: none !important;
- }
- .carousel-inner > .item
- {
- opacity: 0;
- top: 0;
- left: 0;
- width: 100%;
- display: block;
- position: absolute;
- z-index: 0;
- -webkit-transition: opacity 2s ease;
- -o-transition: opacity 2s ease;
- transition: opacity 2s ease;
- -webkit-transform: translate3d(0, 0, 0) !important;
- transform: translate3d(0, 0, 0) !important;
- }
- .carousel-inner > .item:first-of-type
- {
- position: relative;
- }
- .carousel-inner > .active
- {
- opacity: 1;
- z-index: 3;
- }
- .carousel-inner > .next.left, .carousel-inner > .prev.right
- {
- -webkit-transition: opacity 0.6s ease-in-out;
- -o-transition: opacity 0.6s ease-in-out;
- transition: opacity 0.6s ease-in-out;
- opacity: 1;
- left: 0;
- z-index: 2;
- }
- .carousel-inner > .active.left, .carousel-inner > .active.right
- {
- z-index: 1;
- }
- .carousel-control
- {
- z-index: 4;
- }
- </style>
- </asp:Content>
- <asp:Content ID="Content2" ContentPlaceHolderID="MainContent" runat="server">
-
- <asp:UpdatePanel ID="UpdatePanel1" runat="server">
- <ContentTemplate>
- <input type="hidden" id="hdncompcode" value=
- <%--<div class="carousel slide" id="slideshow-carousel-1" data-ride="carousel" data-interval="2000">
- <div class="carousel-inner" role="listbox">
- <!-- Slide 1 -->
- <div class="item item-1 slide-image active">
- <img class="img-responsive bg-item parallax" src="images/slide3.jpg">
- </div>
- <!-- End Slide 1 -->
-
- <!-- Slide 2 -->
- <div class="item item-2 slide-image">
- <img class="img-responsive bg-item parallax" src="images/slide2.jpg">
- </div>
- <!-- End Slide 2 -->
- </div>
- </div>--%>
- <div class="row">
- <div class="company_left">
- <div class="col-sm-4 col-xs-12 col-xxs-12 column">
- <div class="info we_company even">
- <h2>
- Company Information</h2>
- <%--<p>View key details of the company</p>--%>
- <ul>
- <li><a href=
- Corporate Profile</a><%=COMPANY_PROFILE %></li>
- <%--<li><a href=
- <li><a href=
- Board of Directors</a><%=BOARD_OF_DIRECTORS %></li>
- <%-- <li><a href=
- --%>
- <li><a href=
- Corporate Governance</a><%=CORPORATE_GOVERNANCE %></li>
- <li><a href="<%=ConfigurationManager.AppSettings["newurl"]%>SHP_QuarterShareholding.aspx?value=<%=encriptcomp_code%>">
- Shareholding</a></li>
- <li><a href=
- Listed Instruments</a><%=LISTED_INSTRUMENTS %></li>
- <li><a href=
- Public Market Issuances</a><%=PUBLIC_MARKET_ISSUANCES %></li>
- <li><a href=
- Contact Details</a></li>
- </ul>
- <%--<h2 class="share_url"><a href="<%=ConfigurationManager.AppSettings["newurl"]%>SHP_QuarterShareholding.aspx?value=<%=encriptcomp_code%>">Shareholding</a></h2>
- --%>
- </div>
- <div class="announcement announce-space odd">
- <h2>
- Corporate Announcements<%=announcements_flag%>
- </h2>
- <p class="row date">
- <strong class="col-sm-12 col-xs-12 col-xxs-12" style="font-weight: inherit;"><a style="font-size: 14px;"
- href="<%=ConfigurationManager.AppSettings["newurl"]%>corp_announcment.aspx?value=<%=encriptcomp_code%>">
- Latest Corporate Announcement <br>
- <%=ANNOUNCEMENT_DATE == "" ? "NO Record" : ""+ANNOUNCEMENT_DATE+""%></a></strong></p>
- <p class="readmore hidden">
- <a href="<%=ConfigurationManager.AppSettings["newurl"]%>corp_announcment.aspx?value=<%=encriptcomp_code%>">
- More</a></p>
- <div class="board_meeting">
- <h2>
- Board Meetings
- <!--<%=boardmeeting_flag%>-->
- </h2>
- <p class="row date">
- <a href="<%=ConfigurationManager.AppSettings["urlMasterIHCL"]%>boardmeeting.aspx?value=<%=encriptcomp_code%>"
- style="font-size: 14px;">Latest Board Meeting <%=UPCOMING_BM_DATE==""?"No Record":""+UPCOMING_BM_DATE+""%></a></span></p>
- <%--<p class="readmore"><a href="<%=ConfigurationManager.AppSettings["newurl"]%>investormeets.aspx?value=<%=encriptcomp_code%>" >View More</a></p>
- --%>
- </div>
- </div>
- <div class="disclosure even">
- <h2>
- <a href="../pages_new/AGM_EGM.aspx?value=<%=encriptcomp_code%>">AGMs/EGMs<!--<%=agmegm_flag %>--></a></h2>
- <p>
- </p>
- <h2>
- <a href="../pages_new/PastPostalBallet.aspx?value=<%=encriptcomp_code%>">Postal Ballots<!--<%=postalballots_flag%> --></a></h2>
- <p>
- </p>
- <h2>
- <a href=
- Amalgamation</a></h2>
- </div>
- </div>
- <div class="full_column">
- <div class="col-sm-8 col-xs-12 col-xxs-12 column">
- <div class="award even2">
- <h2>
- What
- </h2>
- <%--<p class="readmore"><a href=
- <%--<div class="main_box">
- <div class="img_left"><img src="images/award.png" width="100" /></div>
- <div class="right_text">
- <h3><a href=
-
- </div>
- </div>--%>
- <div class=
- <ul class="slides">
-
- <li style="display: none;">
- <div class="col-sm-4 col-xs-4 column">
- <img src="video/boardroom.jpg" width="180" height="135" />
- </div>
- <div class="col-sm-7 col-xs-7 column">
- <p style="padding-left: 10px; color: #000; font-size: 18px;">
- Mr. Puneet Chhatwal, Managing Director & Chief Executive Officer speaks on highest rating for Corporate Governance at the Ethical Boardroom Awards
- </p>
- <p style="padding-left: 10px;" class="readmore">
- <a class="lightboxnew" rel="content-page_video" href="<%=ConfigurationManager.AppSettings["urlMaster"]%>/z_INDHOTEL/viewvideo.aspx?filename=1.mp4"
- data-content="VIDEO">View Video</a>
- </p>
- </div>
- </li>
- <li style="display: none;">
- <div class="col-sm-4 col-xs-4 column">
- <img src="video/boardroom2.jpg" width="180" height="135" />
- </div>
- <div class="col-sm-7 col-xs-7 column">
- <p style="padding-left: 10px; color: #000; font-size: 18px;">
- IHCL receives Ethical Boardroom Corporate Governance Asia Award 2018
- </p>
- <p style="padding-left: 10px;" class="readmore">
- <a class="lightboxnew" rel="content-page_video" href="<%=ConfigurationManager.AppSettings["urlMaster"]%>/z_INDHOTEL/viewvideo.aspx?filename=2.mp4"
- data-content="VIDEO">View Video</a>
- </p>
- </div>
- </li>
- <li style="display: none;">
- <%--<span class="new">New</span>--%>
- <div class="col-sm-4 col-xs-4 column">
- <img src="images/ethical.jpg" width="180" height="135" /></div>
- <div class="col-sm-7 col-xs-7 column">
- <p style="padding-left: 10px; color: #000; font-size: 18px;">
- IHCL receives top honours at the Ethical Boardroom Corporate Governance Awards 2018,
- at London Stock Exchange</p>
- <p style="padding-left: 10px;" class="readmore">
- <a href=
- View More</a></p>
- </div>
- </li>
- <li style="display: none;">
- <div class="col-sm-4 col-xs-4 column">
- <img src="video/ET.jpg" width="180" height="135" />
- </div>
- <div class="col-sm-7 col-xs-7 column">
- <p style="padding-left: 10px; color: #000; font-size: 18px;">
- Mr. Puneet Chhatwal, Managing Director & Chief Executive Officer speaks to ET Now
- on the Hotel Industry in India and IHCL’s 115 year journey.
- </p>
- <p style="padding-left: 10px;" class="readmore">
- <a class="lightboxnew" rel="content-page_video" href="<%=ConfigurationManager.AppSettings["urlMaster"]%>/z_INDHOTEL/viewvideo.aspx?filename=ET_now.mp4"
- data-content="VIDEO">View Video</a>
- </p>
- </div>
- </li>
- <li style="display: none;">
- <div class="col-sm-4 col-xs-4 column">
- <img src="video/CNBC.jpg" width="180" height="135" />
- </div>
- <div class="col-sm-7 col-xs-7 column">
- <p style="padding-left: 10px; color: #000; font-size: 18px;">
- Mr. Puneet Chhatwal, Managing Director & Chief Executive Officer speaks to CNBC
- TV18 on Aspiration 2022.</p>
- <p style="padding-left: 10px;" class="readmore">
- <a class="lightboxnew" rel="content-page_video" href="<%=ConfigurationManager.AppSettings["urlMaster"]%>/z_INDHOTEL/viewvideo.aspx?filename=cnbc.mp4"
- data-content="VIDEO">View Video</a>
- </p>
- </div>
- </li>
- <li style="display: none;">
- <%--<span class="new">New</span>--%>
- <div class="col-sm-4 col-xs-4 column">
- <img src="images/award.png" width="120" height="102" /></div>
- <div class="col-sm-7 col-xs-7 column">
- <p style="padding-left: 10px; color: #000; font-size: 18px;">
- IHCL wins the Prestigious Best Hospitality Corporate Governance India – 2018 Award
- from eminent journal Capital Finance International, London</p>
- <p style="padding-left: 10px;" class="readmore">
- <a href=
- View More</a></p>
- </div>
- </li>
- </ul>
- </div>
- </div>
- </div>
- </div>
- <div class="full_column2">
- <div class="col-sm-8 col-xs-12 col-xxs-12 column ">
- <div class="row even">
- <div class="col-sm-4 col-xs-12 col-xxs-12 col_min">
- <div class="result">
- <h2>
- Financial Results<!--<%=finResult_flag%>-->
- </h2>
- <%if (string.IsNullOrEmpty(RE_File))
- {%><p style="font-size: 14px;">
- <span class="dash" style="color: #fff;">- </span><a class="we_url" href="<%=ConfigurationManager.AppSettings["newurl"]%>FinResultCompare.aspx?ind_cat=N&value=<%=encriptcomp_code%>&P=<%=period %>&dt=<%=dt%>&perd=<%=perd %>&con=C"
- style="color: #fff;">Q1 FY 2018-19 Results </a>
- </p>
- <%}
- else
- { %>
- <p style="font-size: 14px;">
- <%=RE_File%></p>
- <%} %>
- <p>
- <span style="color: #fff;">- </span><a href=
- style="color: #fff;">Press Releases</a></p>
- <p>
- <span style="color: #fff;">- </span><a href=
- style="color: #fff;">Presentations</a></p>
- <%--<p class="row"><span class="col-xxs-12">Company Reports Q2 FY 2017-18 Results</span>
- <span class="col-xs-12 col-xxs-12"> - <a href="<%=ConfigurationManager.AppSettings["urlMaster"]%>/z_JMFINANCIL/files/JMFL_Q2_Results_30.09.2017.zip" >Financial Results</a>
- <br />- <a href="<%=ConfigurationManager.AppSettings["urlMaster"]%>/z_JMFINANCIL/files/JMFL_Press_Release_Q2_30.09.2017.zip"> Press Release</a>
- <br /> - <a href="<%=ConfigurationManager.AppSettings["urlMaster"]%>/z_JMFINANCIL/files/JMFL_Investor_Presentation_September_2017.zip" > Investor Presentation</a>
- <br /> - <a href="<%=ConfigurationManager.AppSettings["urlMaster"]%>/z_JMFINANCIL/files/Earning_Conference_Call_Q2_2017-18.zip">Earning Conference Call Transcript - 16-OCT-2017</a>
- </span></p>--%>
- <%--<p class="row"><span class="col-xxs-12"><%=RE_static_text%></span>
- <span class="col-xs-12 col-xxs-12">
- <%=RE_File%>
- </span></p>--%>
- <%--<p><a href="<%=ConfigurationManager.AppSettings["urlMaster"]%>/z_JMFINANCIL/files/Earning_Conference_Call_Q2_2017-18.zip">Earning Conference Call - 28-OCT-2016</a></p>--%>
- <p class="readmore">
- <a href="<%=ConfigurationManager.AppSettings["newurl"]%>FinResultCompare.aspx?ind_cat=N&value=<%=encriptcomp_code%>&P=<%=period %>&dt=<%=dt%>&perd=<%=perd %>&con=C&more=&viewIHCL=5">
- View More</a></p>
- </div>
- </div>
- <div class="col-sm-4 col-xs-12 col-xxs-12 col_min">
- <div class="announcement investor_analyst">
- <h2>
- <a href="<%=ConfigurationManager.AppSettings["newurl"]%>investormeets.aspx?value=<%=encriptcomp_code%>">
- Investor/Analyst Meets
- <!--<%=boardmeeting_flag%>-->
- </a>
- </h2>
- <%--<p class="row date"><strong class="col-sm-4 col-xs-4 col-xxs-12"><%=UPCOMING_BM_DATE==""?"No Record":""+UPCOMING_BM_DATE+""%></strong><span class="col-sm-8 col-xs-8 col-xxs-12"><%=strlink %></span></p>--%>
- <%--<p class="readmore"><a href="<%=ConfigurationManager.AppSettings["newurl"]%>investormeets.aspx?value=<%=encriptcomp_code%>" >View More</a></p>
- --%>
- </div>
- </div>
- <div class="col-sm-4 col-xs-12 col-xxs-12">
- <div class="announcement annual even2">
- <h2>
- Reports</h2>
- <%--<p class="row date"><strong class="col-sm-4 col-xs-4 col-xxs-12"><%=UPCOMING_BM_DATE==""?"No Record":""+UPCOMING_BM_DATE+""%></strong><span class="col-sm-8 col-xs-8 col-xxs-12"><%=strlink %></span></p>
- <p class="readmore hidden"><a href="<%=ConfigurationManager.AppSettings["newurl"]%>BoardMeetingAgenda.aspx?value=<%=encriptcomp_code%>" >More</a></p>
- --%>
- <h3>
- <span class="dash" style="color: #fff;">- </span><a class="we_url" href="<%=ConfigurationManager.AppSettings["urlMasterIHCL"]%>ihcl-html/">Annual
- Report<br />
- FY 2017-18</a>
- </h3>
- <h3>
- <span class="dash" style="color: #fff;">- </span><a class="we_url" href="<%=ConfigurationManager.AppSettings["urlMaster"]%>/z_INDHOTEL/files/IHCL_Subsidiaries_2018_WEB_FILE.pdf">Subsidiary
- Financials FY 2017-18</a>
- </h3>
- <p class="readmore">
- <a href=
- View More</a></p>
- </div>
- </div>
- </div>
- </div>
- </div>
- <div class="full_column3">
- <div class="col-sm-8 col-xs-12 col-xxs-12 column ">
- <div class="corporate odd disclosure">
- <span class="part_devide">
- <h2>
- Corporate Actions<!--<%=dividend_flag%>--></h2>
- <%if (latestdate == "")
- {%>
- <!--<p> No Record</p>-->
- <%}
- else
- { %>
- <ul>
- <li><a href="<%=ConfigurationManager.AppSettings["newurl"]%><%=corpActionpageLink %>?value=<%=encriptcomp_code%>">
- Forthcoming and past Corporate Actions</a></li>
- <li><a href=
- Unclaimed Dividend & IEPF</a></li>
- </ul>
- <%--<p class="readmore"><a href="<%=ConfigurationManager.AppSettings["newurl"]%><%=corpActionpageLink %>?value=<%=encriptcomp_code%>&Exp=E">More</a></p>--%>
- <%} %>
- <%--<p class="readmore"><a href="../pages_new/Dividends.aspx?value=<%=encriptcomp_code%>&Exp=E" >View More</a></p>--%>
- </span>
- <%--<ul>
- <li>- <a href="<%=ConfigurationManager.AppSettings["newurl"]%>corp_announcment.aspx?value=<%=encriptcomp_code%>" style="font-size:14px;">View latest Corporate Announcements</a></li>
- </ul>--%>
- <span class="part_devide1">
- <h2>
- Disclosures<!--<%=disclosures_flag%> --></h2>
- <p>
- Recent disclosures made by the Company
- </p>
- <img src="images/dis.png" alt="Disclosures" class="img" width="55">
- <ul>
- <li><a href="../pages_new/SAST_Summary.aspx?value=<%=encriptcomp_code%>">Takeover</a></li>
- <li><a href="../pages_new/PIT_Summary.aspx?value=<%=encriptcomp_code%>">Insider</a></li>
- <li><a href="../pages_new/Pledge_Summary.aspx?value=<%=encriptcomp_code%>">Pledge</a></li>
- </ul>
- </span>
- <%--<p class="readmore"><a href="../pages_new/SAST_Summary.aspx?value=<%=encriptcomp_code%>">Know More</a></p>--%>
- </div>
- </div>
- </div>
- <div class="col-sm-4 col-xs-12 col-xxs-12 column">
- <%--
- <div class="announcement investor_analyst even">
- <h2>Investor/Analyst Meets <!--<%=boardmeeting_flag%>--></h2>
- <p class="row date"><strong class="col-sm-4 col-xs-4 col-xxs-12"><%=UPCOMING_BM_DATE==""?"No Record":""+UPCOMING_BM_DATE+""%></strong><span class="col-sm-8 col-xs-8 col-xxs-12"><%=strlink %></span></p>
-
- <p class="readmore"><a href="<%=ConfigurationManager.AppSettings["newurl"]%>investormeets.aspx?value=<%=encriptcomp_code%>" >View More</a></p>
-
- </div>--%>
- </div>
- <div class="col-sm-4 col-xs-12 col-xxs-12 column">
- <%--<div class="shareholding even">
- <h2>Shareholding<%=shareholding_flag %> </h2>
- <img src="images/share.png" alt="Shareholding" class="img" width="65">
- <p><a href="<%=ConfigurationManager.AppSettings["newurl"]%>SHP_MainShareholding_new.aspx?value=<%=encriptcomp_code%>&as_on_date=<%=shpasondate%>&period=<%=periodtype %>" >Shareholding as on<br> <%=shpasondate%></a></p>
- <p>
- <br /> - <a style="font-size:12px;" href="<%=ConfigurationManager.AppSettings["urlMasterIHCL"]%>files/ASTERDM_SHP_31032018.zip">31 MAR 2018</a>
- <%=SH_File%>
- </p>
- <p class="readmore"><a href="<%=ConfigurationManager.AppSettings["newurl"]%>SHP_shareholddetailsYr_new.aspx?value=<%=encriptcomp_code%>&value2=<%=comp_code %>&as_on_date=<%=shpasondate%>&period=<%=periodtype %>" >View More</a></p>
-
- </div>--%>
- <%--<div class="amalgamation even">
- <h2><a href=
- <p class="row date"><strong class="col-sm-4 col-xs-4 col-xxs-12"><%=UPCOMING_BM_DATE==""?"No Record":""+UPCOMING_BM_DATE+""%></strong><span class="col-sm-8 col-xs-8 col-xxs-12"><%=strlink %></span></p>
-
- <p class="readmore"><a href=
-
- </div>--%>
- </div>
- </div>
- <div class="company_right">
- <div class="col-sm-12 col-xs-12 col-xxs-12 column">
- <div class="stock even">
- <table border="0" cellpadding="0" cellspacing="0" class="stook-tb">
- <tr>
- <th>
- NSE STOCK QUOTE<asp:Label ID="lblStockLTP" runat="server"></asp:Label>
- </th>
- <th>
- NIFTY<asp:Label ID="lblNiftyLTP" runat="server"></asp:Label>
- </th>
- </tr>
- <tr>
- <td class=
- <%=Stock_change_per%>
- </td>
- <td class=
- <%=NIFTY_change_per%>
- </td>
- </tr>
- </table>
- <%--<table border="0" cellpadding="0" cellspacing="0" class="stook-tb">
- <tr><th colspan="2" style="text-align:left;">BSE STOCK QUOTE</th></tr>
-
-
- <tr>
- <td style="text-align:left; font-size:12px;">Opening Price : <%=bse_opening_price%></td>
- <td style="text-align:left; font-size:12px;">Closing Price : <%=bse_closing_price %></td>
- </tr>
-
- <tr>
- <td colspan="2" style="text-align:left; font-size:12px;">(as on <%=bse_closing_date%>)</td>
- </tr>
- </table>--%>
- <%--<ul>
- <li class="fao"><a href="../pages_new/SFTPInformation.aspx?value=<%=encriptcomp_code%>">Futures</a></li>
- <li class="fao"><a href="../pages_new/SOTPInformation.aspx?value=<%=encriptcomp_code%>">Options</a></li>
- </ul>--%>
- <p class="readmore">
- <a href="../pages_new/STPInformation.aspx?value=<%=encriptcomp_code%>" class="more">
- <span>Equity</span></a></p>
- </div>
- <div id="charting" class="charting even">
- <div class="innerbox">
- <uc1:chart ID="chart1" runat="server" />
- <p class="readmore">
- <a href="../pages_new/charting.aspx?value=<%=encriptcomp_code%>" class="more"><span>
- Charting</span></a><span class="base_size"> (Based on NSE Data)</span></p>
- </div>
- </div>
- <div class="calendar even disclosure">
- <%--<h2>Event Calendar</h2>--%>
- <div class="calendeartable">
- <asp:Calendar ID="Calendar2" runat="server" SelectionMode="DayWeekMonth" OnSelectionChanged="Calendar2_SelectionChanged"
- CellPadding="0" CellSpacing="5" NextMonthText="" Width="100%" TitleFormat="MonthYear"
- BorderWidth="0px">
- <TitleStyle CssClass="calendartitle" Wrap="True" />
- <WeekendDayStyle CssClass="weekend" />
- </asp:Calendar>
- </div>
- <asp:LinkButton ID="lnk_Pre" runat="server" CssClass="nav-cal" OnClick="lnk_Pre_Click">Previous</asp:LinkButton>
- <asp:LinkButton ID="lnkNext" runat="server" CssClass="nav-cal next" Text="Next>>"
- OnClick="lnkNext_Click"></asp:LinkButton>
- <%--<p class="readmore"><a href="<%=ConfigurationManager.AppSettings["newurl"]%>EventCalendar.aspx?value=<%=encriptcomp_code%>&new=new">More</a></p>--%>
- </div>
- <%--<div class="announcement info quarter">
- <ul>
- <li><a href=
- </ul>
-
- </div>--%>
- </div>
- </div>
- </div>
- <div class="col-sm-12 col-xs-12 col-xxs-12 column">
- <div class="investor even">
- <h2>
- Investor Tool Kit</h2>
- <ul>
- <li><a href="<%=ConfigurationManager.AppSettings["urlMasterIHCL"]%>faq.aspx?value=<%=encriptcomp_code%>">
- FAQs</a></li>
- <li><a href="<%=ConfigurationManager.AppSettings["newurl"]%>literatureform.aspx?value=<%=encriptcomp_code%>">
- Information Request/Grievances </a></li>
- <%--<li><a href="<%=ConfigurationManager.AppSettings["newurl"]%>InvestorGrievenceForm.aspx?value=<%=encriptcomp_code%>" >Investor Grievances</a></li>--%>
- <li><a href="<%=ConfigurationManager.AppSettings["newurl"]%>RegistrationForm.aspx?value=<%=encriptcomp_code%>">
- Register for Alerts & Notifications</a></li>
- <li><a href="<%=ConfigurationManager.AppSettings["newurl"]%>GreenInitiativeMCA.aspx?value=<%=encriptcomp_code%>">
- Register for MCAs Green Initiative</a></li>
- <li><a href="<%=ConfigurationManager.AppSettings["newurl"]%>InvestmentCalculator.aspx?value=<%=encriptcomp_code%>">
- Investment Calculator</a></li>
- <%--<li><a href="<%=ConfigurationManager.AppSettings["newurl"]%>Schedulemeeting.aspx?value=<%=encriptcomp_code%>">Schedule a Meeting/Call</a></li>--%>
- <li><a href="<%=ConfigurationManager.AppSettings["newurl"]%>Shp_feedback.aspx?value=<%=encriptcomp_code%>">
- Shareholders Survey</a></li>
- </ul>
- </div>
- </div>
- <div class="lightbox-wp">
- <div id="MaskedDiv" class="MaskedDiv" style="width: 500px;">
- <a class="close close-cln" onclick="cls();">close</a>
- <div class="tablepopup">
- </div>
- </div>
- </div>
- <script type="text/javascript">
- function windowhref() {
- return window.location + "IRC=C0000578";
- }
- </script>
- </span>
- </ContentTemplate>
- </asp:UpdatePanel>
- </asp:Conten
I already used script manager and update panel but it doesn't work .Please suggent me other way to do.I need it urgently.