Search

You searched for the word(s): userid:636294

Matching Posts

  • Menu Options visible to all after adding roles in sitemap

    I have two different sitemaps (user.sitemap and web.sitemap) and everything is working except the fact that I have some items that have roles associated to them and they are still showing on the tree menu although when a user clicks on one of the items it takes them back to the login screeen because I have security setup on the directory. But why are they showing? website map is as follows: <?xml version="1.0" encoding="utf-8" ?> <siteMap xmlns=" http://schemas.microsoft.com/AspNet/SiteMap
  • Re: Return New Record in FORM CONTROL

    I am referring to the FormView control in vb2005
    Posted to Web Forms (Forum) by TonyS on 10/14/2006
  • Return New Record in FORM CONTROL

    I have a form control working for updates and inserts. My only problem is how do I get the form to return the new record in view mode after I have inserted it? After I insert the record it returns with no data...and the record is getting posted to the db. Any help would be great!
    Posted to Web Forms (Forum) by TonyS on 10/14/2006
  • Authenticate custom web app with dnn 4

    I have created a custom db application and created an application on my webserver. I have placed the directory on the root which right now our DNN is installed. I setup the membership to point to the DNN membership database and also copied the machine key from the DNN web.config to my custom app web.config. But it still doesn't authenticate.... Is this possible to do? my main site is www.domain.com and then I have the custom app as www.customapp.domain.com . Through my readings I thought I understood
    Posted to Security (Forum) by TonyS on 8/16/2006
  • Re: UserName

    Ahmed- Thanks for the response but here is the issue when I use the below code it tells me that the user is authenticated. But when I run your code I still get the same error message. Can a user be authenticated but not a 'member'? Protected Sub Page_Load( ByVal sender As Object , ByVal e As System.EventArgs) Handles Me .Load If User.Identity.IsAuthenticated Then Label1.Text = "YES" Else Label1.Text = "N0" End If End Sub Protected Sub Page_Load( ByVal sender As Object , ByVal e As System.EventArgs
    Posted to Security (Forum) by TonyS on 8/7/2006
  • Re: UserName

    I understand what your saying maybe I am confused though...If I place the loginname control it displays the correct user name that I am logged in with at the time. So if that returns a value does that not mean I am logged in as that user?
    Posted to Security (Forum) by TonyS on 8/7/2006
  • UserName

    Gang- I have an app that I have pulled into my DNN as a folder. If I create an aspx page in my new folder and drag the LoginName control on the page it will display the correct login name. However if I use the following code I get the following error message below the code. Why does the loginname show who I am but the code doesn't work.....?? Protected Sub Page_Load( ByVal sender As Object , ByVal e As System.EventArgs) Handles Me .Load Dim User As MembershipUser = Membership.GetUser Me .Label1.Text
    Posted to Security (Forum) by TonyS on 8/6/2006
  • Document Map will not show up in ReportViewer

    From: DodgeMagnumGuy - view profile Date: Mon, Jul 10 2006 11:24 pm Email: "DodgeMagnumGuy" <tonysto ... @comcast.net> Groups: microsoft.public.sqlserver.reportingsvcs Not yet rated Rating: show options Reply | Reply to Author | Forward | Print | Individual Message | Show original | Remove | Report Abuse | Find messages by this author I have a report that uses the document map and it appears when i run it through the SQL Reporting Home site. However when I embed the report viewer into my asp
    Posted to SQL Server Reporting Services (Forum) by TonyS on 7/11/2006
  • Re: How to Use Delete Parameters

    I should add that I an not using the standard delete button that is implemented in a GridView. I am using an imagebutton. I do have the datakey set to maID but that isn't working either.
  • How to Use Delete Parameters

    Hey gang I am trying to use the delete feature of a sqldatasource and having issues with the delete feature. My code is below the issue is if I just call the delete and don't have a paramter in my delete statement then it deletes the records in my table. However when I add a parameter to my delete query (@maID) and try to set it then it doesn't delete the record. What am I doing wrong? The e.CommandArgument is passing the correct record ID (which is an Integer).....can someone please help? PS I also
Page 1 of 3 (25 items) 1 2 3 Next >