I can't see my events...
ASP.NET
1
Posts
1
Posters
0
Views
1
Watching
-
This must be fairly simple but I'm missing something... ASP.NET 2, C#. I have a button "Lookup...". The user clicks the button and a 'window' pops up from which they make a selection. The result is used to populate some fields and the 'window' goes away. The problem occurs because I'm not seeing any sign that a selection has been made. Notes: * The logic is server-side as it involves database lookups and the like. * The 'window' is actually an absolutely placed 'div' so it is actually part of the main page, not a separate browser window. * I really only want to create the entire 'sub-window' when I need to so that I'm not sending loads of un-necessary stuff to the browser when I don't need to. Help!!!!!! Rog