o
k
q
u
e
s
t
i
o
n
s
.
c
o
m

Confirm -

plz tell me confirm alert
how its button work



i mean OK and CANCLE....

 

confirm box return value -
I'm familiar with using confirm boxes on a button to determine a certain action based on the return value. I'm now sure how do this inside of a function. I'm scanning the database inside of a function and if a particular value is found, i want to display a confirm box with yes/no act


Confirm -
plz tell me confirm alert how its button work i mean OK and CANCLE....


can some1 confirm this -
Can some1 pls confirm to me that the number of ways in which a sum of 20 can be obtained when 8 distinct roles are rolled is 36688... A yes or no answer is enough.. but pls be honest and do try it out before... Thanks


faster For.. Next -
Can anyone confirm this: IS For... Next loop faster without the counter at the end of Next? ie. For i = 1 to 100 ... Next Otherwise i'll need to build a precision timer to confirm the % diff. in performance


confirm file conversion -
hi all, i am counting lines in a word file, i am made invisible the background opening of the file, but still it is opening and closing. also before opening each of the word file, a window is displaying "Confirm File confirm", in that it shows some list of file formats such a


WebBrowser takes control of entire application! -
If I navigate to a page with a javascript alert/confirm box through a webbrowser control in my VB application then the javascript alert/confirm box will hog the focus and not let my app do anything. I can't click any buttons until I click "ok" or cancel on the browser! I don'


Confirm page -
Please help me with my problem Let's say i want to make an online store. If someone orders some items and click on "buy now", how do I transfer him to a 'confirm' page in which he would see what he ordered, and how much in total he paid? And from that site he would send his


Confirm New Password -
M a newbie.Is anyone there can tell me how to re-confirm password by using visual basic 6.0?Below is my coding.Please help me to correct the error in the coding.Thanks


Lame-Ass Trivia!... -
All right! Let's all play a game...The rules are few and simple: 1. General knowledge questions. Let's not concentrate on one area. 2. Nothing too hard, cause I'm a dumbass, and I'd like to be able to answer some of them. 3. I ask a question, you answer it. If you get it


Confirm message dispaly in asp.net -
What's wrong with this line of code .It is not displaying the message . Please help me to solve this. Me.btndelete.Attributes.Add(("OnClick"), "return Confirm('Are you sure you want to delete the record?');") Thanks in advance


How do I display a message box -
I was wondering how it would be possible to display a message box to confirm that data has been saved after a user has pressed the "Confirm Save" button, that I have created???? Any Ideas???


