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

ASP.NET

 
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 
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 
Thanks again

This code:
<asp:TextBox ID="TextBox1" runat="server" Text="<%= FunctionThatReturnsString() %>"></asp:TextBox>
or
<asp:TextBox ID="TextBox1" runat="server" Text='<%= FunctionThatReturnsString() %>'></asp:TextBox>

Outputs the following html:
<input name="TextBox1" type="text" value="&lt;%= FunctionThatReturnsString() %>" id="TextBox1" />


I was reading this: http://jblack.wordpress.com/2006/12/15/server-tags-cannot-contain-constructs/[^]

Alexei Rodriguez

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 
GeneralRe: asp.net Pin
Christian Graus13-Apr-08 11:17
protectorChristian Graus13-Apr-08 11:17 
QuestionUsing VC++ dll in ASP.Net C# web project Pin
Member 250396313-Apr-08 5:32
Member 250396313-Apr-08 5:32 

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.