N
needin4mation
I'm writing c# asp.net. I have a dataset loading when the page loads
and it has an itemdatabound event.
When there is an error in the itemdatabound event I get the catch in
the calling function, not the one that actually caused the error (the
ItemDataBound).
How do I do this correctly? Thank you.
and it has an itemdatabound event.
When there is an error in the itemdatabound event I get the catch in
the calling function, not the one that actually caused the error (the
ItemDataBound).
How do I do this correctly? Thank you.