View Single Post
  #4 (permalink)  
Old 02-06-2008, 12:43 AM
shoba2b shoba2b is offline
Junior Member
 
Join Date: Feb 2008
Posts: 2
Default

hi
this is the view part, i have displayed the client name as a hyperlink and when i click the link it goes to the controller where i have defined the edit page.(where i should b navigated to)

<a href="controller?EVENT_NAME=EDITCLIENT_LINK "><%=cname%></a>

the problem is, im unable to capture the data "cname" which i have set as a hyperlink ..............where when i click the option it should capture that data and go to the controller part

so wat should i write to capture the data , i mean the "cname"
Reply With Quote