How can we solve Error when comes like this
DataTable must be set prior to using DataView.
.
This problem comes Normally when we use DataView.
so to taking DataView in table or with dataset we must know
basic idea about DataView.
If your concept is clear then problem is not with Dataview but ..
SqlException
Timeout expired. The timeout period elapsed prior to completion of the operation or the server is not responding.
DataTable must be set prior to using DataView.
.
This problem comes Normally when we use DataView.
so to taking DataView in table or with dataset we must know
basic idea about DataView.
If your concept is clear then problem is not with Dataview but ..
SqlException
Timeout expired. The timeout period elapsed prior to completion of the operation or the server is not responding.
0 comments: