Click here to Skip to main content
15,891,473 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I am trying to update a row in a datbase but i need to save the ID somewere. But in Win Forms i can't fint a hiddenfield in the toolbox , what should i use instead?
Posted
Comments
Krunal Rohit 24-Feb-14 9:38am    
Okay, so you want to hide the field or update the data ?

-KR

1 solution

Why you need a hidden field, a private member variable would do that job. This is Win Form, you have the freedom of using memory which is persistent and can be used on instance lifetime.
 
Share this answer
 
Comments
Kurac1 24-Feb-14 9:40am    
Okej can u give me an example?

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