Link to home
Start Free TrialLog in
Avatar of andieje
andieje

asked on

If (context.Response.StatusCode = &H191)

Hi
I have encountered the code above in the Forms authentication module. I don't know what the above status code means. Many thanks
andrea
Avatar of spprivate
spprivate
Flag of United States of America image

This code belongs to Windows API message

LB_GETSELITEMS  which is a message to retrive all selected items from Listbox

"Sending the LB_GETSELITEMS message to a multiple-selection list box retrieves an list of all the selected items. The index of each selected item is copied into an array passed with the message. For single-selection list boxes, send the LB_GETCURSEL message instead."

http://www.xs4all.nl/~rjg70/vbapi/ref/l/lb_getselitems.html
Avatar of andieje
andieje

ASKER

Hi
thanks for your response but it is supposed to be something to do with a http status code. You can see the code in situ in the OnLeave event of the forms authentication module
thanks
ASKER CERTIFIED SOLUTION
Avatar of andieje
andieje

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial