have this code

 DataRow[] dr;
 dr = dt.Select("stepid = '1' AND placeid = " +
Convert.ToInt32(h1.Value));



so dt -- contains so many Rows from that i am going to filtering the
data and add that row to the another DT - Finally bind the Dt to the
Dropdownlist .

Could anyone tell how to resolve this issue ?

But it shows error :


************** Exception Text **************
System.Exception: Function evaluation disabled because a previous
function evaluation timed out. You must continue execution to reenable
function evaluation.
   at
Microsoft.VisualStudio.DebuggerVisualizers.DebugViewerShim.PrivateCallback.MaybeDeserializeAndThrowException(Byte[]
data)
   at
Microsoft.VisualStudio.DebuggerVisualizers.DebugViewerShim.ManagedShim.DelegatedHost.CreateViewer(IntPtr
hwnd, HostServicesHelper hsh, SafeProxyWrapper proxy)

Reply via email to