Home All Groups Group Topic Archive Search About

Problem with Paging and Parameter passing using Hyperlink Column @ DATAGRID

Author
31 Mar 2005 8:06 AM
Vigneshwar Naidu Pilli via DotNetMonster.com
Hey, I have a Problem in implementation.
I need to desing something like this, its all about reporting applications
for bachelor program in computer science for my university.

like, i have three columns in the datagrid, SSN, Fname and Lname.

SSN is a hyperlink, the Fname , Lname and SSN are to be sorting allowed.

I was unable to implement the paging like, i tried the example for
UNLEASHED, but it gives me an error that.. custom paging must be enabled
when, Icollection class is not implemented and so on,

and when I tick it in the paging properties, only the first 10 records are
being displayed there is no link, but the records are changing when i click
on the column headers as the sorting is being implemented nicely.

and another problem is with the, Hyperlink column,
well I need to pass this SSN onto the next page I direct and must be able
to pick up the SSN value of the record I clicked, so that I can display the
application form ofthe Particular applicant.

I have no idea, how to passs this value to the next respective page, what
ever the name it must be, I need this SSN collected in the next page,  so
that I can select * from table where SSN="    " the one passed from the
hyperlink.


Hey please guyz.

1. lemme know how to implement this PAGING.

2. How to pass the value of SSN to the next page and how and where can I
specify the respective page to be directed and the SSN to be passed onto.

I am in serious trouble, I am a student working on a part time basis in the
school and the deadline is no far,
please some one assist me how to implement these two.


Thanks and Regards,

waiting for your reply,

yours Sincerely,
viggi

--
Message posted via http://www.dotnetmonster.com

Author
31 Mar 2005 4:45 PM
Elton Wang
Hi Vigneshwar,

Why don't you show your code so we can help you find out
the problem?

Elton Wnag
elton_w***@hotmail.com

Show quoteHide quote
>-----Original Message-----
>Hey, I have a Problem in implementation.
>I need to desing something like this, its all about
reporting applications
>for bachelor program in computer science for my
university.
>
>like, i have three columns in the datagrid, SSN, Fname
and Lname.
>
>SSN is a hyperlink, the Fname , Lname and SSN are to be
sorting allowed.
>
>I was unable to implement the paging like, i tried the
example for
>UNLEASHED, but it gives me an error that.. custom paging
must be enabled
>when, Icollection class is not implemented and so on,
>
> and when I tick it in the paging properties, only the
first 10 records are
>being displayed there is no link, but the records are
changing when i click
>on the column headers as the sorting is being implemented
nicely.
>
>and another problem is with the, Hyperlink column,
> well I need to pass this SSN onto the next page I direct
and must be able
>to pick up the SSN value of the record I clicked, so that
I can display the
>application form ofthe Particular applicant.
>
>I have no idea, how to passs this value to the next
respective page, what
>ever the name it must be, I need this SSN collected in
the next page,  so
>that I can select * from table where SSN="    " the one
passed from the
>hyperlink.
>
>
>Hey please guyz.
>
>1. lemme know how to implement this PAGING.
>
>2. How to pass the value of SSN to the next page and how
and where can I
>specify the respective page to be directed and the SSN to
be passed onto.
>
>I am in serious trouble, I am a student working on a part
time basis in the
Show quoteHide quote
>school and the deadline is no far,
>please some one assist me how to implement these two.
>
>
>Thanks and Regards,
>
>waiting for your reply,
>
>yours Sincerely,
>viggi
>
>--
>Message posted via http://www.dotnetmonster.com
>.
>