Click here to Skip to main content
15,912,756 members
Home / Discussions / ASP.NET
   

ASP.NET

 
QuestionDataGrid problem Pin
SUDHAKAR PALLAM3-Oct-07 21:39
SUDHAKAR PALLAM3-Oct-07 21:39 
AnswerRe: DataGrid problem Pin
karthick.n.mca3-Oct-07 21:54
karthick.n.mca3-Oct-07 21:54 
AnswerRe: DataGrid problem Pin
Parwej Ahamad3-Oct-07 22:00
professionalParwej Ahamad3-Oct-07 22:00 
GeneralRe: DataGrid problem Pin
SUDHAKAR PALLAM3-Oct-07 22:25
SUDHAKAR PALLAM3-Oct-07 22:25 
AnswerRe: DataGrid problem Pin
John-ph3-Oct-07 22:28
John-ph3-Oct-07 22:28 
QuestionProblem with authentication Pin
Zoltan Aszalos3-Oct-07 21:38
Zoltan Aszalos3-Oct-07 21:38 
AnswerRe: Problem with authentication Pin
John-ph3-Oct-07 22:08
John-ph3-Oct-07 22:08 
AnswerRe: Problem with authentication Pin
J a a n s3-Oct-07 22:11
professionalJ a a n s3-Oct-07 22:11 
It seems that you may have denied the access to your images folder[hope your css file is in images folder] for all anonymous users. You can provide access by adding the following in web.config

<configuration>
<location path="Images">
<system.web>
<authorization>
<allow users="*"/>
</authorization>
</system.web>
</location>
</configuration>

*jaans
GeneralRe: Problem with authentication Pin
Zoltan Aszalos3-Oct-07 22:37
Zoltan Aszalos3-Oct-07 22:37 
QuestionSession Time out Expire problem Pin
kirtiarora3-Oct-07 21:38
kirtiarora3-Oct-07 21:38 
AnswerRe: Session Time out Expire problem Pin
Parwej Ahamad3-Oct-07 22:06
professionalParwej Ahamad3-Oct-07 22:06 
GeneralRe: Session Time out Expire problem Pin
kirtiarora3-Oct-07 23:53
kirtiarora3-Oct-07 23:53 
GeneralRe: Session Time out Expire problem Pin
kirtiarora4-Oct-07 0:08
kirtiarora4-Oct-07 0:08 
QuestionGCA(Global Assembly Cache)..., Pin
Member 38798813-Oct-07 21:37
Member 38798813-Oct-07 21:37 
AnswerRe: GCA(Global Assembly Cache)..., Pin
John-ph3-Oct-07 22:03
John-ph3-Oct-07 22:03 
AnswerRe: GCA(Global Assembly Cache)..., Pin
ademsandeepreddy4-Oct-07 4:09
ademsandeepreddy4-Oct-07 4:09 
QuestionWant to develop Chat Application Pin
yadlaprasad3-Oct-07 21:28
yadlaprasad3-Oct-07 21:28 
AnswerRe: Want to develop Chat Application Pin
Christian Graus3-Oct-07 21:37
protectorChristian Graus3-Oct-07 21:37 
GeneralRe: Want to develop Chat Application Pin
yadlaprasad3-Oct-07 21:42
yadlaprasad3-Oct-07 21:42 
GeneralRe: Want to develop Chat Application Pin
Christian Graus3-Oct-07 21:53
protectorChristian Graus3-Oct-07 21:53 
Questionbinding Multiple hyperlinks To gridview cell Pin
kalyansamudralamurthy3-Oct-07 21:23
kalyansamudralamurthy3-Oct-07 21:23 
Questionprobelm with menu while running on the safari Browser Pin
nirmalaakki3-Oct-07 21:07
nirmalaakki3-Oct-07 21:07 
QuestionGenerate TreeView Childs Using Recursive Pin
varshavmane3-Oct-07 20:48
varshavmane3-Oct-07 20:48 
Questionjava script Calender Pin
mohant$.net3-Oct-07 20:45
mohant$.net3-Oct-07 20:45 
AnswerRe: java script Calender Pin
Christian Graus3-Oct-07 21:38
protectorChristian Graus3-Oct-07 21:38 

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.