Click here to Skip to main content
15,914,111 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: Time formating Pin
deep723-May-07 2:37
deep723-May-07 2:37 
QuestionPositioning of controls based on Arabic culture Pin
deep722-May-07 2:29
deep722-May-07 2:29 
AnswerRe: Positioning of controls based on Arabic culture Pin
Sherin Iranimose22-May-07 2:40
Sherin Iranimose22-May-07 2:40 
AnswerRe: Positioning of controls based on Arabic culture Pin
Sherin Iranimose22-May-07 2:52
Sherin Iranimose22-May-07 2:52 
GeneralRe: Positioning of controls based on Arabic culture Pin
deep722-May-07 3:17
deep722-May-07 3:17 
GeneralRe: Positioning of controls based on Arabic culture Pin
Sherin Iranimose22-May-07 18:23
Sherin Iranimose22-May-07 18:23 
GeneralRe: Positioning of controls based on Arabic culture Pin
deep723-May-07 0:43
deep723-May-07 0:43 
Questionusing XMLHttpRequest as Native Script Object in IE Pin
248912822-May-07 2:23
248912822-May-07 2:23 
Hi!
As everybody know IE7 supports XMLHttpRequest as Native Script Object .
for this i have an ajax application in which onclicking button, a select element is filled.the folowing code is working on Mozila,Netscape & Firefox but not on IE7.

if(window.XMLHttpRequest)
{
oXmlHttp=new XMLHttpRequest();
oXmlHttp.onload=Handler;
oXmlHttp.onerror=Handler;
return oXmlHttp;
}

in IE7 XMLHttpRequest() object is created but select element doesnot filled while in case of Mozilla it is working corrctly. what is problem?

Thanks & Regards,
SAMir Nigam,
Software Engineer,
STPL, Lucknow, India.

Questionhow to Host webapplication into website. Pin
Sophia Rekhi22-May-07 1:51
Sophia Rekhi22-May-07 1:51 
AnswerRe: how to Host webapplication into website. Pin
N a v a n e e t h22-May-07 2:55
N a v a n e e t h22-May-07 2:55 
AnswerRe: how to Host webapplication into website. Pin
kubben22-May-07 3:03
kubben22-May-07 3:03 
Questiongmail to .net web application Pin
praveenanand22-May-07 1:33
praveenanand22-May-07 1:33 
AnswerRe: gmail to .net web application Pin
Sandeep Akhare22-May-07 2:55
Sandeep Akhare22-May-07 2:55 
GeneralRe: gmail to .net web application Pin
N a v a n e e t h22-May-07 2:57
N a v a n e e t h22-May-07 2:57 
AnswerRe: gmail to .net web application Pin
N a v a n e e t h22-May-07 2:57
N a v a n e e t h22-May-07 2:57 
Questionerror in IIS. Pin
mnarayana322-May-07 1:24
mnarayana322-May-07 1:24 
AnswerRe: error in IIS. Pin
Venk25924-May-07 18:43
Venk25924-May-07 18:43 
QuestionPositioning two asp images side by side. [modified] Pin
martin_hughes22-May-07 1:20
martin_hughes22-May-07 1:20 
AnswerRe: Positioning two 's side by side. Pin
Guffa22-May-07 1:31
Guffa22-May-07 1:31 
GeneralRe: Positioning two 's side by side. Pin
martin_hughes22-May-07 2:26
martin_hughes22-May-07 2:26 
GeneralRe: Positioning two 's side by side. Pin
Guffa22-May-07 2:42
Guffa22-May-07 2:42 
QuestionProblem in Redirecting a .aspx Page Pin
Balagurunathan S22-May-07 1:14
Balagurunathan S22-May-07 1:14 
AnswerRe: Problem in Redirecting a .aspx Page Pin
Guffa22-May-07 1:19
Guffa22-May-07 1:19 
AnswerRe: Problem in Redirecting a .aspx Page Pin
Sherin Iranimose22-May-07 1:42
Sherin Iranimose22-May-07 1:42 
GeneralRe: Problem in Redirecting a .aspx Page Pin
Balagurunathan S22-May-07 1:48
Balagurunathan S22-May-07 1:48 

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.