Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
N

NoirWD

@NoirWD
About
Posts
2
Topics
1
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • Looping to find LoginView controls
    N NoirWD

    Hi all, I've been having trouble trying to figure out a way to loop through controls in a User Control to find LoginViews and when found manipulate each of them. With the following code snippet the LoginView controls are found but cannot be manipulated. Code: For Each lv as Control In Me.Controls If lv.GetType().ToString().Equals("System.Web.UI.WebControls.LoginView") Then CType(lv, System.Web.UI.WebControls.LoginView).RoleGroups(0).Roles = "role" End If Next Thanks in advance.

    ASP.NET design

  • I see dumb people
    N NoirWD

    I've fell into the same trap; but the original web application was built in ASP and I had to convert it to ASP .NET web app. plus on top of that the share holder is a jerk. Dig deep and stick through it, it'll only make you a better developer. I'm at the end of this conversion and I have learned a lot. Hang in there! -Noir

    The Weird and The Wonderful business csharp database help
  • Login

  • Don't have an account? Register

  • Login or register to search.
  • First post
    Last post
0
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups