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 [mailto:[EMAIL PROTECTED] Sent: Wednesday, June 18, 2008 1:20 PM To: [email protected] Subject: [wdvltalk] Need some dot net help 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. Thanks, Hal ____ 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.
