Click here to Skip to main content
15,914,943 members

Comments by shubhangi waghmare (Top 3 by date)

shubhangi waghmare 14-Aug-15 7:35am View    
I am using one java script function like
function ValidateParameters(obj) {
if (obj == "Update" || obj == "Insert") {
//hdnIsCommandClick
document.getElementById("MainContent_hdnIsCommandClick").value = "True";
}
}

Here if i am clicking on button two times, record is adding two times. Is there any issue in hidden field.
shubhangi waghmare 28-Aug-13 5:38am View    
Where is WaveFile Class.Above code giving error..
shubhangi waghmare 17-Aug-13 4:46am View    
I want to read audio file or recording file in character format in c#.net
Please help me anyone...