Hi
I have below code & i want to pass 2 parameters to open another form. I have deliberatley written hef
In below line it is not passing parameter
')' >
Thanks
Hi
I have below code & i want to pass 2 parameters to open another form. I have deliberatley written hef
In below line it is not passing parameter
')' >
Thanks
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Aravind GovindarajPosted Jan 23, 2023, 11:18 AM
My suggestion is to create a method such as generatehyperlink(params) in code behind and yield your required path from there.
Sachin SinghPosted Jan 21, 2023, 3:31 PM
you can use this
Uday DodiyaPosted Jan 21, 2023, 11:27 AM
Change your code as per below