@TJPride - I only use the File.WriteAllText on the first call to
generate a new log or over write an old one, the rest of the File calls
are appends. At this point I don't care about the format or if it's
appending the point is it's never being calle...
Making some progress here, it appears that i can only capture a post
back (so far) when i void a transaction. I wrote a short function to log
everything in the form as well as see what my SQL query would look like
(two birds): private void WriteToLog...
@Stymiee: My issue is specific to the silent post. Maybe i'm going about
this the wrong way but if you try and just load the page you get a null
ref exception. Line 13: protected void Page_Load(object sender,
EventArgs e)Line 14: {Line 15: if
(!Reque...
I'm having the exact same issue. I created a sample page as suggested
with a basic form using all the possible fields and a simple submit
button. When i use it it fires fine with no issues but i get nothing
when a transaction takes place. Any ideas?