T
Tony Girgenti
Hello.
When i develop a web form program using VS.NET 2003(VB), ASP.NET 1.1, i can
put a statement like this in my VB code-behind source file:
Me.btnGetArchivedTrips.Attributes.Add("onMouseOver", "alert('mouse over')")
When i do a search on the internet or wherever for ASP.NET client-side
javascript examples, 99% of the time, i get examples in javascript that are
coded in the HTML file for the web form.
Is it possible to do all of the things that can be done(or even most things)
in ASP.NET on a web form, using the above type of statements in the VB
code-behind file ? In other words, to not have to go into the HTML file to
do "javascript"(or whatever name you use for it).
Along with that, is there a name for that type of programming ?
I hope i explained that correctly.
Any help would be gratefully appreciated.
Thanks,
Tony
When i develop a web form program using VS.NET 2003(VB), ASP.NET 1.1, i can
put a statement like this in my VB code-behind source file:
Me.btnGetArchivedTrips.Attributes.Add("onMouseOver", "alert('mouse over')")
When i do a search on the internet or wherever for ASP.NET client-side
javascript examples, 99% of the time, i get examples in javascript that are
coded in the HTML file for the web form.
Is it possible to do all of the things that can be done(or even most things)
in ASP.NET on a web form, using the above type of statements in the VB
code-behind file ? In other words, to not have to go into the HTML file to
do "javascript"(or whatever name you use for it).
Along with that, is there a name for that type of programming ?
I hope i explained that correctly.
Any help would be gratefully appreciated.
Thanks,
Tony