N
Nirmal Singh
I am trying to learn ASP.Net 2.0.
I have a page which lists Post Numbers in a gridview and returns the
selected Post Number.
Using this post number I want to display a second page using SQL like this:
select T1.NUMBER_R,
T2.SURNAME,
from D200M T1,
D500M T2,
D580M T3,
D200M T4,
where T1.PERSON_REF=T2.PERSON_REF and
T1.PERSON.REF=T3.PERSON_REF and
T3.REF=T4.REF and
T4.NUMBER_R='B040600002'
I want to replace the 'B040600002' above with the Post Number returned from
the first page and then display this page.
Please help!
Nirmal Singh
I have a page which lists Post Numbers in a gridview and returns the
selected Post Number.
Using this post number I want to display a second page using SQL like this:
select T1.NUMBER_R,
T2.SURNAME,
from D200M T1,
D500M T2,
D580M T3,
D200M T4,
where T1.PERSON_REF=T2.PERSON_REF and
T1.PERSON.REF=T3.PERSON_REF and
T3.REF=T4.REF and
T4.NUMBER_R='B040600002'
I want to replace the 'B040600002' above with the Post Number returned from
the first page and then display this page.
Please help!
Nirmal Singh