Jump to content

abu_dayya

Members
  • Posts

    2
  • Joined

  • Last visited

Everything posted by abu_dayya

  1. i put it in a Page_Load method, all i get is the text of the script on the page when i run it.Does this mean that its not working? or how can i call it ?thanks for your help
  2. Hello everyone ..I know this might be an old topic, but i just can't seem to get it working.how can i use a javascript function to run with my asp.net2.0/c# project. All i want to do is display a confirm pop-up to check some insertion or deletion in the DB. I know i have to use ClientScript.RegisterClientScriptBlock, the problem is i don't know how to use that method properly, and i got lost in the MSDN.Lets say i have some textboxes to be filled, then when the user clickes on the asp:Button i want the Button1_clicked method to do some validation checking, then display the confirm pop-up to ask " are you sure you want to insert to DB". If anyone can show me some code i would realy appreciate it.Thanks in advanceAbu_Dayya
×
×
  • Create New...