Click here to Skip to main content
15,924,583 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: How to copy SQL Schema to ORACLE and other RDBMS using C# Pin
Vasudevan Deepak Kumar6-Dec-06 6:58
Vasudevan Deepak Kumar6-Dec-06 6:58 
QuestionSending mail problem. Pin
Imran Khan Pathan5-Dec-06 18:42
Imran Khan Pathan5-Dec-06 18:42 
QuestionRe: Sending mail problem. Pin
Imran Khan Pathan5-Dec-06 18:57
Imran Khan Pathan5-Dec-06 18:57 
AnswerRe: Sending mail problem. Pin
Vasudevan Deepak Kumar6-Dec-06 6:59
Vasudevan Deepak Kumar6-Dec-06 6:59 
Questionhow to make the ASP.net project to setup project? Pin
Rmesh5-Dec-06 18:27
Rmesh5-Dec-06 18:27 
AnswerRe: how to make the ASP.net project to setup project? Pin
Imran Khan Pathan5-Dec-06 18:51
Imran Khan Pathan5-Dec-06 18:51 
AnswerRe: how to make the ASP.net project to setup project? Pin
Vasudevan Deepak Kumar6-Dec-06 7:00
Vasudevan Deepak Kumar6-Dec-06 7:00 
QuestionProblem in ajax Pin
abulhassan_shock5-Dec-06 16:19
abulhassan_shock5-Dec-06 16:19 
i am using the below code to initialize the xmlhttprequest

try
{
obj = new XmlHttpRequest();
}
catch(e)
{
try
{
obj = new ActiveXObject("Microsoft.XMLHTTP");
}
catch(e1)
{
obj = new ActiveXObject("Msxml2.XMLHTTP");
}
}

it works fine in my system. but when accessed from network, the ajax features doesnt work. I have placed the code for ajax and some validation scripts in the .js file. The validation scripts works fine, but not the ajax scripts.

Please give me solution...

Regards,
Abul.

AnswerRe: Problem in ajax Pin
Guffa5-Dec-06 16:46
Guffa5-Dec-06 16:46 
GeneralRe: Problem in ajax Pin
abulhassan_shock5-Dec-06 17:31
abulhassan_shock5-Dec-06 17:31 
Question2.0 Membership framework malfunction??? Pin
Xpnctoc5-Dec-06 13:29
Xpnctoc5-Dec-06 13:29 
Questionarray binding Pin
saravanan055-Dec-06 13:07
saravanan055-Dec-06 13:07 
AnswerRe: array binding Pin
Viral Upadhyay5-Dec-06 19:29
Viral Upadhyay5-Dec-06 19:29 
QuestionFile and form posting via HttpWebResponse Pin
Zolotareva5-Dec-06 11:26
Zolotareva5-Dec-06 11:26 
Questionlinkbutton in datagrid Pin
haytham_mohammad5-Dec-06 9:19
haytham_mohammad5-Dec-06 9:19 
AnswerRe: linkbutton in datagrid Pin
abulhassan_shock5-Dec-06 17:47
abulhassan_shock5-Dec-06 17:47 
GeneralRe: linkbutton in datagrid Pin
haytham_mohammad6-Dec-06 22:46
haytham_mohammad6-Dec-06 22:46 
QuestionError(plz help urgent) Pin
saravanan055-Dec-06 9:08
saravanan055-Dec-06 9:08 
AnswerRe: Error(plz help urgent) Pin
Guffa5-Dec-06 15:57
Guffa5-Dec-06 15:57 
QuestionError Occured Pin
ADY0075-Dec-06 8:26
ADY0075-Dec-06 8:26 
AnswerRe: Error Occured Pin
Vasudevan Deepak Kumar6-Dec-06 7:04
Vasudevan Deepak Kumar6-Dec-06 7:04 
GeneralRe: Error Occured Pin
ADY0077-Dec-06 5:55
ADY0077-Dec-06 5:55 
QuestionASP.NET vs. Old School [modified] Pin
Leftyfarrell5-Dec-06 8:09
Leftyfarrell5-Dec-06 8:09 
AnswerRe: ASP.NET vs. Old School Pin
ToddHileHoffer5-Dec-06 9:20
ToddHileHoffer5-Dec-06 9:20 
AnswerRe: ASP.NET vs. Old School Pin
Chris Losinger5-Dec-06 9:21
professionalChris Losinger5-Dec-06 9:21 

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.