Click here to Skip to main content
15,887,083 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: Hyperlink simple problem Pin
Not Active21-May-07 6:25
mentorNot Active21-May-07 6:25 
AnswerRe: Hyperlink simple problem Pin
-Yoyosh-21-May-07 8:32
-Yoyosh-21-May-07 8:32 
GeneralRe: Hyperlink simple problem Pin
Not Active21-May-07 8:50
mentorNot Active21-May-07 8:50 
GeneralRe: Hyperlink simple problem Pin
-Yoyosh-21-May-07 8:58
-Yoyosh-21-May-07 8:58 
GeneralRe: Hyperlink simple problem Pin
Not Active21-May-07 9:13
mentorNot Active21-May-07 9:13 
GeneralRe: Hyperlink simple problem Pin
-Yoyosh-21-May-07 9:23
-Yoyosh-21-May-07 9:23 
GeneralRe: Hyperlink simple problem Pin
Not Active21-May-07 9:44
mentorNot Active21-May-07 9:44 
GeneralRe: Hyperlink simple problem Pin
-Yoyosh-21-May-07 9:59
-Yoyosh-21-May-07 9:59 
I tried using
<% =BuildURL() %> and <% BuildURL() %>
the effect is different - I can now see the link and even click it, but after clicking I`m getting:
HTTP Error 400 - Bad Request. - I believe the navigateUrl is not being set correctly

I`m coping here the working example that I`m having:

<asp:HyperLink ID="Link1" runat="server" NavigateUrl='<%# BuildURLForCustomer(Eval("ID"), Eval("Moves")) %>'>

protected string BuildURLForCustomer(object ob1, object ob2)
{
string pageName = "~/Cars/CarsList.aspx";

return string.Format("{0}?id={1}", ob1, ob2);
}

GeneralRe: Hyperlink simple problem Pin
-Yoyosh-21-May-07 10:29
-Yoyosh-21-May-07 10:29 
QuestionCulture Invariant Pin
Ranger4921-May-07 3:58
Ranger4921-May-07 3:58 
QuestionError using Login Control with UpdatePanel Pin
BobsAfro21-May-07 3:45
BobsAfro21-May-07 3:45 
AnswerRe: Error using Login Control with UpdatePanel Pin
proach21-May-07 5:05
proach21-May-07 5:05 
QuestionGraphs in ASP using office tools Pin
ragavan21-May-07 3:04
ragavan21-May-07 3:04 
AnswerRe: Graphs in ASP using office tools Pin
Sathesh Sakthivel21-May-07 3:07
Sathesh Sakthivel21-May-07 3:07 
GeneralRe: Graphs in ASP using office tools Pin
ragavan21-May-07 17:47
ragavan21-May-07 17:47 
QuestionGridView control Pin
chandrikav21-May-07 2:38
chandrikav21-May-07 2:38 
QuestionQuery on GridView control Pin
chandrikav21-May-07 2:37
chandrikav21-May-07 2:37 
AnswerRe: Query on GridView control Pin
varshavmane21-May-07 2:43
varshavmane21-May-07 2:43 
QuestionDatagrid Pin
Mkanchha21-May-07 2:23
Mkanchha21-May-07 2:23 
AnswerRe: Datagrid Pin
Sathesh Sakthivel21-May-07 2:29
Sathesh Sakthivel21-May-07 2:29 
AnswerRe: Datagrid Pin
proach21-May-07 5:01
proach21-May-07 5:01 
AnswerRe: Datagrid Pin
proach21-May-07 5:08
proach21-May-07 5:08 
QuestionASP.NET - webparts - catalog zones Pin
Jagadeesh Jupalli21-May-07 1:54
Jagadeesh Jupalli21-May-07 1:54 
AnswerRe: ASP.NET - webparts - catalog zones Pin
Sathesh Sakthivel21-May-07 2:28
Sathesh Sakthivel21-May-07 2:28 
QuestionRe: ASP.NET - webparts - catalog zones Pin
Jagadeesh Jupalli21-May-07 2:59
Jagadeesh Jupalli21-May-07 2:59 

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.