Hi,
I have the following code,
code Code:
Try SqlDataSource1.Insert() ' SAVE TO DATABASE client2.Send(msg2) ' ----EMAIL TO CLIENT client.Send(msg) ' -----EMAIL TO OFFICE service.Insert(postUri, entry) Catch ex As Exception Label10.Text = ex.Message Label10.ForeColor = Drawing.Color.Red End Try
I would like to run all the 4 lines of code, or none of them. Is it possible?
thx
