HelP On Popup and repetaer Control to catch id

Posted by Vijayar under C# on 2/24/2012 | Points: 10 | Views : 1436 | Status : [Member] | Replies : 3
HI
I am placing a repeater control inside it i am placing a link button called lnkfac and readmore link button.When i click on more iam opening a pop up with full details.Inside pop up iam again placing a link button called lnkapply and redirecting to another page.I Need to catch the Id of lnkfac in lnkapply click.How to achieve this

vijaya


Responses

Posted by: Blessyjees on: 2/24/2012 [Member] Bronze | Points: 25

Up
0
Down
Hi,

You can pass the this id as query string to the popup page.

Blessy Baby
Digitalmesh Softech pvt Ltd
https://blessybaby.wordpress.com/

Vijayar, if this helps please login to Mark As Answer. | Alert Moderator

Posted by: Vijayar on: 2/24/2012 [Member] Starter | Points: 25

Up
0
Down
Hi
I am displaying pop up in same page.After another link button click i am redirecting to other page.i need to catch id in another link button click

vijaya

Vijayar, if this helps please login to Mark As Answer. | Alert Moderator

Posted by: Pradeepkumar417 on: 2/24/2012 [Member] Starter | Points: 25

Up
0
Down
Hi,

First globally declare a static variable. In the click event of more button assign the id of lnkfac to that static variable.

Now you can get this id in lnkapply click event.

Thanks & Regards,
Software Engineer,
Pradeep Kumar

Vijayar, if this helps please login to Mark As Answer. | Alert Moderator

Login to post response