Home > Programming > client server net

client server net

February 6th, 2010 admin Leave a comment Go to comments

client server net
In Asp.net ,I am using a button with server code in it’s click event I want to add client confirm msg to run

You should just be able to add a javascript “onclick” handler to the button, that prompts the user. “javascript:if (confirm(’Are you sure?’)) { return true; } else { return false; }” and returns the status. a return of false won’t continue.

Silab Client server:frosthouse.net video 2

Share and Enjoy:
  • Print
  • Digg
  • Sphinn
  • del.icio.us
  • Facebook
  • Mixx
  • Google Bookmarks
  • Blogplay
Categories: Programming Tags:
  1. No comments yet.
  1. No trackbacks yet.