Click here to Skip to main content
15,911,039 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi friends,

I am new to asp.net,

Here i am using grid view for fetching the data, on that grid i will click the email link , after that it should go to the new dialog box, in that box i have set an image button for send and receive the mail. but if i click the image button there is no response ,

here is my code

<asp:TemplateField HeaderStyle-Width="" HeaderText="Rec. Mail">
<HeaderStyle Wrap="False" HorizontalAlign="Left" ForeColor="White"
Width="10%" />
<itemtemplate>
<asp:ImageButton ID="btnRecdEmail" CommandName="ReceivedMail" CommandArgument='<%#Eval("MSG_ID")%>'
ImageUrl="../images/mail.gif" runat="server" />

<controlstyle forecolor="Blue">


will you please anyone help me


Regards,
velsamy
Posted
Updated 15-Apr-14 23:11pm
v2

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900