easy! #1 Find the .aspx and make the following changes src="\whatever\NewsScriptIWrote.aspx" and change the inherits to use the class name in your file not the one in the bin directory.
http://www.learnasp.com/freebook/learn/visualinheritance.aspx shows how the src directive works. Then you don't disturb their code and use your own code instead. #2 To get the source for their page as startinfg point use the Roeder Reflector and teh File Disassembler add-in. Point it at theirc bin directory and it will generate a .vb or .cs for every page in their bin directory. This trikc will blow way anybody that see it. I ahve done it many times with sucees. You can even use the SRC directive on Brinkster or hosts that forbid \bin directories and compononets in machine.config and get server controls and assemblies compiled without a BIN directory. On 11/4/05, Mike Appenzellar <[EMAIL PROTECTED]> wrote: > > I code using Visual Studio but I have a co-worker that from time to > time may have to update my code behinds. What is the best/easiet way > for them to compile the code so that you see the changes? I assume > they would have to do a command line thing on the server itself? > > > SPONSORED LINKS > Java programming > language<http://groups.yahoo.com/gads?t=ms&k=Java+programming+language&w1=Java+programming+language&c=1&s=31&.sig=tymw-c2wBe5bZTsElMCc6g> > ------------------------------ > YAHOO! GROUPS LINKS > > > - Visit your group > "AspNetAnyQuestionIsOk<http://groups.yahoo.com/group/AspNetAnyQuestionIsOk>" > on the web. > - To unsubscribe from this group, send an email to: > [EMAIL PROTECTED]<[EMAIL PROTECTED]> > - Your use of Yahoo! Groups is subject to the Yahoo! Terms of > Service <http://docs.yahoo.com/info/terms/>. > > > ------------------------------ > [Non-text portions of this message have been removed] ------------------------ Yahoo! Groups Sponsor --------------------~--> Get Bzzzy! (real tools to help you find a job). Welcome to the Sweet Life. http://us.click.yahoo.com/A77XvD/vlQLAA/TtwFAA/saFolB/TM --------------------------------------------------------------------~-> Yahoo! Groups Links <*> To visit your group on the web, go to: http://groups.yahoo.com/group/AspNetAnyQuestionIsOk/ <*> To unsubscribe from this group, send an email to: [EMAIL PROTECTED] <*> Your use of Yahoo! Groups is subject to: http://docs.yahoo.com/info/terms/
