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
CODE PROJECT For Those Who Code
  • Home
  • Articles
  • FAQ
Community
N

Nishant Rai

@Nishant Rai
About
Posts
2
Topics
1
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • How to find all Web Control ID in Asp.net.
    N Nishant Rai

    foreach (Control ctrl in YourControlName.Controls) { Response.Write(ctrl.ID+ "||"); }

    ASP.NET csharp asp-net help tutorial

  • changing access specifier from protected to public in ASP.NET 2.0
    N Nishant Rai

    :)I have created a web control which contains a panel and some labels in it. But I can not access those labels on the page where i am trying to use this control because its access specifier is protected. I want to change it to public but I can not find the code.Where can i find the code to change the access specifier of label from protected to public

    ASP.NET csharp asp-net
  • Login

  • Don't have an account? Register

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