Click here to Skip to main content
16,011,374 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralA namespace does not directly contain members such as fields or methods Pin
Aavesh Agarwal25-Dec-07 16:59
Aavesh Agarwal25-Dec-07 16:59 
GeneralRe: A namespace does not directly contain members such as fields or methods Pin
Michael Sync25-Dec-07 19:10
Michael Sync25-Dec-07 19:10 
GeneralRe: A namespace does not directly contain members such as fields or methods Pin
Sun Rays25-Dec-07 19:51
Sun Rays25-Dec-07 19:51 
GeneralRe: A namespace does not directly contain members such as fields or methods Pin
www.Developerof.NET25-Dec-07 19:11
www.Developerof.NET25-Dec-07 19:11 
Questionhow can I to create subdomain programatically? Pin
mehran.asg25-Dec-07 11:43
mehran.asg25-Dec-07 11:43 
AnswerRe: how can I to create subdomain programatically? Pin
Michael Sync25-Dec-07 19:18
Michael Sync25-Dec-07 19:18 
GeneralRe: how can I to create subdomain programatically? Pin
Atul Vishwakarma3-Aug-11 20:29
Atul Vishwakarma3-Aug-11 20:29 
Questionaccess denied??????? why??????????? Pin
mr.mohsen25-Dec-07 9:56
mr.mohsen25-Dec-07 9:56 
hi friends
i have problem in use ajax:
i use below code on my webpage:

code=YUhSMGNEb3ZMMnh2WTJGc2FHOXpkQzl1WlhkelgzTmxjblpsY2k1b2RHMXM=&id=4">
and use utility of the site "newsletter"
but in the javascript file i have below code:
function add_user(name,mail,newsID,userID)
{
xmlHttp=GetXmlHttpObject()
if (xmlHttp==null)
{
alert ("Your browser does not support AJAX!");
return;
}
var url;
url="http://www.toolsfa.com/rssnews.aspx?type=add&name="+name+"&mail="+mail+"&newsID="+newsID+"&userID="+userID;
xmlHttp.onreadystatechange=stateChanged;
*** xmlHttp.open("GET",url,true);
xmlHttp.send(null);
}
now when i refresh my webpage when debuging come to specific line with 3 stars below error appear and do not perform any action:"Access Denied..."
why? and what am i doing to fix it?????
thank you

nobody help you...
you have to help you yourself
and this is success way.

AnswerRe: access denied??????? why??????????? Pin
Manikandan.net25-Dec-07 19:16
Manikandan.net25-Dec-07 19:16 
Questionwindows authentication Pin
Dhilipkumar25-Dec-07 1:26
Dhilipkumar25-Dec-07 1:26 
GeneralRe: windows authentication Pin
Scott Dorman25-Dec-07 4:32
professionalScott Dorman25-Dec-07 4:32 
GeneralRe: windows authentication Pin
Michael Sync25-Dec-07 19:19
Michael Sync25-Dec-07 19:19 
Generalflash asp.net Pin
chanu00725-Dec-07 1:25
susschanu00725-Dec-07 1:25 
GeneralRe: flash asp.net Pin
Manikandan.net25-Dec-07 19:18
Manikandan.net25-Dec-07 19:18 
GeneralRe: flash asp.net Pin
Michael Sync25-Dec-07 19:21
Michael Sync25-Dec-07 19:21 
GeneralRe: flash asp.net Pin
Sun Rays25-Dec-07 19:57
Sun Rays25-Dec-07 19:57 
Generalgridview sorting Pin
venky45625-Dec-07 0:47
venky45625-Dec-07 0:47 
GeneralRe: gridview sorting Pin
mr.mohsen25-Dec-07 10:01
mr.mohsen25-Dec-07 10:01 
Generalproblem while deploying site with FTP Pin
koolprasad200325-Dec-07 0:06
professionalkoolprasad200325-Dec-07 0:06 
GeneralRe: problem while deploying site with FTP Pin
mr.mohsen25-Dec-07 10:05
mr.mohsen25-Dec-07 10:05 
GeneralRe: problem while deploying site with FTP Pin
koolprasad200325-Dec-07 16:56
professionalkoolprasad200325-Dec-07 16:56 
GeneralRe: problem while deploying site with FTP Pin
Waleed Eissa25-Dec-07 18:45
Waleed Eissa25-Dec-07 18:45 
GeneralRe: problem while deploying site with FTP Pin
neerubee25-Dec-07 23:04
neerubee25-Dec-07 23:04 
GeneralAbout Creating Rss Pin
Deepak the Cool24-Dec-07 23:33
Deepak the Cool24-Dec-07 23:33 
GeneralRe: About Creating Rss Pin
mr.mohsen25-Dec-07 10:09
mr.mohsen25-Dec-07 10:09 

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.