C# WPF Tutorial 16- Database values in textbox if select Combobox
how to bind combobox to textbox in C# WPF sqlite ComboBox and TextBox C# WPF sqlite How to show combo box selected value in a text box C# WPF sqlite ...
Please can you help me make a login page with combo box ,so that what i
select from the combo box will redirect me to a next page,like creating a
user access level and admi access level whereby when the user chooses user
it should send him or her to a next page and when admi chooses it should
also send him to a different page please help me.........
Drew baker bro # I am not British or American. English is not my native language. So its not important how accurate I'm but more important thing is , how i express it. Anyway I'm from Bangladesh. Bro, thanks for your comment.
This Tutorial will show you ' How to pass text of an Indexer (eg: TexBox, Label, etc. )/ Variable to another Form. This is very simple to do, have a try. Coming ...
+Bibesh Manandhar Hello, Bibesh,I think you have not carefully watched the video. It doesn't matters whether it is a grid, text box, label or any other tool, in all there case we need to use a variable to store the data and to send it to the next form.I here transferred a String from my first form (The string lies inside of a grid, where ever it is...just store it in a variable ) to my second form. You all need is just declare a member variable 'Public Static String ' as its type, in your first form, and set a value to it. Now you can access this variable from any other forms of your current project by calling it like ' form1.thevarialbename '.I hope you got this answer cleared. If you are still confused pls reply me w will send you the clarified video