Question echoing out vb variables into my html code?

Marshall700

Member
Joined
Apr 21, 2011
Messages
19
Programming Experience
Beginner
Hey,

Is there an alternative to using response.write()? or Perhaps a method of combining both my vb code and html coding into one page. I know that i can use the <script> blocks but can i place them inside the html <body> tag>? Also is there a way of echoing out vb variables into my html code?

Many Thanks

Marshall
 
Hi... I think you might need to explain what you're trying to achieve - from what you've written, the standard ASP.Net model of a client facing web page and server side code-behind does the job.
 
Basically atm ive created an event calendar using vb and asp.net but am having trouble putting variables within my html coding. ive been experimenting using the response.write but it screws around with my css.

thanks for quick replies
 
Back
Top