Hello, I have a problem related to refresh.
My application is in ASP and back end is in VB6.In my application there is
vb method which returns a boolean value based on the record count i.e. if record count>0 then return true else return false.
it works fine for first time but when we refresh the page the output of the method is false but if go to another page and then come back to the original page then it returns true.
Please help.....