PC Review Forums Newsgroups Microsoft DotNet Microsoft ADO .NET How to connect strings in HTML?

Reply

How to connect strings in HTML?

 
Thread Tools Rate Thread
Old 26-06-2003, 05:21 AM   #1
Liu Xuesong
Guest
 
Posts: n/a
Default How to connect strings in HTML?


<asp:HyperLink ID="DeleteLink" NavigateUrl="ChapterManger.aspx?CourseID=" + '<%# DataBinder.Eval(Container, "DataItem.course_id") %>' Runat=server>Delete</asp:HyperLink>

I want to connect the strings with blue, but failed, How to do?
  Reply With Quote
Old 26-06-2003, 07:48 AM   #2
Adnan Boz
Guest
 
Posts: n/a
Default Re: How to connect strings in HTML?

Hi,

NavigateUrl='<%# "ChapterManger.aspx?CourseID=" + DataBinder.Eval(Container, "DataItem.course_id").ToString() %>'

Good Luck
Adnan

"Liu Xuesong" <xuesong@xinhuanet.com> wrote in message news:#C5HeL6ODHA.704@tk2msftngp13.phx.gbl...
<asp:HyperLink ID="DeleteLink" NavigateUrl="ChapterManger.aspx?CourseID=" + '<%# DataBinder.Eval(Container, "DataItem.course_id") %>' Runat=server>Delete</asp:HyperLink>

I want to connect the strings with blue, but failed, How to do?
  Reply With Quote
Reply



Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off