Webgrid
can anyone tell me ,how to redirect to another page from webgrid along with some id?.....
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.
Sasi ReddyPosted Nov 19, 2013, 1:41 AM
Myself find out the solution n solution is
In View
In Controller
In above,i am passing value to create() in controller so we have to write the code like below
in controller
public ActionResult Create(string FarmerId)
u can get value from webgrid at a time u can redirect to another page