Hi Gurus, Good afternoon. I would like to kindly ask for your assistance on this issue that I have. I am just starting to build my first webapp and I am farily new in ASP.net and C#. have a text box with a button and what I am trying to do is that the user
would input a value in the text box and when the button is pressed, I would need to check a database table and update some records. I am currently using C# in my code behind files. Could you please kindly advise on how I could go about this? Thanks so much
in advance and happy holidays! :)
So basically the process would be:
1. User inputs ID number
2. Clicks button
3. Record is selected in database depending on the ID number.
4. Check status of ID number from the record retrieved
5. Depending on the status of the ID number I would like to trigger an error with sound or update a record in the database table
Go to the complete details ...