Click here to Skip to main content
15,895,667 members
Home / Discussions / ASP.NET
   

ASP.NET

 
Generalembedding images problem Pin
Varun12313-Apr-08 18:24
Varun12313-Apr-08 18:24 
GeneralRe: embedding images problem Pin
Christian Graus13-Apr-08 18:52
protectorChristian Graus13-Apr-08 18:52 
Question<%# %> <%$ %> <%= %> Where can i find more info about these instructions? Pin
AlexeiXX313-Apr-08 16:42
AlexeiXX313-Apr-08 16:42 
AnswerRe: <%# %> <%$ %> <%= %> Where can i find more info about these instructions? Pin
Christian Graus13-Apr-08 17:24
protectorChristian Graus13-Apr-08 17:24 
GeneralRe: <%# %> <%$ %> <%= %> Where can i find more info about these instructions? Pin
AlexeiXX313-Apr-08 18:20
AlexeiXX313-Apr-08 18:20 
GeneralRe: <%# %> <%$ %> <%= %> Where can i find more info about these instructions? Pin
Christian Graus13-Apr-08 18:22
protectorChristian Graus13-Apr-08 18:22 
GeneralRe: <%# %> <%$ %> <%= %> Where can i find more info about these instructions? Pin
J4amieC13-Apr-08 22:43
J4amieC13-Apr-08 22:43 
GeneralSet property of control with a resource key Pin
AlexeiXX313-Apr-08 16:39
AlexeiXX313-Apr-08 16:39 
I have a textbox:
<asp:TextBox ID="TextBox1" runat="server" Text="<%$ Resources:Resource, tttProduct_aspx_txtComent %>"></asp:TextBox>


It works, but what i need is to embed the resource value to the mouseover, ive tried:
<asp:TextBox ID="TextBox1" runat="server" onmouseover='<% "Tip('" & resources.Resource.tttProduct_aspx_txtComent & "');" %>'
                Text="OK"></asp:TextBox>


In order for the Tip function to work, it should have the format:
onmouseover="Tip('String to show');"
I need to replace String to show with the value on my resource key
How can i accomplish that??

Thanks in advance

Alexei Rodriguez

GeneralRe: Set property of control with a resource key Pin
Christian Graus13-Apr-08 17:24
protectorChristian Graus13-Apr-08 17:24 
GeneralRe: Set property of control with a resource key Pin
AlexeiXX313-Apr-08 18:18
AlexeiXX313-Apr-08 18:18 
GeneralRe: Set property of control with a resource key Pin
Christian Graus13-Apr-08 18:21
protectorChristian Graus13-Apr-08 18:21 
GeneralRe: Set property of control with a resource key Pin
AlexeiXX313-Apr-08 19:01
AlexeiXX313-Apr-08 19:01 
GeneralRe: Set property of control with a resource key Pin
Christian Graus13-Apr-08 19:09
protectorChristian Graus13-Apr-08 19:09 
GeneralRe: Set property of control with a resource key Pin
AlexeiXX313-Apr-08 19:25
AlexeiXX313-Apr-08 19:25 
GeneralRe: Set property of control with a resource key Pin
Christian Graus13-Apr-08 19:28
protectorChristian Graus13-Apr-08 19:28 
GeneralRe: Set property of control with a resource key Pin
AlexeiXX313-Apr-08 19:33
AlexeiXX313-Apr-08 19:33 
GeneralRe: Set property of control with a resource key Pin
Christian Graus13-Apr-08 19:39
protectorChristian Graus13-Apr-08 19:39 
GeneralUrgent question on displaying Binary IMAGE data to a Datagrid in C# ASP.NET Pin
Infernojericho13-Apr-08 11:40
Infernojericho13-Apr-08 11:40 
GeneralRe: Urgent question on displaying Binary IMAGE data to a Datagrid in C# ASP.NET Pin
Christian Graus13-Apr-08 11:45
protectorChristian Graus13-Apr-08 11:45 
GeneralRe: Urgent question on displaying Binary IMAGE data to a Datagrid in C# ASP.NET Pin
Infernojericho13-Apr-08 11:56
Infernojericho13-Apr-08 11:56 
GeneralRe: Urgent question on displaying Binary IMAGE data to a Datagrid in C# ASP.NET Pin
Christian Graus13-Apr-08 12:01
protectorChristian Graus13-Apr-08 12:01 
GeneralRe: Urgent question on displaying Binary IMAGE data to a Datagrid in C# ASP.NET Pin
Infernojericho13-Apr-08 12:05
Infernojericho13-Apr-08 12:05 
GeneralRe: Urgent question on displaying Binary IMAGE data to a Datagrid in C# ASP.NET Pin
Infernojericho13-Apr-08 12:07
Infernojericho13-Apr-08 12:07 
GeneralRe: Urgent question on displaying Binary IMAGE data to a Datagrid in C# ASP.NET Pin
Christian Graus13-Apr-08 12:12
protectorChristian Graus13-Apr-08 12:12 
GeneralRe: Urgent question on displaying Binary IMAGE data to a Datagrid in C# ASP.NET Pin
Infernojericho13-Apr-08 12:17
Infernojericho13-Apr-08 12:17 

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.