skip to main
|
skip to sidebar
Sanjeewa'S Tech Page
Thursday, July 2, 2009
javascript function delete()
function delete()
{
if (confirm("Are you sure you want to delete?")==true)
return true;
else
return false;
}
_myButton.Attributes.Add("onclick", "return delete();");
2 comments:
f0rgetme
said...
excellent post keep up the good work.
September 29, 2009 at 4:42 AM
f0rgetme
said...
excellent post. very useful.
September 29, 2009 at 4:42 AM
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
Blog Archive
►
2010
(9)
►
October
(1)
►
May
(2)
►
April
(3)
►
February
(2)
►
January
(1)
▼
2009
(29)
►
December
(2)
►
October
(2)
►
August
(3)
▼
July
(3)
Could not load type 'System.Web.UI.Compatibility.C...
Asp.net datagrid Using template field det particul...
javascript function delete()
►
June
(3)
►
May
(3)
►
April
(5)
►
January
(8)
►
2008
(46)
►
November
(1)
►
October
(14)
►
August
(11)
►
May
(7)
►
April
(1)
►
March
(2)
►
February
(10)
►
2007
(33)
►
December
(1)
►
November
(7)
►
October
(11)
►
September
(12)
►
July
(2)
2 comments:
excellent post keep up the good work.
excellent post. very useful.
Post a Comment