Click here to Skip to main content
15,913,162 members

Comments by Member 9646334 (Top 10 by date)

Member 9646334 22-Dec-15 5:09am View    
This works fine but I want dynamic solution so I can call the function for any textbox validation in the page not only for one!! Can you please suggest?
Member 9646334 22-Dec-15 4:15am View    
I know that this is inside the function but how can I pass it to the function?
Member 9646334 1-Dec-15 14:29pm View    
I have tried minimalistic Telnet library but it did not work since the prompt is different from the needed requirements. Can you please help?!
Member 9646334 19-Feb-15 17:48pm View    
OK
Back to your answer which I read it carefully but could not get it. What do you mean by send httprequest?
Member 9646334 19-Feb-15 17:37pm View    
I have got one solution that is:
Page.ClientScript.RegisterStartupScript(this.GetType(), "Confi", "var confirm_value; if(confirm('Are you sure?') == true){ confirm_value.value ='YES';}else{confirm_value.value ='NO';}", true);
It gives the dialog from the server side. Problem is that how to handle OK or cancel from the user input? I tried to define var confirm but it does not work. Any idea how to fix it?