Advertisement

05.13.2008 at 02:40PM PDT, ID: 23399571
[x]
Attachment Details

c# hyperlink to a web form

Asked by asif07 in C# Programming Language

I have two questions,

In books.aspx
I am adding a hyperlink  like this:
<Columns>
                <asp:HyperLinkField HeaderText="SHOW DETAILS" Text ="Details" DataNavigateUrlFields="ISBN" DataNavigateUrlFormatString="Default.aspx?id={0}" />
            </Columns>

How can I get the link to show as the last and not the first column?

Secondly,
this was an experiment to link it to Default.aspx
I want to pass the ISBN field of the row to a new web form
I am going to redirect this page to a new Web Form  called details.aspx
in details.aspx, i creat an object of a .cs class with the isbn which will be passed as the id from the books.aspx hyperlink field.

How do i get the id (string) passed to the new page???

Please help!!!Start Free Trial
[+][-]05.13.2008 at 03:16PM PDT, ID: 21559784

View this solution now by starting your 7-day free trial. Setting up your free trial is quick, easy, and secure. We will return you to this solution, unlocked, when you're done.

 

About this solution

Zone: C# Programming Language
Sign Up Now!
Solution Provided By: liqiug
Participating Experts: 1
Solution Grade: A
 
 
[+][-]05.13.2008 at 03:43PM PDT, ID: 21559917

Often, when Experts are collaborating with members who have asked questions, they will request additional information about the problem. Askers respond with an author comment like this one.

Start your 7-day free trial to view this Author Comment or ask the Experts your question.

 
[+][-]05.13.2008 at 03:47PM PDT, ID: 21559940

Often, when Experts are collaborating with members who have asked questions, they will request additional information about the problem. Askers respond with an author comment like this one.

Start your 7-day free trial to view this Author Comment or ask the Experts your question.

 
[+][-]05.13.2008 at 03:56PM PDT, ID: 21559992

At Experts Exchange, members can ask their questions to thousands of technology professionals, also known as Experts. Experts compete and collaborate to answer those questions by leaving comments like this one.

Start your 7-day free trial to view this Expert Comment or ask the Experts your question.

 
 
Loading Advertisement...
20080716-EE-VQP-32 / EE_QW_2_20070628