🔒 Closed User Input c# windows form

Status
Not open for further replies.
hmm, siguro po write to file nalang tas if magllogin ka po iread file and search keyword tas compare if existing ang user input sa file
 
pwede ang write to file pero not recommended. bakit? if marami ng users nakasave babagal siya. thats why merong database
 
hmm, siguro po write to file nalang tas if magllogin ka po iread file and search keyword tas compare if existing ang user input sa file
C#:
    public List<User> Users { get; set; } = new List<User>();
        public frm_login()
        {
            InitializeComponent();
            Users.Add(new User() { Firstname = "esa", Lastname = "jose", Username = "admin", Password = "admin" });
            Users.Add(new User() { Firstname = "kim", Lastname = "domingo", Username = "admin1", Password = "admin1" });



yung ganito po ba?
 
Status
Not open for further replies.

About this Thread

  • 7
    Replies
  • 788
    Views
  • 5
    Participants
Last reply from:
PHC_Shion

Trending Topics

Online now

Members online
1,207
Guests online
3,195
Total visitors
4,402

Forum statistics

Threads
2,308,141
Posts
29,183,470
Members
1,191,857
Latest member
buddhi p r s
Back
Top