Hi,
I want to enable the Button after clicking the another button in the gridview.
Here is my code:
<asp:TemplateFi eld>
<ItemTemplate >
<asp:LinkButt on ID="Comment" Text ="Comment" CommandName ="comment" runat =server ></asp:LinkButton>
<asp:ImageButto n ID="upload" ImageUrl="../images/btnUploadfiles. gif" runat =server commandname="Up load" Enabled =false />
</ItemTemplate>
</asp:TemplateFie ld>
I want to "Enabled =True" after clicking the Comment link button.
please help me.
Sagar.
I want to enable the Button after clicking the another button in the gridview.
Here is my code:
<asp:TemplateFi eld>
<ItemTemplate >
<asp:LinkButt on ID="Comment" Text ="Comment" CommandName ="comment" runat =server ></asp:LinkButton>
<asp:ImageButto n ID="upload" ImageUrl="../images/btnUploadfiles. gif" runat =server commandname="Up load" Enabled =false />
</ItemTemplate>
</asp:TemplateFie ld>
I want to "Enabled =True" after clicking the Comment link button.
please help me.
Sagar.
Comment