hi all, im in a situation to get the sql exception in the UI that is Asp.net page.how can we catch sql exceptions from the asp.net page i.e through the code behind. with regards, susa
hi all, im in a situation to get the sql exception in the UI that is Asp.net page.how can we catch sql exceptions from the asp.net page i.e through the code behind. with regards, susa
Ur question was not so clear. but then too with the given information u can handle sql exception by writing a try--catch block when u open a database connection; Vipin