Hiding user control in asp.net?

lanreodedeyi

New member
Hi everyone,

I am currently developing an application that will allow multiple users to chat. and i was wondering that if i have different users and i want them to take turns in using the the chat

Can i have it that a variable that will be stored in my global.asa file or my database or xml file will let certain buttons not be used?

I.e if it is players 1 turns to talk. all player two will see is a text area to receive the message?

I am using asp.net and asp buttons( control)

Can this be done as i was told that each user receives a separate web page due to the fact that each http request is different.
 
Back
Top