0
In an application where I started maintenance, there are several mentions in the code. And so I would like to know what it is and also what it serves and stay more in touch with what the application does.
Here are two examples of how it is used:
List<domEstagioGrid> list = dao.ListaTodos(ViewState["WHERE"].ToString());
ViewState["COLIGADA"] = this.dgvLISTA.DataKeys[id]["CODCOLIGADA"].ToString();