I'm new to asp.net and visual basic.
I have an assigment where I must send queries to the database and the returns data. I would like to convert that data to a json and then use it with jQuery
My idea is make an array (arrayList?) and then convert it to json.
How can i use json with asp.net vb? I'm not allowed to use a webservice yet
I forgot to mention that this would be a new module in DNN