Code-behind methods

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I am using C#, an i've notice a big diference, from the page methods, while using vb.net. When creating one web application using vb.net i can use all the normal methods like: pre-render, load and unload methods of the page object. That is quite diferent while using C#, i dont know why, but i can only see my web site namespace in this case, snet.mine.nu.chat, and its objects, but nothing about methods like the above for the page object. I can only this 3 page_load, oninit and initialize. Why is this happening.
I make the same inports in the both languages.

Thanks in advance,
Marco
 
The VS.Net IDE looks different depending on the language you use. Everything
is there, but in a different place, with a different way of doing things. If
you continue to have problems using C#, try posting on the
microsoft.public.vstudio.general newsgroup.

--
HTH,
Kevin Spencer
..Net Developer
Microsoft MVP
Big things are made up
of lots of little things.

Marco said:
I am using C#, an i've notice a big diference, from the page methods,
while using vb.net. When creating one web application using vb.net i can use
all the normal methods like: pre-render, load and unload methods of the page
object. That is quite diferent while using C#, i dont know why, but i can
only see my web site namespace in this case, snet.mine.nu.chat, and its
objects, but nothing about methods like the above for the page object. I can
only this 3 page_load, oninit and initialize. Why is this happening.
 
Back
Top