Wrox Programmer Forums
Go Back   Wrox Programmer Forums > ASP.NET and ASP > ASP.NET 1.0 and 1.1 > ASP.NET 1.0 and 1.1 Basics
|
ASP.NET 1.0 and 1.1 Basics ASP.NET discussion for users new to coding in ASP.NET 1.0 or 1.1. NOT for the older "classic" ASP 3 or the newer ASP.NET 2.0.
Welcome to the p2p.wrox.com Forums.

You are currently viewing the ASP.NET 1.0 and 1.1 Basics section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old July 31st, 2004, 03:28 AM
Friend of Wrox
 
Join Date: Jul 2004
Posts: 623
Thanks: 0
Thanked 1 Time in 1 Post
Default

Are you sure in your code behind(somewhere like InitializeComponent() or even in your Page_Load)there is a line like this?
this.ImageButton1.Click += new System.Web.UI.ImageClickEventHandler(this.ImageBut ton1_Click);
and then are u sure ,according to above line you have below procedure?
private void ImageButton1_Click(object sender, System.Web.UI.ImageClickEventArgs e)
{
//...
}
change ImageButton1 to cmdLogoutASCX(for checking them).
HTH.

--------------------------------------------
Mehdi.
 
Old October 18th, 2006, 10:50 PM
Registered User
 
Join Date: Oct 2006
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
Default

Are you f*ing kidding me? Whatever "certification" you received must have come from a Cracker Jack box. Seriously. This is programming 101 and any money you receive from people makes you a full-on theif. Shame on you...and your parents.






Similar Threads
Thread Thread Starter Forum Replies Last Post
Click event being cancelled!? Abbas ASP.NET 2.0 Professional 3 July 16th, 2007 05:18 PM
right click mouse event sen22 ASP.NET 2.0 Basics 5 December 16th, 2006 08:46 AM
Multiple codebehind files .NETamateur .NET Web Services 0 August 18th, 2006 02:20 PM
calling a codebehind function on onblur event vishnupriya.kamalakaram ASP.NET 1.0 and 1.1 Basics 2 July 7th, 2006 08:25 AM
Click Event dkr72 C# 3 December 8th, 2004 06:23 PM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.