G
Guest
I want to change the "scr" like src='images/Edit.ICO' to
src='images/XYZ.ICO' dynamically based on some condition.
My EditCommandColumn:
<asp:EditCommandColumn ButtonType="LinkButton" UpdateText="<img alt='Save'
src='images/Save.ICO' height=20 width=20 border=0>" CancelText="<img
alt='Cancel' src='images/Cancel.ICO' height=20 width=20 border=0>"
EditText="<img alt='Save' src='images/Edit.ICO' height=20 width=20 border=0>"
ItemStyle-HorizontalAlign="Center"
ItemStyle-VerticalAlign="Middle"></asp:EditCommandColumn>
How can I do this?
Could you please give me some idea.
src='images/XYZ.ICO' dynamically based on some condition.
My EditCommandColumn:
<asp:EditCommandColumn ButtonType="LinkButton" UpdateText="<img alt='Save'
src='images/Save.ICO' height=20 width=20 border=0>" CancelText="<img
alt='Cancel' src='images/Cancel.ICO' height=20 width=20 border=0>"
EditText="<img alt='Save' src='images/Edit.ICO' height=20 width=20 border=0>"
ItemStyle-HorizontalAlign="Center"
ItemStyle-VerticalAlign="Middle"></asp:EditCommandColumn>
How can I do this?
Could you please give me some idea.