Re: How to make downloadable source code available to website visitors?
- From: "Kevin Spencer" <kevin@xxxxxxxxxxxxxxxxxxxxxxxxxx>
- Date: Wed, 25 May 2005 06:12:35 -0400
Here's a Freebie:
' Conditional, depends on Knowledge
If (IsNothing(Me.Knowledge))
Me.ShareKnowledge = False
Else
Me.ShareKnowledge = True
End If
' Non-Conditional
Me.NeedCode = False
Me.Educate()
--
HTH,
Kevin Spencer
Microsoft MVP
..Net Developer
Sometimes you eat the elephant.
Sometimes the elephant eats you.
"Swaregirl" <swaregirl@xxxxxxxxx> wrote in message
news:dLWke.2361$TJ2.1967@xxxxxxxxxxxxxxxxxxxxxxxxxxxxx
> Hello,
>
> I would like to build a website using ASP.NET. I would like website
> visitors to be able to download code that I would like to make available
> to
> them and that would be residing on my personal server.
>
> Are there any code samples or books that someone can recommend so that I
> can
> implement this. I would prefer VB.NET code, but I am willing to convert
> from C# if necessary.
>
> Thanks
>
>
.
- Follow-Ups:
- References:
- Prev by Date: Re: Language dependent layout
- Next by Date: Re: Language dependent layout
- Previous by thread: How to make downloadable source code available to website visitors?
- Next by thread: Re: How to make downloadable source code available to website visitors?
- Index(es):
Relevant Pages
|