Search Results

0
votes
1answer
83 views

Object does not retrieves from viewstate

I am about to gone mad why? why? why? protected void Page_Load(object sender, EventArgs e) { AttachedPartnersViewState vs = ViewState[SessionVariables.Company_AttachedPartnersVi …
0
votes
1answer
136 views

cannot change GridView Caption

It seems to be impossible to change GridView .Caption after it has been set once. Once I set caption and then change it within postbacks, in the code all seem to be ok, on page PreRender, …