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...
User Profile
Collapse
-
Unlock Data when User exits ... (OnUnload)?
-
http://80.122.147.182/lh2/buchungneu2.asp x
Please klick on the calendar symbol ...... -
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 -
-
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...Leave a comment:
-
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 -
-
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.
... -
Thanks a lot!!!!!
It works fine!!!
Best regards from Vienna!
Petra...Leave a comment:
-
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...Leave a comment:
-
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!!
PetraLeave a comment:
-
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...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....
No activity results to display
Show More
Leave a comment: