Quantcast
Channel: how to enable disabled linkbutton
Viewing all articles
Browse latest Browse all 7

Re: how to enable disabled linkbutton

$
0
0

Hi Friend,

                Use the following code ,it may help you.

 

protected void lnk_click(object sender, EventArgs e)
        {
            lnk1.Enabled = false;
        }
        protected void lnk2_click(object sender, EventArgs e)
        {
            lnk3.Enabled = false;
        }


 


Viewing all articles
Browse latest Browse all 7

Trending Articles



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