Click here to Skip to main content
16,016,643 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: To open microsoft word Pin
Parwej Ahamad23-Jan-07 21:47
professionalParwej Ahamad23-Jan-07 21:47 
QuestionASP.NET Pin
James_Marsters23-Jan-07 10:36
James_Marsters23-Jan-07 10:36 
AnswerRe: ASP.NET Pin
Christian Graus23-Jan-07 16:59
protectorChristian Graus23-Jan-07 16:59 
QuestionDataList and Border-Collapse Pin
RX Maverick23-Jan-07 10:23
RX Maverick23-Jan-07 10:23 
QuestionFlash Objects Pin
Marc Paliotti23-Jan-07 9:38
Marc Paliotti23-Jan-07 9:38 
AnswerRe: Flash Objects Pin
Christian Graus23-Jan-07 17:00
protectorChristian Graus23-Jan-07 17:00 
QuestionRestrict Content by Roles Pin
packerfan190423-Jan-07 8:43
packerfan190423-Jan-07 8:43 
AnswerRe: Restrict Content by Roles Pin
Bassam Saoud23-Jan-07 9:04
Bassam Saoud23-Jan-07 9:04 
If I understand your question correctly, you can add this to your web.config:
<location path="File_Name.aspx">
  <system.web>
    <authorization>
      <allow roles="Role1,Role2,Rolen"/>
      <deny users="*" />
    </authorization>
  </system.web>
</location>

GeneralRe: Restrict Content by Roles Pin
packerfan190423-Jan-07 11:09
packerfan190423-Jan-07 11:09 
GeneralRe: Restrict Content by Roles Pin
Bassam Saoud23-Jan-07 19:41
Bassam Saoud23-Jan-07 19:41 
QuestionConnection Strings for Class Library Project Pin
robert11023-Jan-07 8:33
robert11023-Jan-07 8:33 
AnswerRe: Connection Strings for Class Library Project Pin
Bassam Saoud23-Jan-07 8:55
Bassam Saoud23-Jan-07 8:55 
QuestionDifference b/w Asp.Net 1.1 and 2.0? Pin
kavi200023-Jan-07 6:54
kavi200023-Jan-07 6:54 
AnswerRe: Difference b/w Asp.Net 1.1 and 2.0? Pin
Guffa23-Jan-07 7:09
Guffa23-Jan-07 7:09 
GeneralRe: Difference b/w Asp.Net 1.1 and 2.0? Pin
kavi200023-Jan-07 7:46
kavi200023-Jan-07 7:46 
GeneralRe: Difference b/w Asp.Net 1.1 and 2.0? Pin
WillemM23-Jan-07 9:24
WillemM23-Jan-07 9:24 
GeneralRe: Difference b/w Asp.Net 1.1 and 2.0? Pin
Guffa23-Jan-07 9:36
Guffa23-Jan-07 9:36 
GeneralRe: Difference b/w Asp.Net 1.1 and 2.0? Pin
kavi200023-Jan-07 9:46
kavi200023-Jan-07 9:46 
GeneralRe: Difference b/w Asp.Net 1.1 and 2.0? Pin
Christian Graus23-Jan-07 17:01
protectorChristian Graus23-Jan-07 17:01 
AnswerRe: Difference b/w Asp.Net 1.1 and 2.0? Pin
Jon Sagara23-Jan-07 7:35
Jon Sagara23-Jan-07 7:35 
QuestionSitemapnodes that don't show up in the treeview Pin
WillemM23-Jan-07 6:35
WillemM23-Jan-07 6:35 
QuestionHow to Show a linked Image in DataGrid Pin
nour12323-Jan-07 6:12
nour12323-Jan-07 6:12 
QuestionHow do I create a forum in asp.net? Pin
davidstern10023-Jan-07 6:11
davidstern10023-Jan-07 6:11 
AnswerRe: How do I create a forum in asp.net? Pin
Raj Lal23-Jan-07 6:40
professionalRaj Lal23-Jan-07 6:40 
AnswerRe: How do I create a forum in asp.net? Pin
Jon Sagara23-Jan-07 7:36
Jon Sagara23-Jan-07 7:36 

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.