Search:

Type: Posts; User: thorskonnord

Search: Search took 0.03 seconds.

  1. Opening new Window without closing the previouos Window

    In my Asp.Net VB project, I would like to be able to open a new page without closing the previous one. The new page makes calculations that I can send back to the previous page using Session State. ...
  2. VS 2010 Expression Validator excluding specific string

    I need to find out if a Gmail email is entered in a text box. Can anyone please give me the ValidatonExpression to use for this?

    Thank you,

    Thor Skonnord
  3. Replies
    3
    Views
    654

    VS 2010 loading code vs. executing code

    My project uses a large sub-routine. It can also use half the code to execute on of the functions. If I create a second routine that uses only the half required, which is better? To execute the...
  4. Re: Redirect recurs after returning to original pate

    That makes sense. Now that I understand that, I can probably make a way to reset the selected index back to 0 after the code fires.

    Thank you again!
  5. Re: Redirect recurs after returning to original pate

    Another good idea but it does not change the outcome. What is interesting is that there is another characteristic of executing code from a drop down list. When you execute code from one of the drop...
  6. Re: Redirect recurs after returning to original pate

    Good idea, but it does not work with -1. That generates and error because it is not a selected value. I had previously tried the same thing with 0, and that did not generate an error but the result...
  7. Re: Redirect recurs after returning to original pate

    I tried your suggestion. After running the ddl, and going to Page2 and then returning to page1, the selected value is still 1. And clicking either button1 or button2 executes the code in the ddl...
  8. Re: Redirect recurs after returning to original pate

    Inherits System.Web.UI.Page

    Protected Sub ddlTools_SelectedIndexChanged(sender As Object, e As System.EventArgs) Handles ddlTools.SelectedIndexChanged
    If ddlTools.SelectedValue = 1...
  9. Re: Redirect recurs after returning to original pate

    Would it be OK to post a link to the page I am referring to? If so...[URL="http://www.QQWebsite.com/Thor/FhaSale"[/URL] You probably do not use FHA mortgages in England, but you will see what I am...
  10. Re: Redirect recurs after returning to original pate

    The question is...How do I prevent Response.Redirect from recurring?

    The project uses Response.Redirect to move open a new page. The problem is after returning from the new page by using the back...
  11. Redirect recurs after returning to original pate

    Response.Direct works. However, after returning to the original page using the back button, when any other code executes, the redirect code fires again. This takes the user back to the previous...
  12. Replies
    5
    Views
    2,878

    Using multiple web forms

    My application opens a second web form to do calculations. I use Response.Redirect to open the second page.

    When returning to the first page, I need all the values to be retained. In order to do...
  13. Replies
    12
    Views
    3,759

    Re: Me.Hide or frmMyForm.Hide

    Thank you jmcihinney, you gave me the answer. I was opening the form as a popup using JavaScript.


    Dim url As String = "Income.aspx"
    Dim s As String = "window.open('" & url + "',...
  14. Replies
    12
    Views
    3,759

    Re: Me.Hide or frmMyForm.Hide

    175637
    Sorry about the whole screen shot. It was not being lazy. I actually spent about a half hour trying to capture the list of options, but it closed every time I opened my screenshot software....
  15. Replies
    12
    Views
    3,759

    Re: Me.Hide or frmMyForm.Hide

    Sorry, I am new at this forum. This is the only code that I have. After Me. there are many options starting from Adapter to XSelectPath. The closest to what I want to do is Hide. But I simply...
  16. Replies
    12
    Views
    3,759

    Re: Me.Hide or frmMyForm.Hide

    The only code that I use is Me.

    After that, the list does not include Hide or Close.

    That is all that I know. I must not be doing something to add a reference or something.
  17. Replies
    12
    Views
    3,759

    Re: Me.Hide or frmMyForm.Hide

    The only code that I use is Me.

    After that, the list does not include Hide or Close.

    That is all that I know. I must not be doing something to add a reference or something.
  18. Replies
    12
    Views
    3,759

    Me.Hide or frmMyForm.Hide

    I want to close a form that was opened while a second form is open. I would expect that Me.Hide or Me.Close would work.

    However, .Hide or .Close do not come up as options.

    This is in VB.Net.
  19. Common Dialog Control + Printer Default

    When my project prints, using the Common Dialog Control showprinter and the cdlControl printer default property set to True, the number of copies gets left in the Printer software.

    In other...
  20. Common Dialog Control + Printer Default

    When my project uses the Common Dialog Control to print, using printer.print etc, with the Printer Default property set to true, everything works fine except....

    When the user sets Copies to...
Results 1 to 20 of 20



Click Here to Expand Forum to Full Width