Re: HTML Button Not Submitting Page
From: Natty Gur (natty_at_dao2com.com)
Date: 03/11/04
- Next message: Natty Gur: "Re: Using CallByName with asp.net"
- Previous message: Hung Tran: "System.Drawing.Image.FromStream and PDF."
- In reply to: Alphonse Giambrone: "HTML Button Not Submitting Page"
- Next in thread: bruce barker: "Re: HTML Button Not Submitting Page"
- Messages sorted by: [ date ] [ thread ]
Date: Thu, 11 Mar 2004 09:28:47 -0800
Hi,
HTML button is not server side control tus cant response to server side
events. so if 'U_PageLinks1$btnDelete' is the name of HTML control the
request will arive to the server but no event is set to handle this
request. you can check it by putting break point in Page_load event.
Natty Gur[MVP]
blog : http://weblogs.asp.net/ngur
Mobile: +972-(0)58-888377
*** Sent via Developersdex http://www.developersdex.com ***
Don't just participate in USENET...get rewarded for it!
- Next message: Natty Gur: "Re: Using CallByName with asp.net"
- Previous message: Hung Tran: "System.Drawing.Image.FromStream and PDF."
- In reply to: Alphonse Giambrone: "HTML Button Not Submitting Page"
- Next in thread: bruce barker: "Re: HTML Button Not Submitting Page"
- Messages sorted by: [ date ] [ thread ]
Loading