When i try the following structure, it does\'t send id=value
id=value
If your form method is POST, then you will not see id as part of the POSTed values, you can use the QueryString collection to access it.
POST
id