Hi Every one,
I want to convert particular sql select query output to voice, once I press a button on my .aspx page.
I placed that code segment as like bellow,
protected void Button1_Click(object sender, EventArgs e)
{
QA1.PlayOnce = true;
QA1.Prompt.InlinePrompt = "Welcome to Sri Lanka";
}
but it gives an error which says ,
QA "QA1" must have a Prompt.
Parameter name: Prompt
How can I do this.
Thanks
Upul .