Search

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

Matching Posts

  • Re: Modal Form Question?

    I found a posting on the web that done something similar to this for HTML pages only. After some trial and error I finally managed to get this working for ASPX pages, no idea how or why, but instead of using a Modal Form I'm using a standard pop-up (Modal causing problems on postback) Parent Page: <script language="javascript"> function GetReason() { var winWidth = 300; var winHeight = 300; var winLeft = (screen.width-winWidth)/2; var winTop = (screen.height-winHeight)/2; win1 = window
    Posted to Getting Started (Forum) by bradyjp_1974 on 11/3/2004
  • Re: Modal Form Question?

    I follow what you are saying but do you have the javascript code that would force a "postback" on the parent form with the additional values in the querystring i.e. "The return a javascript with in it: refresh the parent passing an extra querystring tag and then close the poup" I don't want my parent form to re-load, but to post-back (retaining any values already on the form) Thanks!
    Posted to Getting Started (Forum) by bradyjp_1974 on 11/2/2004
  • Modal Form Question?

    Hi All, I have a requirement as follows: I need to pop-up a modal form from a parent form in my application, have the user enter some data, do some database inserts from my modal form, return a value to my parent form and then have the parent form update automatically (with values based on the return value of the modal form). Does anyone know how this can be achieved i.e. have the modal form set-up in such a way that on the Save button some Db activity is processed, the modal form is closed, a value
    Posted to Getting Started (Forum) by bradyjp_1974 on 11/2/2004
  • Re: Hot to upload all files in a pre-defined directory?

    Thanks guys. The application will run on our local intranet. The usage of the page in question will be refined to a single pre-defined folder, the number of files will be between 10 and 20 and the number of users accessing this functionality will be between 1 and 5. I don't necessarily have to upload the files to the web-server, it was just one approach I was considering. JakeJeck... I'll be sure and let you know when it is done so you can get your credit card info and passwords and put them to good
    Posted to Getting Started (Forum) by bradyjp_1974 on 10/14/2004
  • Hot to upload all files in a pre-defined directory?

    Hi, I have a requirement whereby I want to upload all files from a pre-defined directory to my web server. I've seen examples whereby you can place a fixed number of File Input tags on your web page e.g. <INPUT id="File1" type="file" name="File1" runat="server"> <INPUT id="File2" type="file" name="File2" runat="server"> but this method requires the user to individually specify each and every file and only
    Posted to Getting Started (Forum) by bradyjp_1974 on 10/13/2004
  • Popup Message following Server Side Code Processing

    Hi, I have a web form with a button. When the user presses the button javascript associated with the button is invoked to ask the user to confirm their action via an alert statement cmdAuthRpt.Attributes("onclick") = "javascript:return confirm('ALL Records for the selected Office will be Authorised. Press OK to Proceed, Cancel to quit.');" Once pressed the Server Side code is invoked and once complete you are returned to the same Web Form. What I would like to do is have another
  • Re: Populate Listbox with Datagrid Column Headers?

    Hi, Just wondering if anyone has any thoughts as to how I can achieve this? Thanks
    Posted to Data Presentation Controls (Forum) by bradyjp_1974 on 9/16/2004
  • Re: Datagrid Sorting - Using Stored Procedures

    tomz... am i correct in saying that your approach only supports sorting based on a single column in the datagrid?
    Posted to Data Presentation Controls (Forum) by bradyjp_1974 on 9/15/2004
Page 1 of 5 (45 items) 1 2 3 4 5 Next >