It is not possible to use user points in ASP. The master helps

Updated on technology 2024-06-02
18 answers
  1. Anonymous users2024-02-11

    One, if there are multiple products.

    If you get an array, you can get each product by splitting it, and then enter it in a loop.

    2. Orders become 3 and cannot be accumulated.

    It's a bit of a guess.

  2. Anonymous users2024-02-10

    Here's the random function, my original oh, I hope it will be useful to you getrandnumber(max, min).'Gets a random number and returns the number in the [min,max] range, without repeats.

    function getrandnumber(max, min)randomize

    getrandnumber = cint((max-min+1)*rnd()+min)

    end function

  3. Anonymous users2024-02-09

    It's super simple.,Look at how you design it.,When you're done, I'll write a **fragment embedding it.。

  4. Anonymous users2024-02-08

    Post an error message to see.

  5. Anonymous users2024-02-07

    Oh, you ask like this, can anyone solve the problem?

  6. Anonymous users2024-02-06

    In fact, directly using JS to control the hole and the limb system is the photographer.

  7. Anonymous users2024-02-05

    You can open the single group permission setting in the special user group, and set it to be published in the foreground.

  8. Anonymous users2024-02-04

    Can the front desk of the moving network make an announcement?

    System announcements are published in the background and displayed in the foreground.

  9. Anonymous users2024-02-03

    There are many scenarios for such a thing.

    1.It may be an ISAPI program written by a program such as delphi and vb.2Probably a web servieces call 3Probably the iis rewrite technique.

  10. Anonymous users2024-02-02

    Take it directly and use it to find a way to solve it or in the lazy gallery js special effects.

  11. Anonymous users2024-02-01

    I think this problem is very simple, and the program is not complicated, that is, when I log in, for example, I log in, the id is tjoy7d, and then assign a session to me:

    session("userid") = "tjoy7d"

    After going to the My List page, I will take out this session("userid"That's it.,It's very simple.,How can this be a session value?,You clear your IE cache and cookies and try again.。

    If that doesn't work, then in the program, the page after logging in puts the session("userid"Take a look and see what the value is.

    If you have any questions, please feel free to write to us.

  12. Anonymous users2024-01-31

    No session !!

    If you want to be redirected to a different welcome screen depending on the number of people who want to log in, you can use it on the landing page"The page you want to jump to. aspx?username="+;

    Then on that welcome page, take out the value that you crossed through.

    string name="username="].tostring();

    This takes the value you passed from the login page!

    When you log in with another user, you pass through a different value, and you can change the user without having to close the browser and clear the current session!

  13. Anonymous users2024-01-30

    In fact, the session can be assigned repeatedly, for example: the form name is username, and then user=request("username"When your first username abc login is successful, session("a")=user

    When the second user EFG logs in, it is also used with session("a")=user is actually the session("a")="efg"

    If you don't have the above effect, use the sentence "session(.] before judging the login"a")=""Or.

    When no other session values are used).

    --The same can be achieved with cookies, and my current background management uses cookies.

    When the login is successful:"aaa")=user

    Then: Welcome <%="aaa"%> user login.

    If this is not the case, use the following sentence before logging in

    if "aaa")<>"" then

    aaa")=""

    end if

  14. Anonymous users2024-01-29

    You may not be wrong with your program, but you're testing it incorrectly. Session exists in the browser process. When you log in with a second username, you must close all browser pages before they are released and saved on your computer.

    If your test is on the same machine, it will not achieve the effect you want.

    It is recommended that you use two different browsers for the login test. For example, IE and Firefox. See if the effect is different.

  15. Anonymous users2024-01-28

    When logging in to the second user, you can clear the session.

  16. Anonymous users2024-01-27

    It's the same as datalist pagination, it's generic.

  17. Anonymous users2024-01-26

    lz with aspnetpager.

    If you don't know, just Google and look it up and you'll understand it at a glance.

  18. Anonymous users2024-01-25

    I still recommend that I write ** in the background to bind the foreground, so that the pagination can be implemented more freely.

Related questions
9 answers2024-06-02

do while not

Output line. for i=1 to 3 >>>More

15 answers2024-06-02

Or is it a matter of logic when you write a program.

First, if then >>>More

5 answers2024-06-02

You see if you started the asp parsing file.

10 answers2024-06-02

File**.

msg(i)next >>>More

11 answers2024-06-02

There is a serious error in your statement.

The right one should be like this. >>>More