Click here to Skip to main content
15,922,166 members
Please Sign up or sign in to vote.
1.00/5 (2 votes)
See more:
how to give access rights to only few students when they try to update the settings on a settings form without using database data.
Posted

1 solution

Other than hard coding the peoples ID values in your source code, you have to store them somewhere and if not in a database you can use a text file.
 
Share this answer
 
Comments
RoshInd 1-Oct-11 3:23am    
how to do it?could you please help?
Mehdi Gholam 1-Oct-11 3:29am    
string[] names = File.ReadAllLines("names.txt");

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