Ask a Question related to ASP.NET Security, Design and Development.
-
rom #1
private/public sub?
I have the following like in an asp.net application in the
vb.net codebehind page:
Compiler Error Message: BC30390: 'Care.Search.Private Sub
saveFatherGroup_ServerClick(sender As Object, e As
System.EventArgs)' is not accessible in this context
because it is 'Private'.
The problem is that the sub is PUBLIC! here it is as I
copied it from the vb.net page:
Public Sub saveFatherGroup_ServerClick(ByVal sender As
System.Object, ByVal e As System.EventArgs)
Any ideas???
rom Guest
-
Sharing Constants in Multiple Applications - Public vs.Private
I use private and public constants throughout my application to store hardcoded WSDL URLs and WebService methods. Many of these are the same in... -
#40372 [NEW]: Unlogical behaviour with private/public properties and __get
From: djungowski at chipxonio dot de Operating system: Ubuntu PHP version: 5.2.0 PHP Bug Type: Class/Object related Bug... -
Need the equivalent of CryptGenKey for PUBLIC/PRIVATE pairs
I have found the GenerateKey method for SymmerticAlgorithm based CSP classes, but I can not find any way to create a public/private pair for use... -
Question about "Public Sub" vs "Private Sub" vs "Sub"
In my INCLUDE.INC file I have noticed that I can create subs three ways... Public Sub Test1(x) response.write(x) End Sub Private Sub Test2(x)... -
Private Fotopages - private Web Galleries WANTED!
Hello NG I am still seeking links to private (hobby / non professional/ amateur) fotopages in Australia -or any other Country to be used at... -
rom #2
other problem!
I read on the web that the problem might be that the name
of the function is already taken by another namespace so I
changed it and now it's ok. Not I get an error that a
function I'm using was not declared. the problem is that
it is declared, it is public, and I tried several names...
Thanks!
the>-----Original Message-----
>I have the following like in an asp.net application in>vb.net codebehind page:
>
>Compiler Error Message: BC30390: 'Care.Search.Private Sub
>saveFatherGroup_ServerClick(sender As Object, e As
>System.EventArgs)' is not accessible in this context
>because it is 'Private'.
>
>The problem is that the sub is PUBLIC! here it is as I
>copied it from the vb.net page:
>Public Sub saveFatherGroup_ServerClick(ByVal sender As
>System.Object, ByVal e As System.EventArgs)
>
>Any ideas???
>.
>rom Guest



Reply With Quote

