In code view at the very top of the page before the html tag what do you see? There should be something like this: <%@ Page language="c#" Codebehind="CodeBehind.cs" Inherits="ASPPlus.CodeBehind" %>
The page referenced is where you will find the server side processing code. Cheryl D Wise MS MVP Expression - Author: Foundations of Microsoft Expression Web http://by-expression.com Adobe Community Expert - Dreamweaver http://starttoweb.com -----Original Message----- From: Linden, Todd Hal, You will need to view the "page behind" which is usually named the same as the "page in front" but appended with .vb or .cs. (e.g. page1.aspx "page in front", page1.aspx.vb "page behind") In that "page behind" you will find code for btnPackage_Click. - Todd -----Original Message----- From: Hal I don't work with asp.net, so I have no idea what I'm getting into, but the boss has asked for some help. I've got a file with the following code in it <asp:ImageButton ID=btnPackage1 ImageUrl="/images/dialup/signupbutton.jpg" Runat=server OnClick="btnPackage1_Click" /> Of course when you click on the button it sends the visitor to a url with all the correct variables. Where might I look for what information is being passed when I clidk on 'btnPackage1'? This probably isn't much to go on, but I had to start somewhere. ____ The WDVL Discussion List from WDVL.COM ____ To Join wdvltalk, Send An Email To: mailto:[EMAIL PROTECTED] or use the web interface http://e-newsletters.internet.com/discussionlists.html/ Send Your Posts To: [email protected] To change subscription settings, add a password or view the web interface: http://intm-dl.sparklist.com/read/?forum=wdvltalk ________________ http://www.wdvl.com _______________________ You are currently subscribed to wdvltalk as: [EMAIL PROTECTED] To unsubscribe send a blank email to [EMAIL PROTECTED] To unsubscribe via postal mail, please contact us at: Jupitermedia Corp. Attn: Discussion List Management 475 Park Avenue South New York, NY 10016 Please include the email address which you have been contacted with.
