473,387 Members | 1,483 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,387 software developers and data experts.

Preoblem with Visual Studio Forgeting Button Events

Im using Visual Studio 2003 on Windows XP and Windows 2003 Serve

The issue im having is, for some reason after the webapp is compile, sometimes the buttons do not fire the onclick event and do not function at all. To fix this i have been just double clicking on the button and the recompliing it, while this fixes the issue, it does nto serfice when it comes to having aroudn 100 buttons ( and button types) in the webapp. Has anyone ahd the issue or simlar. if so is there any known fix or update for this

Regard

Daniel
Nov 18 '05 #1
1 893
Hi Daniel,

Thought this info would help...

If you look at InitializeComponent method,

this.Button1.Click += new System.EventHandler(this.Button1_Click);

this ties an event handler with a control event. (If not u must set
autoeventwireup to true in ur page attributes)

Does this input help?
--
Cheers!
Rajiv. R
Rajspace.Org
"Daniel Brown" <da**********@collinsanderson.com.au> wrote in message
news:C2**********************************@microsof t.com...
Im using Visual Studio 2003 on Windows XP and Windows 2003 Server

The issue im having is, for some reason after the webapp is compile, sometimes the buttons do not fire the onclick event and do not function at
all. To fix this i have been just double clicking on the button and the
recompliing it, while this fixes the issue, it does nto serfice when it
comes to having aroudn 100 buttons ( and button types) in the webapp. Has
anyone ahd the issue or simlar. if so is there any known fix or update for
this.
Regards

Daniel

Nov 18 '05 #2

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

0
by: Andrew Perella | last post by:
Hi, Has anyone managed to hook into visual studio dot net build events (or any other events)? I can add my own button to a toolbar from python and handle that events due to...
1
by: Leon | last post by:
How to listen to user's interaction with visual studio.Net IDE? For example, how do I know when user has clicked on the compile button. I would like to interact with visual studio IDE (the editor...
4
by: Andy | last post by:
In visual studio, I have an asp.net project. When I debug, I have to manually attach to aspnet_wp.exe. My project used to automatically attach to this process. How do I get it to automatically...
4
by: Steve Richter | last post by:
using visual studio 2003 for my asp.net projects ... Once I undock the property window to get a better look at things, I cant dock it back where it came from. Can someone tell me how to redock...
1
by: Chris Morse | last post by:
Does anyone know how to profile a VB.NET application? In the VS.NET 2003 docs, I found this: (BEGIN DOC COPY) "A code profiler is a software tool, implemented as a DLL, which is called by...
3
by: michael.lang | last post by:
I am using PostBuild events in a C# project to run some tasks, but only when in release configuration mode. The build events run perfectly as expected when run. The problem comes when I save the...
18
by: surfrat_ | last post by:
Hi, I am having the following problems in getting Microsoft Visual Studio 2005 Professional to link to an Access .mdb database. Please help me to sort this out. Problem 1: The Microsoft...
8
by: WT | last post by:
Is it normal that Visual Studio sets the PreInit handler for a Page from the OnInit code ? No chance to fire it as OnPreInit is run befor OnInit. ??? CS
13
by: BobLewiston | last post by:
Can anybody tell me how to change WinForm controls' text color programatically? I have no problem finding the fields to assign colors to, but the compiler doesn't recognize any color I mention,...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.