hello everyone,
what i am trying to do is pass a value in
but instead of giving that abc.aspx link here, i want to give job.webpage(whe re job is class with webpage property) ,
as this <a> tag is in repeater so depending on the value in repeater my page should be redirected to job.webpage(whi ch stores the url of page) ..
hope i am clear..
any help would b appreciated.
what i am trying to do is pass a value in
Code:
<a href="abc.aspx?id=123">
as this <a> tag is in repeater so depending on the value in repeater my page should be redirected to job.webpage(whi ch stores the url of page) ..
hope i am clear..
any help would b appreciated.
Comment