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

ASP.NET

 
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 
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 
Christian Graus wrote:
You need to put the resource key in the <% block, but not the 'tip' part


Nope, I cant make it work
Ive tried leaving the "Tip('" and "');" outside the <% but it doesnt work
It looks like i cant mix strings and resource keys in the same assignment

This works if i set the value in my resourcekey to "Tip('Text to show')"
<asp:TextBox ID="TextBox1" runat="server" onmouseover="<%$ Resources:Resource, tttProduct_aspx_txtComent %>"></asp:TextBox>
But i wouldnt like to add the whole syntax (Tip('Text');) in the resource file

If i want to leave the "Tip('" and "');" outside my resourcefile and put it all together in my html source, how would it be (If it is possible)?


By the way
What do you think about storing tooltips in a resource file??
Will this be something optimal or will it consume many resources when running the page?

Thanks again

Alexei Rodriguez

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 
GeneralMessageBox in ASP.Net,c# Pin
Deepak Nigam13-Apr-08 7:28
Deepak Nigam13-Apr-08 7:28 
GeneralRe: MessageBox in ASP.Net,c# Pin
Christian Graus13-Apr-08 11:16
protectorChristian Graus13-Apr-08 11:16 
Questionasp.net Pin
harshil_searcher13-Apr-08 6:44
harshil_searcher13-Apr-08 6:44 
GeneralRe: asp.net Pin
Guffa13-Apr-08 7:05
Guffa13-Apr-08 7:05 

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.