|
-
Aug 16th, 2005, 02:09 PM
#1
Thread Starter
Member
HELP!! new to asp.net!
Hi, I am making an ASP.NET web form for the first time, and I have a few questions:
1) How do you make global array variables?
I know that you can make global variables such as:
Application("end")=end
in your Global.asax's Application_Start (..) and access it in ur Page_Load:
Application("end")=false
but for arrays, how do you declare it and call it?
2) How do you allow for the user to move an object on the page? (ex: if the user is allowed to move an icon around the page to wherever they would like)? Also, how would you restrict the user to only move horizontally (or vertically)?
Thank you SO much in advance for any help.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|