I am using Model Binding of Webforms 4.5. I am wondering why OnCallingDataMethods method of Gridview/Formview is fired twice for every database method.
After tracing CallingDataMethodsEventArgs e, I have noticed that e.DataMethodsObject is NULL at the first call.
Thanks in advance
Go to the complete details ...