Click here to Skip to main content
15,888,323 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: How i can set IDENTITY_INSERT to ON in "LINQ to SQL" ? Pin
humais2-Feb-11 3:17
humais2-Feb-11 3:17 
AnswerRe: How i can set IDENTITY_INSERT to ON in "LINQ to SQL" ? Pin
Bryian Tan1-Feb-11 17:07
professionalBryian Tan1-Feb-11 17:07 
Questioncalendar access Pin
netJP12L1-Feb-11 7:28
netJP12L1-Feb-11 7:28 
AnswerRe: calendar access Pin
Not Active1-Feb-11 7:41
mentorNot Active1-Feb-11 7:41 
QuestionASP .net exception Pin
Pmandale1-Feb-11 0:11
Pmandale1-Feb-11 0:11 
AnswerRe: ASP .net exception Pin
m@dhu1-Feb-11 1:33
m@dhu1-Feb-11 1:33 
QuestionAfter loging open the file for user connnected [modified] Pin
amina8931-Jan-11 23:33
amina8931-Jan-11 23:33 
QuestionRe: After loging open the file for user connnected Pin
amina892-Feb-11 0:27
amina892-Feb-11 0:27 
Hi,
I dont work with vb.net I added this code in the file Default.aspx.vb
   Protected Sub Page_Load(ByVal sender As Object, ByVal e As System.EventArgs) Handles Me.Load<br />
        fldRoles.Text = String.Format("User {0} has in the following roles:", My.User.Name)<br />
        For Each arole As String In Roles.GetRolesForUser(My.User.Name)<br />
            fldRoles.Text += String.Format("<br/>{0}", arole)<br />
        Next<br />
        If My.User.IsInRole("AdminModule1") Then<br />
            Response.Redirect("adminM1/nn.aspx")<br />
            Response.End()<br />
        ElseIf My.User.IsInRole("AdminModule2") Then<br />
            Response.Redirect("adminM2/nn.aspx")<br />
            Response.End()<br />
        ElseIf My.User.IsInRole("AdminModule3") Then<br />
            Response.Redirect("adminM3/nn.aspx")<br />
            Response.End()<br />
<br />
        End If<br />
    End Sub
but no result
Thanks
QuestionScanning Document Through Web Application Pin
Sanket.Patil31-Jan-11 18:32
Sanket.Patil31-Jan-11 18:32 
AnswerRe: Scanning Document Through Web Application Pin
Quentin in SA31-Jan-11 20:04
Quentin in SA31-Jan-11 20:04 
Questionjquery and asp.net form parameters Pin
dotnetcsharpdev31-Jan-11 11:54
dotnetcsharpdev31-Jan-11 11:54 
Questioncontents showing twice [Problem Solved already] Pin
Dhyanga31-Jan-11 3:27
Dhyanga31-Jan-11 3:27 
Questionhow can i check focus in textBox Control. Pin
buffering8330-Jan-11 13:24
buffering8330-Jan-11 13:24 
AnswerRe: how can i check focus in textBox Control. Pin
Venkatesh Mookkan30-Jan-11 15:47
Venkatesh Mookkan30-Jan-11 15:47 
QuestionSession life time Pin
treuveni30-Jan-11 4:38
treuveni30-Jan-11 4:38 
AnswerRe: Session life time Pin
Not Active30-Jan-11 6:39
mentorNot Active30-Jan-11 6:39 
Questionerror web service hexadecimal value 0x0E, is an invalid character. Pin
Rami Said Abd Alhalim30-Jan-11 3:16
Rami Said Abd Alhalim30-Jan-11 3:16 
AnswerRe: error web service hexadecimal value 0x0E, is an invalid character. Pin
sund7wells1-Feb-11 19:17
sund7wells1-Feb-11 19:17 
QuestionError Webservice (hexadecimal value 0x0E, is an invalid character) Pin
Rami Said Abd Alhalim30-Jan-11 1:00
Rami Said Abd Alhalim30-Jan-11 1:00 
AnswerRe: Error Webservice (hexadecimal value 0x0E, is an invalid character) Pin
Not Active30-Jan-11 6:41
mentorNot Active30-Jan-11 6:41 
AnswerRe: Error Webservice (hexadecimal value 0x0E, is an invalid character) Pin
Dalek Dave4-Mar-11 13:23
professionalDalek Dave4-Mar-11 13:23 
Questionput logo in crystal reports Pin
Thanusree Duth28-Jan-11 19:09
Thanusree Duth28-Jan-11 19:09 
AnswerRe: put logo in crystal reports Pin
Sandeep Mewara28-Jan-11 19:41
mveSandeep Mewara28-Jan-11 19:41 
AnswerRe: put logo in crystal reports Pin
sund7wells1-Feb-11 19:56
sund7wells1-Feb-11 19:56 
QuestionStyle Points Pin
Bomb_shell28-Jan-11 10:21
Bomb_shell28-Jan-11 10:21 

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.