Click here to Skip to main content
15,913,685 members
Home / Discussions / Web Development
   

Web Development

 
GeneralRe: Parser Error Message: could not load type 'Microsoft.SqlTableProfileProvider' Pin
acodman30-Jan-08 4:08
acodman30-Jan-08 4:08 
Generalasyncronous calls to webmethos in webservices from aspx pages Pin
syamooo28-Jan-08 20:27
syamooo28-Jan-08 20:27 
QuestionRe: asyncronous calls to webmethos in webservices from aspx pages Pin
newc128-Jan-08 23:10
newc128-Jan-08 23:10 
GeneralRe: asyncronous calls to webmethos in webservices from aspx pages Pin
Mark Churchill29-Jan-08 0:01
Mark Churchill29-Jan-08 0:01 
Generalupdate panel Pin
solarthur0128-Jan-08 13:29
solarthur0128-Jan-08 13:29 
AnswerRe: update panel Pin
newc128-Jan-08 22:58
newc128-Jan-08 22:58 
GeneralRe: update panel Pin
solarthur0129-Jan-08 2:48
solarthur0129-Jan-08 2:48 
GeneralRe: update panel Pin
newc129-Jan-08 4:33
newc129-Jan-08 4:33 
Having spent a fair bit of time playing around and implementing AJAX solutions, I would recommend that you do not use the UpdatePanel. Even when the UpdatePanel is working as it should, the whole of the page is still posted back, which basically defeats the object of a partial postback. Tell tell signs of this can be seen with drop down lists, that even if outside of the UpdatePanel, will flicker on partial postback.

My preferred route for handling AJAX type functionality is through the use of the ScriptManager control's service references. Registreing a local web service through the ScriptManager control creates a JS web service proxy object that is very simple to use. It uses JSON encoding which means the web service response object can be easily accessed to extract the required data, and web service methods can be called as easily as Service.Method(params). You can also set up default success and failure functiojns to handle all web method responses.

Check out the following which gives somke examples of how to implement the above:
http://www.asp.net/AJAX/Documentation/Live/tutorials/ASPNETAJAXWebServicesTutorials.aspx
http://www.semenoff.dk/en/Code-Corner/ASP.Net.AJAX/WebService-From-JavaScript.aspx

Clean code is the key to happiness.

NewsFree web seminars for developers and designers Pin
brucedkyle28-Jan-08 11:44
brucedkyle28-Jan-08 11:44 
QuestionCodeProject.com Pin
ddixon28-Jan-08 7:25
ddixon28-Jan-08 7:25 
GeneralRe: CodeProject.com Pin
Steven J Jowett29-Jan-08 0:25
Steven J Jowett29-Jan-08 0:25 
QuestionWhat's needed to host php site Pin
JacquesDP28-Jan-08 1:47
JacquesDP28-Jan-08 1:47 
GeneralRe: What's needed to host php site Pin
newc128-Jan-08 1:57
newc128-Jan-08 1:57 
GeneralRe: What's needed to host php site Pin
JacquesDP28-Jan-08 1:58
JacquesDP28-Jan-08 1:58 
Generaladd innerHTML div by javacript Pin
AnhTin27-Jan-08 21:45
AnhTin27-Jan-08 21:45 
AnswerRe: add innerHTML div by javacript Pin
newc127-Jan-08 23:00
newc127-Jan-08 23:00 
GeneralRe: add innerHTML div by javacript Pin
Johnny ²28-Jan-08 17:15
Johnny ²28-Jan-08 17:15 
Questionvisual studio.net2005-web development using vb Pin
axelle26-Jan-08 20:12
axelle26-Jan-08 20:12 
GeneralRe: visual studio.net2005-web development using vb Pin
pmarfleet26-Jan-08 22:38
pmarfleet26-Jan-08 22:38 
Questionhow to configure my asp classics website on IIS 6.0 ? Pin
Noman Soofi26-Jan-08 6:25
Noman Soofi26-Jan-08 6:25 
GeneralRe: how to configure my asp classics website on IIS 6.0 ? Pin
Paul Conrad26-Jan-08 7:17
professionalPaul Conrad26-Jan-08 7:17 
QuestionValidation using Ajax Pin
georgegarvasis25-Jan-08 21:41
georgegarvasis25-Jan-08 21:41 
GeneralRe: Validation using Ajax Pin
Paul Conrad26-Jan-08 7:18
professionalPaul Conrad26-Jan-08 7:18 
GeneralRe: Validation using Ajax Pin
newc128-Jan-08 0:02
newc128-Jan-08 0:02 
QuestionHow to integrate Drupal into Moodle system? Pin
Hy Chanhan25-Jan-08 16:27
professionalHy Chanhan25-Jan-08 16:27 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.