Click here to Skip to main content
15,885,366 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: Value from ASP.NET AJAX ModalPopUpExtender Pin
Vinay Dornala26-May-08 4:28
Vinay Dornala26-May-08 4:28 
Generalabout .net Pin
Ramalakshmi.I27-Feb-08 20:14
Ramalakshmi.I27-Feb-08 20:14 
GeneralRe: about .net Pin
Expert Coming27-Feb-08 20:16
Expert Coming27-Feb-08 20:16 
GeneralRe: about .net Pin
Christian Graus27-Feb-08 20:21
protectorChristian Graus27-Feb-08 20:21 
QuestionResource FIle and Web cofing file Pin
Sasmi_Office27-Feb-08 20:07
Sasmi_Office27-Feb-08 20:07 
GeneralRe: Resource FIle and Web cofing file Pin
Expert Coming27-Feb-08 20:15
Expert Coming27-Feb-08 20:15 
QuestionWhat is the diff between ajax and callback method ? Pin
md_azy27-Feb-08 19:51
md_azy27-Feb-08 19:51 
AnswerRe: What is the diff between ajax and callback method ? Pin
Christian Graus27-Feb-08 19:57
protectorChristian Graus27-Feb-08 19:57 
AJAX is just a fancy name for an asyncronous callback using XML. Postback refreshes the entire page. Xmlclientside, I've never heard of, may be a reference to AJAX, but if it's all client side, then it's not AJAX, by definition.

md_azy wrote:
Why call back method coding is not working in firefox ?


Probably because your code is broken. If you hand code your AJAX, you need to write code that checks which browser you are in, and uses the appropriate code to create the object that makes the callback. How are you doing it ? What books have you read ? AJAX in Action is a great book on this stuff.

Christian Graus - Microsoft MVP - C++

"also I don't think "TranslateOneToTwoBillion OneHundredAndFortySevenMillion FourHundredAndEightyThreeThousand SixHundredAndFortySeven()" is a very good choice for a function name" - SpacixOne ( offering help to someone who really needed it ) ( spaces added for the benefit of people running at < 1280x1024 )

GeneralRe: What is the diff between ajax and callback method ? Pin
Krazy Programmer27-Feb-08 20:06
Krazy Programmer27-Feb-08 20:06 
GeneralRe: What is the diff between ajax and callback method ? Pin
Expert Coming27-Feb-08 20:10
Expert Coming27-Feb-08 20:10 
QuestionRegarding Web Service Pin
Krazy Programmer27-Feb-08 19:42
Krazy Programmer27-Feb-08 19:42 
GeneralRe: Regarding Web Service Pin
Expert Coming27-Feb-08 20:11
Expert Coming27-Feb-08 20:11 
GeneralRe: Regarding Web Service Pin
Krazy Programmer27-Feb-08 20:44
Krazy Programmer27-Feb-08 20:44 
QuestionDisallow user acess to certain web pages unless logged in Pin
v1i9n6o7d27-Feb-08 19:25
v1i9n6o7d27-Feb-08 19:25 
GeneralRe: Disallow user acess to certain web pages unless logged in Pin
Christian Graus27-Feb-08 19:34
protectorChristian Graus27-Feb-08 19:34 
GeneralRe: Disallow user acess to certain web pages unless logged in Pin
v1i9n6o7d27-Feb-08 19:44
v1i9n6o7d27-Feb-08 19:44 
GeneralRe: Disallow user acess to certain web pages unless logged in Pin
pmarfleet27-Feb-08 19:40
pmarfleet27-Feb-08 19:40 
GeneralRe: Disallow user acess to certain web pages unless logged in Pin
Not Active27-Feb-08 19:49
mentorNot Active27-Feb-08 19:49 
Questionframeset in .net Pin
sweetypaul27-Feb-08 19:24
sweetypaul27-Feb-08 19:24 
GeneralRe: frameset in .net Pin
Christian Graus27-Feb-08 19:33
protectorChristian Graus27-Feb-08 19:33 
GeneralRe: frameset in .net Pin
Not Active27-Feb-08 19:45
mentorNot Active27-Feb-08 19:45 
GeneralRe: frameset in .net Pin
sumit703427-Feb-08 19:50
sumit703427-Feb-08 19:50 
GeneralgetAttribute and setAttribute belongs to which class Pin
Satish - Developer27-Feb-08 19:21
Satish - Developer27-Feb-08 19:21 
GeneralRe: getAttribute and setAttribute belongs to which class Pin
Christian Graus27-Feb-08 19:35
protectorChristian Graus27-Feb-08 19:35 
GeneralRe: getAttribute and setAttribute belongs to which class Pin
Expert Coming27-Feb-08 20:17
Expert Coming27-Feb-08 20:17 

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.