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

ASP.NET

 
GeneralRe: Entering TextBox Info with Screen Scraping Pin
CalvinCM21-May-07 8:50
CalvinCM21-May-07 8:50 
GeneralRe: Entering TextBox Info with Screen Scraping Pin
Not Active21-May-07 8:23
mentorNot Active21-May-07 8:23 
GeneralRe: Entering TextBox Info with Screen Scraping Pin
CalvinCM21-May-07 8:28
CalvinCM21-May-07 8:28 
GeneralRe: Entering TextBox Info with Screen Scraping Pin
Not Active21-May-07 8:33
mentorNot Active21-May-07 8:33 
GeneralRe: Entering TextBox Info with Screen Scraping Pin
CalvinCM21-May-07 8:36
CalvinCM21-May-07 8:36 
GeneralRe: Entering TextBox Info with Screen Scraping Pin
Not Active21-May-07 8:48
mentorNot Active21-May-07 8:48 
GeneralRe: Entering TextBox Info with Screen Scraping Pin
CalvinCM21-May-07 9:09
CalvinCM21-May-07 9:09 
QuestionHyperlink simple problem [modified] Pin
-Yoyosh-21-May-07 5:43
-Yoyosh-21-May-07 5:43 
Hi,

I try to dynamically build URL to navigate:

<asp:HyperLink ID="HyperLink1" runat="server" NavigateUrl='<%# BuildURLAdding() %>' >Add new </asp:HyperLink>

which uses function in my codebehind file:

protected string BuildURLAdding()
{
return @"~/PROTECTED/Annotations/AnnotationsList.aspx?ClientID=" + Request.Params["IDClient"];
}

But this is invalid (the link is un-clickable, which means that the 'NavigateUrl' was wrongly specified). Where could be a mistake?

I checked the page directive and there is everything ok:
<%@ Page Language="C#" MasterPageFile="~/SiteMaster.Master" AutoEventWireup="true"
Codebehind="AnnotationsList.aspx.cs" Inherits="Mercedes.PROTECTED.Annotations.AnnotationsList"
Title="Untitled Page" %>


Thank you very much in advance



-- modified at 14:30 Monday 21st May, 2007
AnswerRe: Hyperlink simple problem Pin
Guffa21-May-07 6:22
Guffa21-May-07 6:22 
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 
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 

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.