Hi i am a newbie when it comes down to .net programming. Especially VB.net. I am fluent in VBScript and ASP but not VB and VB.net so please bare with me. My current problem is I would like to do the simple thing known as assigning a textbox the value thats in the database. In vbscript it would be something like this...
tbx1.text = rsName("FieldName")
But in VB.net i have no idea... Can someone please help.. This is absolutely driving me insane.
tbx1.text = rsName("FieldName")
But in VB.net i have no idea... Can someone please help.. This is absolutely driving me insane.