Code Behind

  • Thread starter Thread starter A.M
  • Start date Start date
A

A.M

Hi,

I want to have both code and HTML in same page so I removed CodeBehind and
Inherits directives from top of the aspx page. The problem that I have now
is Visual studio.NET 2003 doesn't help me to create event handlers.

How can i have VS.NET 2003 help me to create event handlers when i don't
have code behind ?

Thanks,
Ali
 
Hi,

Unfortunately VS only has real integrated support for the code behind model.

Chris Taylor
 
Yes, Chris is right. VS.NET IDE doesn't support to create event handler in
HTML view automatically.

Luke
Microsoft Online Support

Get Secure! www.microsoft.com/security
(This posting is provided "AS IS", with no warranties, and confers no
rights.)
 
Back
Top