c# Programming Glossary: postcollection
Asp Composite control child control (radiobutton) losing checked value http://stackoverflow.com/questions/3854193/asp-composite-control-child-control-radiobutton-losing-checked-value takes a string postDataKey and a NameValueCollection postCollection and returns a bool indicating whether or not the value has changed.. all named by a property string GroupName and inspected the postCollection for that GroupName public bool LoadPostData string postDataKey.. System.Collections.Specialized.NameValueCollection postCollection bool oldValue _isChecked postCollection HttpContext.Current.Request.Form..
asp.net: Invalid postback or callback argument http://stackoverflow.com/questions/7476329/asp-net-invalid-postback-or-callback-argument String postDataKey NameValueCollection postCollection 360 System.Web.UI.WebControls.ListBox.System.Web.UI.IPostBackDataHandler.LoadPostData.. String postDataKey NameValueCollection postCollection 13 System.Web.UI.Page.ProcessPostData NameValueCollection postData..
|