S
Sean
hi,
i have a webform using VB.NET.
I have a couple of methods which fire on a few events.
now, i have noticed one particular behaviour which is strange.
On a Btn.Click event, i validate the fields and then pass to another method which adds those entries into xml file.
the strange thing is that it works sometimes and stops working sometimes. when it stops working, i go back to my code, put a response.write and run the code and this time it works just fine , except that it has this dirty response.write on top. when i remove it, it works fine. but after a while, when i get back to it , it stops again. i don't know what is causing this problme .. any advice
i have a webform using VB.NET.
I have a couple of methods which fire on a few events.
now, i have noticed one particular behaviour which is strange.
On a Btn.Click event, i validate the fields and then pass to another method which adds those entries into xml file.
the strange thing is that it works sometimes and stops working sometimes. when it stops working, i go back to my code, put a response.write and run the code and this time it works just fine , except that it has this dirty response.write on top. when i remove it, it works fine. but after a while, when i get back to it , it stops again. i don't know what is causing this problme .. any advice