Click here to Skip to main content
15,885,914 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: Some TextBox when run takes a yellow back color .. Why? Pin
pmarfleet1-Apr-08 8:09
pmarfleet1-Apr-08 8:09 
GeneralRe: Some TextBox when run takes a yellow back color .. Why? Pin
kindman_nb1-Apr-08 19:40
kindman_nb1-Apr-08 19:40 
GeneralJava Script Prompt Pin
Abhijit Jana1-Apr-08 6:32
professionalAbhijit Jana1-Apr-08 6:32 
GeneralRe: Java Script Prompt Pin
pmarfleet1-Apr-08 8:17
pmarfleet1-Apr-08 8:17 
GeneralSync Outlook Calendar with Web Application Pin
guardianhm1-Apr-08 6:12
guardianhm1-Apr-08 6:12 
GeneralRe: Sync Outlook Calendar with Web Application Pin
Abhijit Jana1-Apr-08 6:27
professionalAbhijit Jana1-Apr-08 6:27 
GeneralRe: Sync Outlook Calendar with Web Application Pin
guardianhm1-Apr-08 22:05
guardianhm1-Apr-08 22:05 
GeneralProblem with hyperlink Pin
eyeseetee1-Apr-08 5:16
eyeseetee1-Apr-08 5:16 
Hi
I have the following to urls, one is in asp hyperlink the other just a normal hyperlink, whwne I use the asp one it says "The server tag is not well formed"
When I use the normal a href it works, why would this be?

thanks!

<asp:HyperLink NavigateUrl="Page.aspx?qtynewvar=<%# Eval("Value") %>&stringname=<%# Eval("Value") %>&stringname=<%# Eval("Value")%>" Text="<%# Eval("Value") %>" runat="server">
</asp:HyperLink>



<a href="Page.aspx?qtynewvar=<%# Eval("Value") %>&stringname=<%# Eval("Value") %>&stringname=<%# Eval("Value")%>" Text="<%# Eval("Value") %>"><%# Eval("Qty_New") %></a>
</ItemTemplate>
GeneralRe: Problem with hyperlink Pin
led mike1-Apr-08 5:27
led mike1-Apr-08 5:27 
GeneralRe: Problem with hyperlink Pin
eyeseetee1-Apr-08 5:33
eyeseetee1-Apr-08 5:33 
GeneralRe: Problem with hyperlink Pin
led mike1-Apr-08 5:41
led mike1-Apr-08 5:41 
GeneralRe: Problem with hyperlink Pin
eyeseetee1-Apr-08 5:46
eyeseetee1-Apr-08 5:46 
GeneralRe: Problem with hyperlink Pin
led mike1-Apr-08 6:13
led mike1-Apr-08 6:13 
GeneralRe: Problem with hyperlink Pin
J4amieC1-Apr-08 6:13
J4amieC1-Apr-08 6:13 
GeneralRe: Problem with hyperlink Pin
eyeseetee1-Apr-08 21:43
eyeseetee1-Apr-08 21:43 
GeneralRadioButton Width Pin
kontax1-Apr-08 4:51
kontax1-Apr-08 4:51 
GeneralRe: RadioButton Width Pin
Mitch F.1-Apr-08 14:50
Mitch F.1-Apr-08 14:50 
GeneralRe: RadioButton Width Pin
kontax2-Apr-08 0:50
kontax2-Apr-08 0:50 
GeneralRe: RadioButton Width Pin
Mitch F.2-Apr-08 7:32
Mitch F.2-Apr-08 7:32 
GeneralRESX files Pin
Spykraft1-Apr-08 4:42
Spykraft1-Apr-08 4:42 
GeneralRe: RESX files Pin
led mike1-Apr-08 4:49
led mike1-Apr-08 4:49 
GeneralRe: RESX files Pin
Spykraft1-Apr-08 5:05
Spykraft1-Apr-08 5:05 
QuestionPassing Form data to another page Pin
munklefish1-Apr-08 4:27
munklefish1-Apr-08 4:27 
GeneralRe: Passing Form data to another page Pin
Herman<T>.Instance1-Apr-08 4:47
Herman<T>.Instance1-Apr-08 4:47 
GeneralRe: Passing Form data to another page Pin
eyeseetee1-Apr-08 5:00
eyeseetee1-Apr-08 5:00 

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.