Ask a Question related to ASP.NET General, Design and Development.
-
Gandalf #1
Visual Studio deleting my delegates!
I use VS.NET 2003 and C# to write ASP.NET pages. VS keeps deleting the
delegates I manually code into the InitializeComponent() method. Ones that
it adds are ok. Thing is, in some cases there's no way around coding your
own, such as when a webcontrol is inside another webcontrol and you can't
access it thru the designer.
This is causing me a lot of hassle. Help appreciated.
--
Gandalf Guest
-
DW8 to Visual Studio
I would like to get my DW8 asp.NET pages to open up in Visual Studio 2003. I have some co workers that need to do some work as well..... I have... -
Visual studio?
Not that i dont like the flex ide, but i'd much rather use visual studio? has anyone found a plug in or tried to intergrade into vs.net yet? -
Visual Studio .Net
You may need to repair your IIS mappings. To do this, run the following command: aspnet_regiis.exe -i Here's further information:... -
Disassembly Tab in Visual Studio
I don't know what i did, but when I run a windows form application from the Visual Studio debugger, a new tab shows up in the main document tab... -
Visual Studio.NET and PHP
Hello, Does anyone have an idea how to integrate PHP into Visual Studio .NET 2003. Thanks, Albert Ahtenberg -
Natty Gur #2
Re: Visual Studio deleting my delegates!
Hi,
The designer will override the InitializeComponentmethod content. MS
even worn you with note at the pricedure :
/// <summary>
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
/// </summary>
you can create you own function and call it from OnInit.
Natty Gur, CTO
Dao2Com Ltd.
28th Baruch Hirsch st. Bnei-Brak
Israel , 51114
Phone Numbers:
Office: +972-(0)3-5786668
Fax: +972-(0)3-5703475
Mobile: +972-(0)58-888377
Know the overall picture
*** Sent via Developersdex [url]http://www.developersdex.com[/url] ***
Don't just participate in USENET...get rewarded for it!
Natty Gur Guest



Reply With Quote

