Link to home
Start Free TrialLog in
Avatar of Kim Neesgaard
Kim Neesgaard

asked on

Communication Between .vb File and .aspx File

I have a GridView on an .aspx form and the content is controlled by an ObjectDataSource. The actual table update takes place in a .vb file. My question is now: how can I communicate a situation in the .vb file (e.g. no records found, missing update etc.) to the user of the .aspx file? In case of an error found in the .vb file, I want to put a message to the user in e.g. a label on the .aspx file.
ASKER CERTIFIED SOLUTION
Avatar of David Robitaille
David Robitaille
Flag of Canada image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of Kim Neesgaard
Kim Neesgaard

ASKER

Hi!

This is EXACTLY what I was looking for - THANK YOU! I have tested it and it works perfectly!
Nothing more to add.
Well, I could just wait that the question to be close, but I think you should select my comment as the solution instead of your comment and mine as the assisted solution.
I am new to EE and sorry if I have done something wrong! Of course your solution must be selected - it help me a lot. I will try to make it correct.
Now I hope things is done the right way! Thanks one more time.