473,811 Members | 2,190 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Buttons not posting back

Hi,

All of a sudden, all my Button Controls and Image Button Controls are not
posting back data. I have Click event and event handlers in the code. Page
itself is not posting back.

Whereas Linkbuttons are working fine.

--
IT Expert, R&D Department,
Hanwha S&C, Seoul
Nov 19 '05 #1
4 3155
Murali Krishna Siruvuru,
It seems a little bit wierd if you say ur linkButtons
work and other don't!!
What could be the problem is try checking if u have the aspnet_client
folder under ur WWWROOT folder first.
Or maybe u have tampered with it and it might need u reinstalling
it.Hope it helps
patrick

*** Sent via Developersdex http://www.developersdex.com ***
Don't just participate in USENET...get rewarded for it!
Nov 19 '05 #2
Murali Krishna Siruvuru,

Make sure that your code behind page should contain the
"Protected Withevents Objects for the COntrols "

for Example i have one image button named "imgbtnAuditInf o".

for each and every server controls the Protected events object will be
initialized at the Top most of the Pages class.

If there is no Protected WithEvents please type the same for the respective
Controls

" Protected WithEvents imgbtnAuditInfo As
System.Web.UI.W ebControls.Imag eButton "
All the best

Murali Krishna Siruvuru,
--
Programmer Analyst,
Drivestream India (p) Ltd
Chennai - 87
Nov 19 '05 #3
> I have Click event and event handlers in the code. Page
itself is not posting back.


The other guys have mentioned about backend code. I don't know if this is
the case, but if your click handlers are in javascript on the client you
should make sure that your onSubmit or onClick handlers do not mistakenly use
event.returnVal ue = false; If so your forms will not submit, refresh or go
anywhere.

Regards,

Geoff
Nov 19 '05 #4
Ah..I got this before, thanks to Microsoft .NET 1.1 sp1. This could very
well be the same bug that you are encountering. See this article
http://support.microsoft.com/?kbid=889877


"Murali Krishna. Siruvuru" <Mu************ *******@discuss ions.microsoft. com>
wrote in message news:18******** *************** ***********@mic rosoft.com...
Hi,

All of a sudden, all my Button Controls and Image Button Controls are not
posting back data. I have Click event and event handlers in the code. Page
itself is not posting back.

Whereas Linkbuttons are working fine.

--
IT Expert, R&D Department,
Hanwha S&C, Seoul

Nov 19 '05 #5

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

Similar topics

8
6631
by: Ralph Freshour | last post by:
Is it possible to inhibit the browser Back/Fwd buttons via PHP? Thanks...
3
3054
by: Douglas Buchanan | last post by:
Buttons don't work if form is opened on startup A2k If 'frmMain' is set to open by default at startup none of the buttons work. If 'frmMain' is opened from the database window then all the buttons work. The form's name ('frmMain') is selected from in the Startup dialog box.
9
6758
by: Karl Roes | last post by:
Hi All, I would like some advice on Next / Previous record buttons. I have a main form for the client, and a continuous subform listing client transactions. If I open one of these transactions ( dblclick ) in say 'frmtransaction', I would like to scroll forward and backward through the transactions as they appear on the continuous subform without actually having to close 'frmtransaction' and go back to the subform.
7
1777
by: Jairo Nieto | last post by:
Hi, I've had this extremely weird problem for a week or so, and havent been able to solve it. My solution works fine on the production server. Once I deploy it, all buttons stop posting back (they still validate though). Other page controls do postback. On some clients, the application buttons do post back once, and from there on, the buttons stop working forever. I have a couple of theories, but correcting them has no effect at all....
0
1176
by: Mark Derman | last post by:
Hi All OK, this one has me baffled and infuriated!?!?!?! I've unfortunately upgraded our W2003 server to dotNET 1.1 SP1 and it appears that validation controls with EnableClientScript=true (the default) are stopping pages which pass client-side validation from posting back from buttons if the browser is Internet Explorer 6 (sometimes)
3
4822
by: Devron Blatchford | last post by:
Hi there, Can someone tell me how I can detect media buttons (play, stop etc) in VB.NET. KeyPress, up, down events don't seem to capture them. Thanks Devron
2
1257
by: Ahmed | last post by:
Hello All, I noticed that the toolbar buttons have the same size. I can not have different buttons' size into one toolbar. is that correct or am I missing something here? is there a way to overcome this problem? Thanks guys Ahmed
2
5897
by: dpazza | last post by:
Hi, I'm creating a quiz on using a form in VB 2005 express. I have four sets of questions and answers (labels and radio buttons) and I change between which set of questions is currently shown on the form by changing the visible state of the radio buttons and labels utilising back and next buttons. E.g. Next button makes current radio buttons and labels invisible and
8
10848
by: GaryDean | last post by:
I have a Wizard page and need to affect the next and previous buttons from my code-behind. I've googled around and found two solutions, and neither appear to work. I can access the SideBarList steps successfully with the following code... Control myContainer = (Control)Wizard1.FindControl("SideBarContainer"); DataList mySideBarList = (DataList)myContainer.FindControl("SideBarList");
0
10648
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
0
10389
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 tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
1
10402
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
9205
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
1
7670
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
5692
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
4339
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
2
3867
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
3
3018
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

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.