In c#.net,
I had form 1,.. (contains Server and Database name)
in form 1 i had a button,..While clicking that button,.. the exe of form1 is called,..
so it will call twice,.. another instance is opened
while opening this instance,.. i can't do the debug,.. it directly executes (being an exe)
In this, i dont want to allow the form to be opened with the same server and database name,..
have to do some validation in code,...
How can i do this?
Plz help,... with ideas,.../