|
| sushantkumarprusty : On March 06, 2008 11:34 PM said: |
Hello Sir,
Thanx for this support, Realy these videos are very much helpfull for me, Thank you once again from my heart.
with Regards
sushant
|
|
|
| shireef.adel : On March 11, 2008 5:23 AM said: |
The UpdatePanel doesn,t work !
I have an ordinary ASP.Net App , then I,ve installed asp.net ajax and configured my web.config file
Note that the Ajax ControlToolKit works fine
And Also The Timer Control But My Whole page is refreshed
not only the controls inside Update Panel
|
|
|
| JoeStagner : On March 15, 2008 12:46 PM said: |
Shireef - I just downloaded the code and tested, seemd to work fine for me.
|
|
|
|
|
|
|
| williebegoode : On April 06, 2008 10:57 AM said: |
The information you provide is accurate, and I got everything working, but the video is way too fast! It's like listening to that old FedEx ad where the guy was the world's fastest talker. Please slow it down so that the information doesn't fly past in a blur. I had to rewind about 10 times for each segment.
I have no doubt that you know this stuff, and you've nothing to prove to me. Just put it at a pace where we can follow. I don't think you'll use up an unnecessary amount of silicon.
Thanks,
Bill
|
|
|
| sunny74 : On April 10, 2008 3:34 AM said: |
Hello Sir,
Can we get a video from you wherein you demonstrate how to develop an entire application using Ajax. This will help us to an get an idea about the 'must know features' of ajax required in every application.You may also take up parts of an application like shopping cart, user registration etc to show how ajax can be used in them.
Thanks .
|
|
|
| sunilvishwas : On April 11, 2008 3:57 PM said: |
I can understand that in the following situation all the three text boxes will be update on Button1.Click
TextBox1 is outside of UpdatePanel1
TextBox2 is inside UpdatePanel1
TextBox3 outside of UpdatePanel1
Button1 is outside of UpdatePanel1
UpdatePanel1 is not wired to Button1.Click
Make the following change and run the application to notice that only TextBox2 is update.
UpdatePanel1 is wired to Button1.Click by triggers
Please bear with my dumb question: But I would like to learn in detail - What stopped other two text boxes from getting updated?
|
|
|
| JoeStagner : On April 14, 2008 8:41 PM said: |
Bill - sorry you found the pace too fact, most of the feedback I get indicates that folks prefer the crisp pace to a slower one. Feel free to meial me if you get stuck on anything that I might be able to help with.
Sunil - The ones outside the update panels are not updated because they are outside th eupdate panels.
UpdatePanel2 is not updated because Button1 is a trigger to UpdatePanel1 but not UpdatePanel2 and UpdatePanel2 has UpdateMode set to contidional=true.
Feel free to email me through my blog's contact l;ink at www.joeon.net
|
|
|
| sushantsahoo@hotmail.com : On April 15, 2008 6:47 AM said: |
hi,
really this videos are very nice and very helpful for me.
|
|
|
| JoeStagner : On April 15, 2008 9:43 PM said: |
Thanks - glad they help !!!
|
|
|
| jim.bridgeford : On May 06, 2008 11:45 AM said: |
is there a way to use the update panel on a textbox that is triggered by a Javascript onblur function?
|
|
|
| JBSettle : On June 29, 2008 8:54 AM said: |
Out of curiosity, what was the thought behind having all Partial Update panels automatically update by default when an update event occurs?
It seems to me that the times where a developer would want an event to update a single panel would far outnumber the times a developer would want all the panels to update on the page.
Thanks!
|
|