Geeks Talk

Prepare for your Next Interview


Welcome to the Geeks Talk forums.

You are currently viewing our boards as a guest which gives you limited access to view most discussions and access our other features. By joining our free community you will have access to post topics, communicate privately with other members (PM), respond to polls, upload content and access many other special features. Registration is fast, simple and absolutely free so please, join our community today!

If you have any problems with the registration process or your account login, please contact contact us.

textbox TextChanged Event

This is a discussion on textbox TextChanged Event within the ASP.NET forums, part of the Web Development category; Question asked by visitor rohitgupta22 If i define the textbox TextChanged Event in code behind and set the AutoPostback property of the textbox to false. when clicking on the button ...

Go Back   Geeks Talk > Web Development > ASP.NET
Register Blogs FAQ Tag Cloud Calendar Mark Forums Read

ASP.NET ASP.NET and ASP Related Problems

Reply

 

LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 03-14-2007
Expert Member
 
Join Date: Feb 2007
Posts: 1,279
Thanks: 0
Thanked 192 Times in 154 Posts
Geek_Guest has a spectacular aura aboutGeek_Guest has a spectacular aura aboutGeek_Guest has a spectacular aura about
textbox TextChanged Event

Question asked by visitor rohitgupta22

If i define the textbox TextChanged Event in code behind and set the AutoPostback property of the textbox to false. when clicking on the button on the webform what happens, which event will be fired.
Reply With Quote
The Following User Says Thank You to Geek_Guest For This Useful Post:
Sponsored Links
  #2 (permalink)  
Old 03-15-2007
Contributing Member
 
Join Date: Sep 2006
Location: bangalore, india
Posts: 1,016
Thanks: 0
Thanked 91 Times in 72 Posts
psuresh1982 will become famous soon enough
Re: textbox TextChanged Event

When you click any button that causes the form to be submitted to the server, Page load event will occur first..

As we set teh autopostback property of the textbox to false, it wont fire the event immediately as soon as the text in the textbox changed. But it will be executed as soon as the form submitted

The click event of the button will be executed then.

-------------------
suresh
Reply With Quote
Reply

  Geeks Talk > Web Development > ASP.NET

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads

Thread Thread Starter Forum Replies Last Post
Event Effect Graph Srikanth Testing Issues 2 07-04-2007 04:02 AM
Cannot identify the object "TextBox" Geek_Guest QTP 3 04-20-2007 12:47 PM


All times are GMT -4. The time now is 03:06 PM.


Powered by vBulletin® Version 3.8.4
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO 3.3.1
Copyright © 2009 GeekInterview.com. All Rights Reserved