❔ Visual Studios, How to make a list of students and make a teacher type students name or type info
2 Replies
A few issues here...
One, you are using Visual Basic, not C#. This is a C# discord.
Two:
Type.GetType
.. I don't know VB very well, but isnt there a typeof(string)
or similar? I dont like string based runtime reflection.
Three: I don't know what StudentId_txt
is, but I think its a textbox. That means you need to access the .Text
property on it to access the valueLooks like nothing has happened here. I will mark this as stale and this post will be archived until there is new activity.