Click here to Skip to main content
15,920,602 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: Web Custom Controls - Problem Pin
Christian Graus27-Feb-08 22:23
protectorChristian Graus27-Feb-08 22:23 
GeneralReading from web.config Pin
samerh27-Feb-08 20:43
samerh27-Feb-08 20:43 
GeneralRe: Reading from web.config Pin
Christian Graus27-Feb-08 21:09
protectorChristian Graus27-Feb-08 21:09 
GeneralRe: Reading from web.config Pin
samerh27-Feb-08 21:16
samerh27-Feb-08 21:16 
GeneralRe: Reading from web.config Pin
Christian Graus27-Feb-08 21:24
protectorChristian Graus27-Feb-08 21:24 
GeneralRe: Reading from web.config Pin
samerh27-Feb-08 21:35
samerh27-Feb-08 21:35 
GeneralRe: Reading from web.config Pin
Christian Graus27-Feb-08 21:54
protectorChristian Graus27-Feb-08 21:54 
GeneralEnglish Dictionary in asp.net (urgent!) Pin
Milind Panchal27-Feb-08 20:27
Milind Panchal27-Feb-08 20:27 
GeneralRe: English Dictionary in asp.net (urgent!) Pin
Christian Graus27-Feb-08 20:30
protectorChristian Graus27-Feb-08 20:30 
GeneralRe: English Dictionary in asp.net (urgent!) Pin
Vasudevan Deepak Kumar29-Feb-08 19:27
Vasudevan Deepak Kumar29-Feb-08 19:27 
GeneralValue from ASP.NET AJAX ModalPopUpExtender Pin
Syed Ali Raza27-Feb-08 20:15
Syed Ali Raza27-Feb-08 20:15 
GeneralRe: Value from ASP.NET AJAX ModalPopUpExtender Pin
Laddie28-Feb-08 19:48
Laddie28-Feb-08 19:48 
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 

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.