Actually I have a scenario like :
I am getting the values of checked records in GridView through Javascript. Now i need to send those values to controller for deleti
In your controller use this statement for retrieving the value: Request.Params["ID"]
Request.Params["ID"]