Unanswered question

extracting control at runtime

Hi Team

I am using an .net web application. In my web application at runtime grid is generated . That grid has hyperlinks controls to click which lead it to next page . (please refer attached screenshot). In this screen user has to select yellow row that will take user to next page.in this row user has an id suppose "abc". the issue is when i am recording in the page i cant see any variable whose value is "abc". and in next page i see __EVENTTARGET as ctl00$ContentPlaceHolder1$gvAdditionalPolicies$ctl04$btnSelect . which is again generate at runtime. so is there is any way by which i can identify that this value "abc" will generate this value . and that event value also i get in next page not on the grid page

MAHIMA A.
MAHIMA A.

MAHIMA A.

Level
0
78 / 100
points

Answers

Neil W.
Neil W.

Neil W.

Level
4
5000 / 5000
points
Team

Hi, what screenshot? are you able to attach the html response as well?

MAHIMA A.
MAHIMA A.

MAHIMA A.

Level
0
78 / 100
points

There is no html response as such ... it returns .gifs type response and when click on them there is no response

Neil W.
Neil W.

Neil W.

Level
4
5000 / 5000
points
Team

One of the aspx files returned will have the html inside that creates the table, you will needto create a variable extractor to extract the abc ID from this response and pass it to the following request, maybe the ctl04 value