hi, i have a vb.net program and i would like to make it web based. how can i do that? heard i can use something called web method, any ideas? thanks.
Printable View
hi, i have a vb.net program and i would like to make it web based. how can i do that? heard i can use something called web method, any ideas? thanks.
All I can suggest is learn ASP .NET.
http://www.asp.net
You can start a webapplication in vb.net. open the aspx-file and start dragging and dropping. After that rightclick and choose "view code". There you can start slinging your vb.net code...:rolleyes: