User Profile

Collapse

Profile Sidebar

Collapse
Petra
Petra
Last Activity: Mar 24 '07, 01:10 PM
Joined: Oct 26 '06
Location: Vienna
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • Petra
    started a topic Unlock Data when User exits ... (OnUnload)?

    Unlock Data when User exits ... (OnUnload)?

    Hi!

    I don't know how to handle the following problem:

    When a User clicks on the detail view of an item, I lock the item in the database. If the user exits with clicking the cancel or ok button I unlock the item and everything works fine.

    But if the user exits just closing the explorer window or clicking on an other menu item in the frame, the item is still locked.

    I tried to load an aspx...
    See more | Go to post

  • Petra
    replied to Listbox destroys Popup Calendar
    http://80.122.147.182/lh2/buchungneu2.asp x

    Please klick on the calendar symbol ......
    See more | Go to post

    Leave a comment:


  • Petra
    started a topic Listbox destroys Popup Calendar

    Listbox destroys Popup Calendar

    Hello!

    I'm searching for a solution for this problem:

    I use a calendar which pops up when press a button, but behind it, the listboxes "shine" trough the calendar.

    I found on this webpage iframes, but I don't know how to use that?

    Thank you very much for your help.

    Petra

    http://dotnetjunkies.c om/WebLog/jking/archive/2003/07/21/488.aspx
    See more | Go to post

  • Thank you for your help too!!...
    See more | Go to post

    Leave a comment:


  • Hello Scripto!

    Thank you for your help,
    in the same moment i found:

    If (Session("LastS ortOrder")) Is Nothing Then

    Both works!!
    Best regards!
    Petra...
    See more | Go to post

    Leave a comment:


  • Petra
    started a topic if Session("LastSortOrder") = Null then ...

    if Session("LastSortOrder") = Null then ...

    Hello!

    I like to check is the session variable "LastSortOr der" allready exists.

    But I can't find a way in VB.

    if Session("LastSo rtOrder") = Null then brings an error.

    I also can't use system.dbnull ....

    What can I do?

    Thanks
    Petra
    See more | Go to post

  • Thanks a lot again - it works!!!

    Best regards!!...
    See more | Go to post

    Leave a comment:


  • Petra
    started a topic Messagebox Delete Yes/No doesn't postback

    Messagebox Delete Yes/No doesn't postback

    Hello again!

    Before I delete a record at the database I like to pop up a messagebox with the question "Are you sure ..." Yes/No

    I found this:

    Löschen.Attribu tes.Add("onClic k", "return confirm('Delete ');")

    It works, there is a message when I click on my Button "Löschen" but it doesn't matter if I say cancel or ok, it doesn't bring a postback.
    ...
    See more | Go to post

  • Petra
    replied to Running Javascript and ASP
    Thanks a lot!!!!!

    It works fine!!!

    Best regards from Vienna!
    Petra...
    See more | Go to post

    Leave a comment:


  • Petra
    replied to Running JavaScript in ASP.NET
    hi!
    i tried the same,
    but
    response.write "<script>window .location.reloa d(true);</script>"

    doesn't work.

    i use microsoft web developer but
    "<script>window .location.reloa d(true);</script>" is not a valid string.
    could you please help me?

    thank you!!
    petra...
    See more | Go to post

    Leave a comment:


  • Petra
    replied to Running Javascript and ASP
    Hello!

    I have a question to this topic:

    Is it possible to define the sequense of the functions which i add with:

    Button.Attribut es.Add("onclick ", "MM_goToURL ()")

    Because I like to go run through the ASP Code first.

    Thank you for your help!!
    Petra
    See more | Go to post

    Leave a comment:


  • Petra
    replied to sql problem
    Hi!

    Try something like this:

    dim staffid as string
    dim sql as string

    staffid = session("staffi d").tostring ()

    sql = "SELECT MyStaff.Name, LeaveTaken.Leav e FROM MyStaff LEFT JOIN LeaveTaken ON MyStaff.ID = '" & staffid & "'"

    Best regards,
    Petra...
    See more | Go to post

    Leave a comment:


  • ASP and Frames or how can I call a Javascript Function from VB Code?

    Hello!

    I'm developing my first website with ASP.

    Now I seached the hole internet for a answer, but nobody seems to have the same problems as I am:

    I like to refresh a frame from another part of the frame.

    I tried the following ways:

    Mixed my code with Javascript, but the problem ist,
    bevor I want to refresh the frame, I like to write somethings to the database....
    See more | Go to post
No activity results to display
Show More
Working...