Click here to Skip to main content
15,902,888 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: connect to the correct DB Pin
Brij17-Feb-10 1:53
mentorBrij17-Feb-10 1:53 
AnswerRe: connect to the correct DB Pin
mylogics17-Feb-10 19:26
professionalmylogics17-Feb-10 19:26 
Questionfragment caching problem Pin
Amit Spadez17-Feb-10 1:18
professionalAmit Spadez17-Feb-10 1:18 
AnswerRe: fragment caching problem Pin
Brij17-Feb-10 1:54
mentorBrij17-Feb-10 1:54 
QuestionDiff between IspostBack and IsCallback Pin
Sudhanshu Mani Tripathi17-Feb-10 1:17
Sudhanshu Mani Tripathi17-Feb-10 1:17 
AnswerRe: Diff between IspostBack and IsCallback Pin
Pranay Rana17-Feb-10 1:32
professionalPranay Rana17-Feb-10 1:32 
AnswerRe: Diff between IspostBack and IsCallback Pin
Brij17-Feb-10 1:44
mentorBrij17-Feb-10 1:44 
AnswerRe: Diff between IspostBack and IsCallback Pin
AdilSaud17-Feb-10 2:35
AdilSaud17-Feb-10 2:35 
Hi,

Callback is used to contact web server(either submitting some information to Web server OR retrieving information from Web Server) in such a way that end user does not experience the processing of request.

In simple words when a callback request is made, system serves the request on the web server and present the information requested on the user interface without refreshing the entire web page on the end user's machine.

Techinally speaking when a callback request is made then Page_PreRender(Before, On and After) events are not fired and the requested information is handed to user interface, this will prevent the complete rendering of page and only the portion that requested the call back operation/request will be updated.

Callback improves the user experience, saves performance and saves the response time.


Postback is the normal process that happens when a page contact web server(either submitting some information to Web server OR retrieving information from Web Server) and it refreshes complete page on the web server.

In simple words when a postaback occurs complete page is rendered again.



Hope this helps, let me know if you need any further information on the same.


Thanx,
Adil...Smile | :) )
Questionto pass memcod with query string in window.open() method Pin
Mayank Pathak, Chandigarh17-Feb-10 1:05
Mayank Pathak, Chandigarh17-Feb-10 1:05 
AnswerRe: to pass memcod with query string in window.open() method Pin
Pranay Rana17-Feb-10 1:34
professionalPranay Rana17-Feb-10 1:34 
AnswerRe: to pass memcod with query string in window.open() method Pin
Brij17-Feb-10 1:47
mentorBrij17-Feb-10 1:47 
GeneralRe: to pass memcod with query string in window.open() method Pin
Mayank Pathak, Chandigarh17-Feb-10 5:54
Mayank Pathak, Chandigarh17-Feb-10 5:54 
Questiondynamic create textbox and button Pin
test-0917-Feb-10 1:05
test-0917-Feb-10 1:05 
AnswerRe: dynamic create textbox and button Pin
Brij17-Feb-10 1:49
mentorBrij17-Feb-10 1:49 
GeneralRe: dynamic create textbox and button Pin
test-0917-Feb-10 2:16
test-0917-Feb-10 2:16 
GeneralRe: dynamic create textbox and button Pin
Brij17-Feb-10 2:39
mentorBrij17-Feb-10 2:39 
GeneralRe: dynamic create textbox and button Pin
test-0917-Feb-10 17:50
test-0917-Feb-10 17:50 
QuestionHow to access the network shared foldder from the asp.net application without any security issues [modified] Pin
ramki.pindi16-Feb-10 23:18
ramki.pindi16-Feb-10 23:18 
AnswerRe: How to access the network shared foldder from the asp.net application without any security issues Pin
Pranay Rana17-Feb-10 1:39
professionalPranay Rana17-Feb-10 1:39 
QuestionObject reference not set to an instance of an object. Pin
BalasubramanianK16-Feb-10 22:56
BalasubramanianK16-Feb-10 22:56 
AnswerRe: Object reference not set to an instance of an object. Pin
Dinesh Mani16-Feb-10 23:13
Dinesh Mani16-Feb-10 23:13 
GeneralRe: Object reference not set to an instance of an object. Pin
BalasubramanianK16-Feb-10 23:26
BalasubramanianK16-Feb-10 23:26 
GeneralRe: Object reference not set to an instance of an object. Pin
Dinesh Mani16-Feb-10 23:42
Dinesh Mani16-Feb-10 23:42 
GeneralRe: Object reference not set to an instance of an object. Pin
BalasubramanianK17-Feb-10 0:48
BalasubramanianK17-Feb-10 0:48 
AnswerRe: Object reference not set to an instance of an object. Pin
Dinesh Mani17-Feb-10 0:52
Dinesh Mani17-Feb-10 0:52 

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.