I am trying to use my own authentication for a web application.
Upon a valid log on , I set Session["isLoggedIn"] to true. Upon "logging out" I do a Session.Abandon() and redirect to the logon page.
In the Pre_Init event, I have logic to redirect user to Login.aspx if Session["isLoggedIn"] =...
I belive the function in the code-behind needs to be a Public Shared Function.
Public Shared Function getElem(str as String, delim As String, N As Integer)
Dim myArr as Array
myArr = Split(str, delim)
If N >= 1 And N <= (1 + UBound(myArr)) Then
getElem = Trim(myArr(N...
I personally use Dundas Charts of SSRS 05. Dundas allows the programmer to code on 7 or so different events behind an easy to use drag and drop interface.
Sorry about the month delay. I just joined the forum today after reading your post and thought I'd take a stab at it regarding listing the values of a multi-select parameter.
The following textbox expression will join the Multi-Valued Parameters with a comma...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.