Click here to Skip to main content
15,920,217 members
Home / Discussions / ASP.NET
   

ASP.NET

 
QuestionHow to open a pop up window on clicking hyperlinkfield inside gridview Pin
mithun narayanan17-Dec-07 23:44
mithun narayanan17-Dec-07 23:44 
GeneralRe: How to open a pop up window on clicking hyperlinkfield inside gridview Pin
N a v a n e e t h17-Dec-07 23:54
N a v a n e e t h17-Dec-07 23:54 
GeneralRe: How to open a pop up window on clicking hyperlinkfield inside gridview [modified] Pin
mithun narayanan18-Dec-07 0:23
mithun narayanan18-Dec-07 0:23 
GeneralRe: How to open a pop up window on clicking hyperlinkfield inside gridview Pin
N a v a n e e t h18-Dec-07 1:30
N a v a n e e t h18-Dec-07 1:30 
GeneralRe: How to open a pop up window on clicking hyperlinkfield inside gridview Pin
mithun narayanan18-Dec-07 19:39
mithun narayanan18-Dec-07 19:39 
GeneralRe: How to open a pop up window on clicking hyperlinkfield inside gridview Pin
Pankaj Chamria18-Dec-07 0:33
Pankaj Chamria18-Dec-07 0:33 
GeneralRe: How to open a pop up window on clicking hyperlinkfield inside gridview Pin
mithun narayanan18-Dec-07 19:40
mithun narayanan18-Dec-07 19:40 
GeneralPassing value in Javascript from DataList Pin
raushan_917-Dec-07 23:25
raushan_917-Dec-07 23:25 
I want to send the ImageUrl fetching from the database to the Javascript function

<img onmouseover="javascript:doTooltip(event,0,'<%# DataBinder.Eval(Container.DataItem,"Image") %>')" onmouseout="hideTip()" id="myImage1" name="myImage1" src='<%# DataBinder.Eval(Container.DataItem,"Image") %>' Runat="server" Height="125" Width="125" />


But this piece of code throwing an Parser Error given below

The server tag is not well formed.



But if i give the path of a particular image then it works great....as given below


<img onmouseover="javascript:doTooltip(event,0,'Images/img1.jpg')" onmouseout="hideTip()" id="myImage1" name="myImage1" src='<%# DataBinder.Eval(Container.DataItem,"Image") %>' Runat="server" Height="125" Width="125"
GeneralCalling Aspx page Pin
danasegaranea17-Dec-07 23:03
danasegaranea17-Dec-07 23:03 
GeneralRe: Calling Aspx page Pin
Christian Graus17-Dec-07 23:08
protectorChristian Graus17-Dec-07 23:08 
GeneralRe: Calling Aspx page Pin
danasegaranea17-Dec-07 23:33
danasegaranea17-Dec-07 23:33 
QuestionHow to Authenticate Password Using MD5 Hash code Pin
rockz...17-Dec-07 22:52
rockz...17-Dec-07 22:52 
GeneralRe: How to Authenticate Password Using MD5 Hash code Pin
Christian Graus17-Dec-07 22:59
protectorChristian Graus17-Dec-07 22:59 
GeneralRe: How to Authenticate Password Using MD5 Hash code Pin
Paul Conrad23-Dec-07 8:08
professionalPaul Conrad23-Dec-07 8:08 
GeneralRe: How to Authenticate Password Using MD5 Hash code Pin
Paddy Boyd17-Dec-07 23:30
Paddy Boyd17-Dec-07 23:30 
GeneralRe: How to Authenticate Password Using MD5 Hash code Pin
Mark Churchill18-Dec-07 4:38
Mark Churchill18-Dec-07 4:38 
JokeRe: How to Authenticate Password Using MD5 Hash code Pin
Paddy Boyd18-Dec-07 4:42
Paddy Boyd18-Dec-07 4:42 
JokeRe: How to Authenticate Password Using MD5 Hash code Pin
Mark Churchill18-Dec-07 5:36
Mark Churchill18-Dec-07 5:36 
QuestionHow to change Image in Image Box at Runtime Pin
Zeeshan Ahmed Memon17-Dec-07 22:49
Zeeshan Ahmed Memon17-Dec-07 22:49 
AnswerRe: How to change Image in Image Box at Runtime Pin
Christian Graus17-Dec-07 22:54
protectorChristian Graus17-Dec-07 22:54 
GeneralRe: How to change Image in Image Box at Runtime Pin
Zeeshan Ahmed Memon17-Dec-07 23:12
Zeeshan Ahmed Memon17-Dec-07 23:12 
GeneralString And UTF Encoding Pin
Deepak the Cool17-Dec-07 22:41
Deepak the Cool17-Dec-07 22:41 
GeneralRe: String And UTF Encoding Pin
Paddy Boyd17-Dec-07 23:33
Paddy Boyd17-Dec-07 23:33 
GeneralRe: String And UTF Encoding Pin
Deepak the Cool17-Dec-07 23:39
Deepak the Cool17-Dec-07 23:39 
GeneralMaximum no.of functions in a web service Pin
rp_suman17-Dec-07 20:21
rp_suman17-Dec-07 20:21 

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.