abmk says:
string
ddlToGrid =
string
.Empty;
String GridViewString =
string
.Empty;
I have told you to make it static but you didn't change that. Change this line with the below.
static string ddlToGrid = string.Empty;
static string GridViewString = string.Empty;