Click here to Skip to main content
15,886,199 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
I have one UniqueRandomNumber() function in asp.net and want to call this function 25 times on server side not on client side so all client will able to see all previously called number on single clicking on button and every time new generated number assign to a label and after every call funtion has to wait for 3-5 sec.
Posted

1 solution

Overall, you sound like talking to server side from client side. Your question is not too clear.
In order to talk to server from client,
There are few ways to interact with server side through client side(Javascript):
1. XMLHttpRequest[^]
2. Callback[^]
3. WebService call[^]
4. PageMethod[^]
 
Share this answer
 
Comments
Albin Abel 27-Apr-11 12:23pm    
Yes OP question is not clear. However the links provide good information. My 5.
Sandeep Mewara 27-Apr-11 12:33pm    
Yeah. THanks.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900