Home All Groups Group Topic Archive Search About

ASP.NET web controls

microsoft.public.dotnet.framework.aspnet.webcontrols
Score ASP.NET equivelant for include files that won't cause problems
Nathan Sokalski - 25 Mar 2009 10:18 PM - 3 messages
I need to come up with an easy way to insert the contents of a text file into an *.aspx or *.master file, using some kind of inline code the way include files used to be used with Classic ASP (My boss wants something that ...
Score Specifying property defaults
Nathan Sokalski - 22 Mar 2009 6:39 PM - 10 messages
I need to specify the default value for a property of a custom control I am making. Normally this would be done as follows: Private _myprop As String = "My Default Value" <System.ComponentModel.DefaultValue("My Default Value")> Public Property ...
Next » 2 3 4 5 6 7 8 9 10