Search

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

Matching Posts

  • Re: Menu control

    Hi Thanks guys for your replies. I do have the staticdisplaymode set to 2 yet it still only shows the root node "Home". I've tried various values in here as well as numerous other permutations and combinations yet nothing seems to work. Any other ideas? Bob
  • Menu control

    Hi, I'm not exactly sure where this post should actually go, but as I'm still a rookie at this stuff, I figured this would be the place to start. I'm not sure if this an asp.net issue, a server 2008 issue or an IIS 7 issue, or strictly my issue, so here it is. I'm using VS2008 and I'm putting a Menu Control on a page. I set it's properties to Horizontal and StaticDisplayLevels="2" When I go into the design window in VS2008 it shows the Menu as being horizontal. However
  • fincontrol in createuserwizard

    Hi, I've been trying to find the ContinueButton control in the Create User Wizard. I've done a lot of searching and have seen lots of ways to use FindControl and can make it work in a number of ways, but I just can't get this to work. Is it just not possible in the Create User Wizard or am I missing something?
    Posted to Security (Forum) by forexbob on 9/13/2009
  • gridview autoformat & themes

    Hi, I'm trying to remove formatting from the gridview but it doesn't take. It will work on a site that I haven't published but on a site I have published it retains a dark grey background even after "Remove Formatting" has been applied. I can manually change the colours etc. so that it has a white background but that shouldn't be required if "Remove Formatting" worked. There are no style sheets linked to the page and it seems to happen on all the pages. Now there
    Posted to Data Presentation Controls (Forum) by forexbob on 7/8/2009
  • Re: Session variables and Local host

    Thanks alaa9jo That was a simple fix. Now I can get on with my other project to see if I can figure it out. Bob
  • Re: embedded button in RoleGroup

    Thanks Andrew!! I got it going! Much appreciated. Bob
    Posted to Security (Forum) by forexbob on 6/18/2009
  • Re: Session variables and Local host

    I'm having a similar problem with session varibales. I used the code above to test to see if was working and it doesn't return the name. This is my code: Code Behind: Partial Class zzTest Inherits System.Web.UI.Page Protected Sub Page_Load(ByVal sender As Object, ByVal e As EventArgs) Session.Add("Name", "Leo") End Sub Protected Sub Button1_Click(ByVal sender As Object, ByVal e As EventArgs) Response.Write("Name is " + CType(Session("Name"), String
  • Re: embedded button in RoleGroup

    I have no idea how this post ended up in Security. It was posted in Getting Started
    Posted to Security (Forum) by forexbob on 6/15/2009
  • embedded button in Rolegroup

    Hi, The following is the .aspx code: <asp:loginview id="LoginArea" runat="server"> <AnonymousTemplate> <asp:login id="Login1" runat="server" > </asp:login> </AnonymousTemplate> <RoleGroups> <asp:RoleGroup Roles="Merchant"> <ContentTemplate> <asp:Button ID="btnRoleGroupMerchant" runat="server" Text="Merchant Page" /> <a href="Merchant.aspx">Go to Merchant
    Posted to Security (Forum) by forexbob on 6/15/2009
  • embedded button in RoleGroup

    Hi, The following is the .aspx code: <asp:loginview id="LoginArea" runat="server"> <AnonymousTemplate> <asp:login id="Login1" runat="server" > </asp:login> </AnonymousTemplate> <RoleGroups> <asp:RoleGroup Roles="Merchant"> <ContentTemplate> <asp:Button ID="btnRoleGroupMerchant" runat="server" Text="Merchant Page" /> <a href="Merchant.aspx">Go to Merchant
    Posted to Security (Forum) by forexbob on 6/15/2009
Page 1 of 2 (12 items) 1 2 Next >