need to return value from jscript to vb.net (am using response.write) -
After much searching I have finally figured out a way to call a jscript "confirm" box from serverside vb.net code. The code I am using is as follows: Dim sb As New StringBuilder("") sb.Append("<script language='javascript'&


[2008] Editing selected Datagrid cells -
I am developing a Windows Mobile 6 app and as far as I can see there is no DatGridView control available. Can anyone confirm that my understanding is correct. I would like to allow the users to click on a row header in the DataGrid and be presented with (using texboxes) two or three


confirm javascript function is not workimng for my custom control -
Hi I develop a custom control inheriting from System.Web.UI.WebControls.WebParts.WebPart. I have this code in a button in the control: private Button btnSave = new Button(); btnSave.Text = " Save "; btnSave.OnClientClick = "confirm(


confirm message in GridView using vb -
how can i insert confirm message when i press delete in gridview? tnx


please help me to clear this error -
hi, i am working in c# asp.net. my cs: public void confirm(Object source,System.Web.UI.WebControls.DataGridCommandEventArgs e) { if(e.Item.ItemType ==ListItemType.Item//e.Item.ItemType ==ListItemType.AlternatingItem) { LinkButto


ADO - Ascertaining Correct Installation -
I want to write an application that requires that ADO be installed. I understand I can get ADO 2.7 from microsoft site. After Installation, how can I confirm that ADO is installed correctly. Is there a small test I can conduct to confirm that it is correctly installed. Can some


[2005] Confirm -- file stream openorcreate -
Filestream open or create will do just as it says, obviously? So if a user is running your application for the first time, it will create the filestream on it's initial use and then always open it thereafter. I suppose also you can create as many filestreams as you desire?


How to use jscript confirm in VB.NET -
I would like a message box on the client side. Everyone says to use jscript confirm, but how? Here is what I have so far. No errors but no confirm either. Function jscriptMsgBox() Dim response As Boolean Dim strBuilder As StringBuilder = New StringBuilder()


Javascript confirm function -
When using the Javascript CONFIRM() function the buttons labeled are OK and CANCEL. Is there any way to change these labels, or is there a way of creating a similar function so I can label the buttons in the way I want? Peter


Auto-confirm deletion of spreadsheet during runtime -
I load a spreedsheet during runtime, and delete it during runtime. The only problem is that the message box comes up asking me to confirm the delete. I don't want my users to have to see this and click it. Is there a way to remove the spreedsheet without having the user to click anythi


[Java Script] Confirm Box -
Well I am basiclly brand new to Java script, but I don't really plan on getting all that into since I am only looking for a few things. Anyways I read a quick tut got most of the basic syntax down and now I am wondering a few things. I read up on the confirm box and how it's used. B


Confirm serie formula -
We just started geometric series ("suite" in french) in math. Anyways, I figured out a formula for calculating the sum of N elements and I came up with: T(n) = ab^n S(min, max) = a(b^(max+1)-b^min)/(b-1) min = first element to sum max = last element to sum S(2,3) = a


Can some confirm for me (Crystal Reports) -
Hiya I am hoping that someone will be able to confirm the following as it has me really confused.... Is the Crystal Reports OCX obsolete? I am now running Crystal reports 7 and have had no end of problems with my apps which have reports created in Crystal Reports 5 I think. I


[SORTED!] Disable Append/Update Query prompts -
Using MS Access 2003, I have some Append and Update queries. Each time i run them from, I am prompted with 2 messageboxes, one to confirm the operation and another to confirm the update. Is it possible to disable these so Access just runs the query without prompting??


Confirm dialog on ASP:NET Button. Ho to do it -
Hi guys. I've an aspx page containing a button (ASP:Button) to delete some data. When user click on it I want to show a confirm dialog box (Are you sure? Yes/No) before to delete data effectively. How to do it? Click event is handled on the server! Thanks


Confirm Image -
I have a uploading script and i need to make sure that it isnt a exe (or anythign other than an image) being uploaded. For example, virus.exe.jpg. I need someting that would filter things like that out. <INPUT maxLength=128 name=image type=file ACCEPT="image/jpeg, imag


javascript confirm message -
BtnAddRec.Attributes.Add("onclick", "javascript:return confirm('Message Here')") I'm using this code in the btnAddRec click event, but it's not giving me the message. Is this correct?


javascript startupscript -
using vs2005 / 2.0 in my save button i have validation. when user clicks save, validation is checked, and if it fails, it does not postback. user then fixes errors. then when user clicks save buton again, confirm box appears, ok/cancel, for confirmation. i know with star


[02/03] Can you confirm if a print job has printed -
Hi, I have a report (cheque requisition) that I need to print out for the user, but I can only allow the user to print it one time. How can I confirm that it has been printed so that the user does not print more than once (I'm aware that photocopying will be the same)? This will b


messagebox type thing (again) -
I have searched this forum but I have not found a definite answer. I want to pop up a message box for a user to confirm something. If yes do this if no do that sort of thing. I am aware I have to user a javascript alert or confirm command but I don't know how in


Confirm Delete popup. -
I am trying to use a 'confirm delete' popup box when the user clicks on the 'delete' option. I get this error: Compiler Error Message: BC30456: 'confirm_delete' is not a member of 'ASP.listitems_aspx'. Here is some of the code: <script language="javascript">


AJAX confirm button extender question -
Hello everyone, I have a AJAX confirm button extender question. I have a extender referencing one of my buttons. The ok button of course causes a postback. This is fine and dandy but how can I use this to make decisions? There are many events that can cause a postback. So how c


I want to confirm a delete of a gridview row -
Okay, there are plenty of examples of how to do this already so that is not my question. My question is where is the execution path different depending on if the user has answered yes or no? I'm sure my eyes aren't working too well this morning, because I looked at three examples t


[2005] javascript(Confirm) in CheckedChanged -
Hi, I want display the confirm dislog when the user changes teh state of a check box... therefoer I used the following code. My checkbox is inside a formview control Code: (CheckBox)chkActive = (CheckBox)FormView2.FindControl("chkActive"); chkActive.Attri


Login!! -
I've asked this before and am needing help on one last page!! I have a members signup page where they sign up and have a user level of 0. I have to have a page which I can inlude on any page which will confirm they have logged in and if not kick them out of the login page and if the


Return Confirm Cancel Doesn't Cancel -
Hello, I am having a real problem with using two onclick js functions, one to turn the submit button into a disabled state with a please wait message and a second that pops up a confirm window for an OK/CANCEL to proceed. OK is working, the please wait is working, but cancel is not


question on how to use javascript in asp.net 2005 -
hi well i want to use javascript in the asp.net , both in the server side and in the client side maybe i have to confirm that in the top of a page like when i use the default VBscript <%@ Page Language="vb" AutoEventWireup="false" CodeBehind


Confirmation Needed on DIR$ -
HELP. Okay, okay.. this has been long enough, need to get it off my head.... I have always seen DIR$ and DIR around. Can someone confirm what the difference between those two? I know Date$ can cause havoc when internationalize an app causing the Day and Month to swap (depending w


[02/03] Confirm File Replacement Dialog Box -
Just thought I would ask before I start coding this myself. Anybody know if there is a way to get the Confirm File Replacement Dialog Box? You know, the one with with "Yes", "No", and "Yes To All"? By the way, if I do have to make my own, I am going t