|
sunitabeck
Flowing Fount of Yak Knowledge
5152 Posts |
Posted - 11/20/2012 : 11:50:23
|
It may be throwing an exception and silently going away and displaying your window. Wrap the code in a try-catch block and write the exceptions if any to debug trace or a popup window.
Also, you may want to start with an example somewhere (here is one: http://www.dotnetperls.com/sqldataadapter), get that to work, and make incremental changes to the code to get to where you want to. |
 |
|