由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
BuildingWeb版 - [转载] deletion in asp.net
相关主题
what's happened?open new window by javascript?
Help! Why can't I delete or update server side Access database?other urls Re: 怎么设置可以看到CODE?
ASP DELETE image from SQL Server 急问谁能帮我一个大忙,先万分感谢!
IE 和 Chrome 都不正常工作,肿么办?How to get button name?
[转载] 怎么track网站的访问量?如何让一个域名完全镜像另外一个域名?
How to simulate post submission大家都用哪里的免费主页空间哪?请推荐
ASP 和DATABASE一问help, about javascript do new window
click?target=_blank and google popup blocker
相关话题的讨论汇总
话题: deletion话题: user话题: delete话题: clicks话题: url
进入BuildingWeb版参与讨论
1 (共1页)
q**j
发帖数: 10612
1
【 以下文字转载自 Software 讨论区,原文如下 】
发信人: qqzj (atrest), 信区: Software
标 题: deletion in asp.net
发信站: The unknown SPACE (Wed Jul 23 14:42:25 2003) WWW-POST
i am using asp.net to creat a web form. and i have a function that user can
delete from SQL server database.
my question is: now if the user clicks delete, and a window that need to be
confirmed popping up. if the user cancelled the deleting, the deletion will
still work. but i need to cancel this event if the user clicks "cancel".
please tell me how
s***f
发帖数: 173
2
hi qqzj,
My solution : Implement it in Javascript.
Plus, I dont know whatever about ASP.NET, but I could give a sample code in
ASP.
so, you can play with the following codes for your own purpose:

<%
'Two query strings are required:
'1. action -- you decide the action. Namely, DELETE.
'2. YourRecordID -- which rec

【在 q**j 的大作中提到】
: 【 以下文字转载自 Software 讨论区,原文如下 】
: 发信人: qqzj (atrest), 信区: Software
: 标 题: deletion in asp.net
: 发信站: The unknown SPACE (Wed Jul 23 14:42:25 2003) WWW-POST
: i am using asp.net to creat a web form. and i have a function that user can
: delete from SQL server database.
: my question is: now if the user clicks delete, and a window that need to be
: confirmed popping up. if the user cancelled the deleting, the deletion will
: still work. but i need to cancel this event if the user clicks "cancel".
: please tell me how

1 (共1页)
进入BuildingWeb版参与讨论
相关主题
target=_blank and google popup blocker[转载] 怎么track网站的访问量?
about project 1How to simulate post submission
Apache (1): IntroductionASP 和DATABASE一问
remote API 's output?click?
what's happened?open new window by javascript?
Help! Why can't I delete or update server side Access database?other urls Re: 怎么设置可以看到CODE?
ASP DELETE image from SQL Server 急问谁能帮我一个大忙,先万分感谢!
IE 和 Chrome 都不正常工作,肿么办?How to get button name?
相关话题的讨论汇总
话题: deletion话题: user话题: delete话题: clicks话题: url