Quantcast
Channel: ASP.NET AJAX + Ajax Control Toolkit (ACT)
Viewing all articles
Browse latest Browse all 5678

Referesh Grid View on Change of Tab Index

$
0
0

Hi,

I am using a tab control in my page. On change of Tab Index I want to refresh my GridView.
I am using the following code.

    protected void Tab_ActiveTabChanged(object sender, EventArgs e)
    {
        if (Tab.ActiveTabIndex == 0)
        {
            FillGrid();
        }
    }

 

Still the Grid is not refreshing.
Thanks,
Rahul

 


Viewing all articles
Browse latest Browse all 5678

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>