Am enhancing an existing web application (Psychometric Test battery;using Asp.Net,C#,SqlServer)which is already being used by normal users as all of us; now we are enhancing the same for visually impaired persons
So I am thinking to implement this speech recognition in that with existing grid view; but am struggling with that;
In the existing one we have used gridview to load the data from db,now I can't able to read the record one by one using SpeechSynthesizer; It's keep on reading till end of all the records.
And also I need to implement SpeechRecognition to make the system more flexible as a one to one conversation.
Regards,Narendran Namachivayam.