Click here to Skip to main content
15,910,877 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: Error while using Microsoft.Office.Interop.Word in Production. Pin
Bernhard Hiller14-Jun-12 21:53
Bernhard Hiller14-Jun-12 21:53 
GeneralRe: Error while using Microsoft.Office.Interop.Word in Production. Pin
Ramkumar_S14-Jun-12 21:58
Ramkumar_S14-Jun-12 21:58 
QuestionDisplay multiple columns in Gridview from One Column of SQL table. Pin
sundaramoorthy.b14-Jun-12 19:27
sundaramoorthy.b14-Jun-12 19:27 
AnswerRe: Display multiple columns in Gridview from One Column of SQL table. Pin
Sandeep Mewara14-Jun-12 20:43
mveSandeep Mewara14-Jun-12 20:43 
GeneralRe: Display multiple columns in Gridview from One Column of SQL table. Pin
sundaramoorthy.b14-Jun-12 20:59
sundaramoorthy.b14-Jun-12 20:59 
AnswerRe: Display multiple columns in Gridview from One Column of SQL table. Pin
Ajay Bachale15-Jun-12 11:10
Ajay Bachale15-Jun-12 11:10 
Question2010 sitemap Pin
classy_dog14-Jun-12 6:18
classy_dog14-Jun-12 6:18 
AnswerRe: 2010 sitemap Pin
jkirkerx15-Jun-12 8:44
professionaljkirkerx15-Jun-12 8:44 
To the best of my knowledge, the sitemap.xml is just a xml file that contains sitemap nodes.

You can't control access to files and folders through it.

You have to write code for each page, to control access.

So let's say you have 5 levels of security

On login, you would add 
Context.Session.Add("security", 5)

And in the page, on page.init, your code would say

If Not Context.Session("security") > 3 Then
 Context.response.redirect("security.aspx")
End If

GeneralRe: 2010 sitemap Pin
JMummery23-Jun-12 14:01
professionalJMummery23-Jun-12 14:01 
QuestionHow to apply page turning to pdf Pin
Inderjeet Kaur14-Jun-12 5:37
Inderjeet Kaur14-Jun-12 5:37 
AnswerRe: How to apply page turning to pdf Pin
Richard MacCutchan14-Jun-12 5:40
mveRichard MacCutchan14-Jun-12 5:40 
QuestionHELP I NEED TO PRINT CARDS USING ASP.net WEBAPPLICATION USING ZEBRA CARD PRINTER P430i Pin
akosinoah14-Jun-12 2:51
akosinoah14-Jun-12 2:51 
QuestionGridView Row display Pin
sundaramoorthy.b14-Jun-12 0:00
sundaramoorthy.b14-Jun-12 0:00 
SuggestionRe: GridView Row display Pin
Sandeep Mewara14-Jun-12 2:18
mveSandeep Mewara14-Jun-12 2:18 
AnswerRe: GridView Row display Pin
JMummery23-Jun-12 14:13
professionalJMummery23-Jun-12 14:13 
AnswerRe: GridView Row display Pin
AshishChaudha29-Jun-12 22:52
AshishChaudha29-Jun-12 22:52 
QuestionVertical grid Pin
ananrs113-Jun-12 18:46
ananrs113-Jun-12 18:46 
AnswerRe: Vertical grid Pin
Sandeep Mewara14-Jun-12 2:11
mveSandeep Mewara14-Jun-12 2:11 
QuestionC# 2010 formview control Pin
classy_dog13-Jun-12 17:45
classy_dog13-Jun-12 17:45 
AnswerRe: C# 2010 formview control Pin
SachinDakle13-Jun-12 23:19
SachinDakle13-Jun-12 23:19 
GeneralRe: C# 2010 formview control Pin
classy_dog14-Jun-12 3:45
classy_dog14-Jun-12 3:45 
QuestionDynamic Tabs-GridViews Pin
codekumark13-Jun-12 17:20
codekumark13-Jun-12 17:20 
Questionweb form 2010 working with data Pin
sc steinhayse13-Jun-12 12:17
sc steinhayse13-Jun-12 12:17 
AnswerRe: web form 2010 working with data Pin
R. Giskard Reventlov13-Jun-12 13:04
R. Giskard Reventlov13-Jun-12 13:04 
GeneralRe: web form 2010 working with data Pin
sc steinhayse13-Jun-12 15:38
sc steinhayse13-Jun-12 15: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.