C
Chrisf
I created an InfoPath 2008 form that has a Delete button. In the code behind
I would like to prompt the user to verify that it's okay to delete. After
researching online I thought this statement would do it.
string response = XDocument.UI.Confirm("Okay to Delete? ", 4);
But I am getting an error that says "The name 'XDocument' does not exist in
the current context"
Does anyone know what I am missing or if there is something else I should
use to prompt for a Yes/No type answer?
Thank you in advance for your help.
I would like to prompt the user to verify that it's okay to delete. After
researching online I thought this statement would do it.
string response = XDocument.UI.Confirm("Okay to Delete? ", 4);
But I am getting an error that says "The name 'XDocument' does not exist in
the current context"
Does anyone know what I am missing or if there is something else I should
use to prompt for a Yes/No type answer?
Thank you in advance for your help.