0
Hey Jaima,
You doesn't need to Add a new Controller for this but you can Add a new View. This new View can be called from the already existing Controller class. You will need to create an Action Result and it's name should be similar to the new View Name i.e. for e.g. if ActionResult Hello() is declared then the NewView should be of Name "Hello". You can open this new View either by returning it from the Checkbox result or you can call this new ActionResult in the Return of Checkbox, calling this new ActionResult will execute the Hello and after it's complete processing return the data in the Result of this Hello.
This data can be shown in the new table as you have shown the previous data in WebGrid
Thanks
Accepted 0
Hi Anubhav, Thanks...Thanks a lot...my problem is almost solved.In case of difficulty I'l post the query...Thank you.
0
0
Thank you Anubhav..Thankss a lot....
Can you tell me one thing clearly,how to get the rows column values with out using a getSelectlink().Actually it is not clear for me what you have written here regarding the checkbox result?how to call the actionresult in the return of Checkbox(or radiobutton)..that part is not clear...