GotSpeech.NET

The online community for Microsoft Speech Server developers
Welcome to GotSpeech.NET Sign in | Join | Help
in Search
Computer-Talk

How can I set dynamic prompt in web base SLAT

Last post 05-13-2008, 8:02 AM by upul. 0 replies.
Sort Posts: Previous Next
  •  05-13-2008, 8:02 AM 5534

    How can I set dynamic prompt in web base SLAT

    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 .

     

View as RSS news feed in XML