Buy Questpond's video subscriptions on
huge discount
.
Online: 10075
Home
Articles
Interviews
Forums
For Beginners
Popular Questions
ITIL Career Advice
PMP Career Advice
Career Advices
Codes
Videos
ASP.NET
ASP.NET MVC
Android Intel XDK
Sql Server
AngularJS
Bootstrap
Backbone.JS
MongoDB
LESS (CSS)
jQuery
WPF
WWF
SSIS
LightSwitch
Tutorials
News
ASP.NET MVC
|
Be Interview Ready
|
Top Performers
|
DNF MVP
|
Top Posts
|
Winners
|
Subscribe
|
Catalogs
Welcome Guest !
Register
Login
Home
>
Forums
>
ASP.NET AJAX
>
Loading ...
xmlhttprequest instead of updatepanel
Posted by
Klbaiju
under
ASP.NET AJAX
on 3/10/2010 | Views : 6036 | Status :
[Member]
| Replies : 3
Write New Post
|
Search Forums
|
Resolved Posts
|
Un Answered Posts
|
Forums Home
Hi,
i want to use ajax on my page.is it possible use ajax on any page using xmlhttprequest object with out using update panel and scriptmanager.
Regards
K L BAIJU
Reply
|
Reply with Attachment
Alert Moderator
Responses
Posted by:
Virendradugar
on: 3/10/2010
[Member]
[MVP]
Silver
0
Hi,
Yes, you can use xmlHttpRequest object without update panel.
Take a look at below link, which will help you.
http://www.w3schools.com/ajax/ajax_browsers.asp
Thanks,
Virendra Dugar
Klbaiju
, if this helps please
login
to
Mark As Answer
. |
Alert Moderator
Posted by:
Abhi2434
on: 3/10/2010
[Member]
[Microsoft_MVP]
[MVP]
Silver
0
The most easiest and lightweight way to implement xmlhttprequest other than ScriptManager is using
ICallbackEventHandler.
If you use it, you dont have to implement the Requests, and also you dont need to use custom handler/page to post each request, rather you can go to the same page.
Anyway, if you are in a learning phaze, you can build a javascript class to expose XmlHttprequest. Use w3school link as given by Virendradugar.
Cheers
www.abhisheksur.com
Klbaiju
, if this helps please
login
to
Mark As Answer
. |
Alert Moderator
Posted by:
Klbaiju
on: 3/11/2010
[Member]
Starter
0
I already read that article.i have a page cotain some controls how to do it by xmlhttprequest object.
eg
i have 3 textboxes. i want to add 3 datas to database.how it is possible using xmlhttprequest object
Regards
K L BAIJU
Klbaiju
, if this helps please
login
to
Mark As Answer
. |
Alert Moderator
Login to post response
Latest Posts
How to get the exact property name while getting error
(0)
PDB file is not showing Line Number in dot net application hosted on server
(0)
Both Strings morethan 5 letters in length end of the words one vowel and one consonent is different
(0)
how to check Any adjacent letters transposed between two strings(ex: JOHN, JHON)
(1)
can't receive data after success login ?
(1)
Implement Multi-Tenant in Azure Logic Apps
(0)
Why ASP.Net Core 7.0 Web API showing as Connection refused?
(0)
Iterating over columns of dataframe and print as rows in Python Django
(0)
More ...