Click here to Skip to main content
15,891,136 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: binding data to a data list Pin
Anurag Gandhi17-Feb-10 15:52
professionalAnurag Gandhi17-Feb-10 15:52 
QuestionWeb Service Protection with Client Certificates Pin
captainone17-Feb-10 3:55
captainone17-Feb-10 3:55 
AnswerRe: Web Service Protection with Client Certificates Pin
Ennis Ray Lynch, Jr.17-Feb-10 5:19
Ennis Ray Lynch, Jr.17-Feb-10 5:19 
GeneralRe: Web Service Protection with Client Certificates Pin
captainone18-Feb-10 17:46
captainone18-Feb-10 17:46 
GeneralRe: Web Service Protection with Client Certificates Pin
captainone18-Feb-10 18:19
captainone18-Feb-10 18:19 
GeneralRe: Web Service Protection with Client Certificates Pin
Ennis Ray Lynch, Jr.19-Feb-10 4:51
Ennis Ray Lynch, Jr.19-Feb-10 4:51 
GeneralRe: Web Service Protection with Client Certificates Pin
captainone19-Feb-10 7:06
captainone19-Feb-10 7:06 
QuestionGridView Image button Pin
Abbas_here17-Feb-10 3:55
Abbas_here17-Feb-10 3:55 
hi freds..

I am facing an issue in gridview control(asp.Net,c#), see below code panel
<asp:TemplateField HeaderText="Action">
                       <ItemTemplate>


                                       <asp:ImageButton ID="imgLiveTest" CommandName="<%#DataBinder.Eval(Container.DataItem,"type")%>"
                                           ImageUrl='<%# GetImageTestLive(DataBinder.Eval(Container.DataItem,"liveServer")) %>'
                                           OnClick="imgLiveTest_click" runat="server" />

                                       <asp:ImageButton ID="Edit" CommandName="<%#DataBinder.Eval(Container.DataItem,"type")%>"
                                           OnClick="Edit_click" ImageUrl="images/edit.gif" runat="server" />

                                       <asp:ImageButton ID="Delete" CommandName="<%#DataBinder.Eval(Container.DataItem,"type")%>"
                                           OnClick="delete_click" ImageUrl="images/cancel.gif" runat="server" />

                       </ItemTemplate>
                   </asp:TemplateField>


But I am not able to to see image in gridview, where as path is correct, and in source code ImageButton not renderd as html code they are same as aspx.

Thanks,
Abbas
AnswerRe: GridView Image button Pin
Abhishek Sur17-Feb-10 6:05
professionalAbhishek Sur17-Feb-10 6:05 
GeneralRe: GridView Image button Pin
Abbas_here17-Feb-10 19:10
Abbas_here17-Feb-10 19:10 
GeneralRe: GridView Image button Pin
Abhishek Sur17-Feb-10 21:28
professionalAbhishek Sur17-Feb-10 21:28 
QuestionAjax tab control in Mozila Pin
chnikhil17-Feb-10 2:58
chnikhil17-Feb-10 2:58 
AnswerRe: Ajax tab control in Mozila Pin
Abhishek Sur17-Feb-10 6:07
professionalAbhishek Sur17-Feb-10 6:07 
QuestionCheck the existance of image in a text file Pin
muka6617-Feb-10 2:07
muka6617-Feb-10 2:07 
AnswerRe: Check the existance of image in a text file Pin
Ashfield17-Feb-10 2:33
Ashfield17-Feb-10 2:33 
GeneralRe: Check the existance of image in a text file Pin
muka6617-Feb-10 2:46
muka6617-Feb-10 2:46 
GeneralRe: Check the existance of image in a text file Pin
Anurag Gandhi17-Feb-10 4:47
professionalAnurag Gandhi17-Feb-10 4:47 
GeneralRe: Check the existance of image in a text file Pin
Ashfield17-Feb-10 6:52
Ashfield17-Feb-10 6:52 
GeneralRe: Check the existance of image in a text file Pin
muka6617-Feb-10 20:00
muka6617-Feb-10 20:00 
GeneralRe: Check the existance of image in a text file Pin
Ashfield17-Feb-10 21:41
Ashfield17-Feb-10 21:41 
GeneralRe: Check the existance of image in a text file Pin
muka6617-Feb-10 23:03
muka6617-Feb-10 23:03 
GeneralRe: Check the existance of image in a text file Pin
Ashfield17-Feb-10 23:30
Ashfield17-Feb-10 23:30 
QuestionRetrieving the COM class factory for component with CLSID Pin
JC.KaNNaN17-Feb-10 2:06
JC.KaNNaN17-Feb-10 2:06 
AnswerRe: Retrieving the COM class factory for component with CLSID Pin
Abhishek Sur17-Feb-10 6:08
professionalAbhishek Sur17-Feb-10 6:08 
GeneralRe: Retrieving the COM class factory for component with CLSID Pin
JC.KaNNaN17-Feb-10 17:03
JC.KaNNaN17-Feb-10 17:03 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.