S
sadhana
How can I close InfoPath form through code under submit_button click?
I tried this.Application.Quit(true)
and this.Application.Close();
but these are not working.
I tried this.Application.Quit(true)
and this.Application.Close();
but these are not working.