skip to main
|
skip to sidebar
Musings and bugs of a developer
This blog is a record of some development issues I have faced. There may be something of use!
Monday, 26 February 2007
Asp.Net Adding a javascript confimation message box to button click
To add a javascript confimation (message) box to the click of a button add the following to the Page_Load():
btnDelete.Attributes["onclick"] = "return confirm('Are you sure you want to delete this record?');";
Newer Post
Older Post
Home
Subjects
Ajax
(4)
Asp.Net
(28)
Asp.net ServerControls
(2)
asp.net Validators
(1)
C#
(13)
Crystal Reports
(1)
HQL
(2)
IDictionary
(1)
Log4Net
(1)
NHibernate
(18)
Pitfalls
(1)
Pop3
(1)
Rhino.Mocks
(3)
Spring
(3)
Sql Server
(2)
Subversion
(1)
UpdatePanel
(1)
Validators
(1)
Visual Studio
(1)
VS2005
(2)
Windows2003
(2)
Blog Archive
►
2016
(1)
►
February
(1)
►
2012
(1)
►
January
(1)
►
2011
(1)
►
November
(1)
►
2009
(8)
►
October
(1)
►
September
(2)
►
August
(1)
►
February
(2)
►
January
(2)
►
2008
(19)
►
October
(1)
►
September
(3)
►
July
(1)
►
May
(5)
►
April
(4)
►
March
(1)
►
February
(2)
►
January
(2)
▼
2007
(46)
►
November
(2)
►
October
(1)
►
September
(4)
►
August
(2)
►
June
(3)
►
May
(3)
►
April
(4)
►
March
(15)
▼
February
(12)
HQL Query - as, in errors
Configuration - unknown class
Asp.Net Adding a javascript confimation message bo...
NHibernate - Record re-read not showing server upd...
C# Enum, enumerated types
C# Lazy or full boolean evaluation?
Grid-View : Select a row without "Select link"
Getting a value from a control in the Page Init
Setting a Page Theme
NHibernate - a couple of transaction related issues
C# Generics typecasting
NHibernate save error.
Contributors
Steve
Tim
Ads