Search

You searched for the word(s): userid:697325

Matching Posts

  • Re: Show differences between two files

    you don't understand, i don't want to compare two pieces of source code, i want to be able to provide a facility for the USER to be able to see the difference between two files via the APPLICATION. basically the application allows the user to import files. the user would like to compare the file that is ready to be imported with a file that has already been imported. they would like to do this via the application . therefore, is there any code, or a plugin, or an off the shelf control i can
    Posted to Web Forms (Forum) by jesibl on 5/21/2009
  • Show differences between two files

    Hi, I have an ASP .NET application where the user can select two files to compare. If there are differences between the two files, I would like to somehow display the line by line differences between the two files. Is this possible? Is there a third party control that I need to purchase to do this? Any tips would be appreciated.
    Posted to Web Forms (Forum) by jesibl on 5/21/2009
  • Update GridViewRow without updating and rebinding GridView

    Hi, I have a Grid which is immediately editable on page load so the user does not need to click the "edit" button to start editing. When the user has completed editing the row, I am planning on saving the row data to the database. As the user may be editing other rows in the Grid, I do not want to refresh and rebind the Grid when the row is successfully saved to the database, but I would still like to indicate to the user somehow that the save was successful (or that the save was unsuccessful
    Posted to Data Presentation Controls (Forum) by jesibl on 5/7/2009
  • Re: Capturing event when user leaves row

    sorry but the problem i see with this is that when i leave ANY text box, the save will occur. i want the save to occur only when the user leaves the ROW.
    Posted to Data Presentation Controls (Forum) by jesibl on 5/3/2009
  • Capturing event when user leaves row

    Hi, I have a GridView which has textboxes which the user will fill in with data. When the user leaves the row, I would like capture that event and validate and save the row. Is there an event I can plug into to capture when the user leaves the row? Note that when the GridView loads it is already editable. I am not providing a button called "Edit" which changes the row into an Editable format. Thanks
    Posted to Data Presentation Controls (Forum) by jesibl on 5/1/2009
  • Multiple line alert

    Hi, In normal Javascript I can create a multiple line alert by adding \n whenever I need a new line break. When I try to do this in my ASP .NET application I get the "Unterminated String Constant" error. The code I'm using I grabbed from online and looks like this: /// <summary> /// A JavaScript alert /// </summary> public static class Alert { /// <summary> /// Shows a client-side JavaScript alert in the browser. /// </summary> /// <param name="message">
    Posted to Client Side Web Development (Forum) by jesibl on 7/23/2008
  • Re: Test user has PDF viewer installed on browser

    I've read the article before and it doesn't really help me. I want to know: is there a way of testing whether a client browser has the ability to view PDF documents?
    Posted to Web Forms (Forum) by jesibl on 7/21/2008
  • Test user has PDF viewer installed on browser

    Hi, I have a webpage which will display a PDF embedded in the page (using an iframe). Is there a way of being able to test whether the user has the PDF viewer installed for their browser? If they don't have the viewer, I'd like to prompt them to install the pdf viwer and also disable a save button that will be on the page.
    Posted to Web Forms (Forum) by jesibl on 7/20/2008
  • Display PDF in ASPX page - remove Save/Print controls

    Hi, I have an aspx page which has an iframe where I embed a PDF document. By default, you get the toolbars for the PDF viewer displayed which allows the user to save, or print the PDF. Is there a way of being able to remove these toolbars from the PDF viewer?
    Posted to Web Forms (Forum) by jesibl on 7/18/2008
  • Return user to previous page with populated data

    Hi, I have two pages in my ASP .NET application. EditDetails.aspx and Conditions.aspx. EditDetails.aspx has textboxes and dropdownlists which the user edits. When they are ready to save, they click on the "Save" button which doesn't save the details, but instead redirects them to the Conditions.aspx page. Conditions.aspx displays terms and conditions and if the user accepts the conditions, the details from the EditDetails.aspx page are saved. I use Server.Transfer to get from EditDetails
    Posted to State Management (Forum) by jesibl on 7/16/2008
Page 1 of 11 (104 items) 1 2 3 4 5 Next > ... Last »