Browse by Tags

Related Posts

  • Confirm box for dynamic button event

    Hi All, Can anybody guide me on How to use confirm box for the dynamic button event. I have two questions here : Q.1 How can this be done using AJAX ConfirmButtonExtender in case of dynamic events? Q.2 How can we do this using Page.RegisterStartupScript ? Here is the code which I am using and I want...
    Posted to ASP.NET AJAX UI (Forum) by ashugoel on 06-03-2009, 12:00 AM
    Filed under: ajax, box, confirm, ConfirmButtonExtender
  • Download confirmation problem

    Hello Friends, i have a problem of mobile confirmation delivery .i want that when user download the songs , wallpapers, Games hen i will check that either the file is started or not .untill the file is download completly , i will not cut the balance of client . can anyone know that how i confirm the...
    Posted to Client Side Web Development (Forum) by ervipingupta on 02-04-2009, 12:00 AM
    Filed under: confirm, Confirmation, download file
  • set focus on 'Cancel' button of Confirm msgbox

    I have following line of code to display a messagebox in javascript, confirm= window.confirm( "Are You Sure To Delete this User?" ); it has 2 buttons 'ok' and 'cancel'. Default focus is set on 'ok' button but i want to set it on 'Cancel' button. How can i do...
    Posted to Client Side Web Development (Forum) by Bhushan Lolge on 11-21-2008, 12:00 AM
    Filed under: client scriptcript, confirm, confirm box, Confirmation
  • Confirmation box based on condition

    On click of the save button, I have to check whether the inventory item exists for the store. If exists then, I have to ask the user whether the user want to use the same item that was already deleted. I am trying to achieve this with the following code. I am having this code in the save button click...
    Posted to Client Side Web Development (Forum) by muniappan on 07-08-2008, 12:00 AM
    Filed under: AJAX, client Side Web development, confirm, Confirmation
  • Having trouble getting a confirm box to popup

    Can anyone tell me why this code doesn't prompt the user when Nextpage is clicked? It's driving me mad! Thanks, file.aspx 1 <%@ Page Language= "VB" AutoEventWireup= "false" CodeFile= "emailform6new.aspx.vb" Inherits = "personnel_Default" %> 2 <...
    Posted to Client Side Web Development (Forum) by freelandera on 12-06-2007, 12:00 AM
    Filed under: popup, confirm, javascript
  • Re: ConfirmButton Question

    Hi, Not sure how you are creating your confirm buttons but this may help: http://forums.asp.net/t/1152598.aspx Set up your delete button like this: < asp : Button ID ="btnDelete" runat ="server" Text ="Delete" OnClick ="Delete" OnClientClick ="return confirm...
    Posted to ASP.NET AJAX Discussion and Suggestions (Forum) by djh on 11-29-2007, 12:00 AM
    Filed under: button, confirm
  • An Auto update Idea

    Dear All I have an Application Developed in Visual C (Not in .Net ) thats runs on my network Peoples have to Update their Client Apps to the newst version. I canot install .net framework on clients. Most of Users are not well aware of computers. I have a sinario to update the Client Application details...
    Posted to Client Side Web Development (Forum) by rashednadeem on 09-11-2007, 12:00 AM
    Filed under: AJAX, asp.NET, ASP.NET 2.0, browser, c#, client calls, Client Script, confirm, cross-browser, icons, IE, IE7
  • Using formview delete OnClientClick confirm doesn't work

    I have an edit page that is called from a previous page using an asp:hyperlink control with the URL 'editobjective.aspx?ObjectiveID=C120C0DE-EB77-46B0-BC38-977E76CA6BB6'. The edit page contains a formview control, and displays the fields to edit along with two linkbuttons at the bottom for Edit...
    Posted to Data Presentation Controls (Forum) by DotNet_Nubie on 08-31-2007, 12:00 AM
    Filed under: browser, Client Script, client Side Web development, confirm, Formview, Javascript Confirmation Dialog
  • Re: How to get an "are you sure?" messagebox when deleting for a Gridview control?

    Hi mcr132, If you haven't already, convert your GridView Command Button column to a templated field. Then set up your delete button like this: < asp : Button ID ="btnDelete" runat ="server" Text ="Delete" OnClick ="Delete" OnClientClick ="return confirm...
    Posted to Data Presentation Controls (Forum) by djh on 08-29-2007, 12:00 AM
    Filed under: OnClientClick, return confirm, button, confirm, Delete
  • Confirm message box during 2 data access

    Not sure if correct forum. I have a Save button which fires the click event in the .vb codebehind. This sub basically evaluates a title by making a SQL Server database call and seeing if the name already exists. I need to confirm an overwrite if it does, but I am not sure the best way. If it does not...
    Posted to Data Access and ObjectDataSource Control (Forum) by dadubba on 08-02-2007, 12:00 AM
    Filed under: SqlDataSource, confirm, message box
Page 1 of 2 (15 items) 1 2 Next >