I am using the delete record behavior with asp.net c#.
the item is deleted properly.
I have coded the success url as follows
SuccessURL='<%# "analyzertag.aspx?analyzer_id=" +
Request.QueryString["analyzer_id"] %>'

on redirecting to the page all that is sent is analyzertag.aspx

The information is being correctly sent from the calling program on the url.
Thanks