Click here to Skip to main content
15,902,189 members
Home / Discussions / Visual Basic
   

Visual Basic

 
Questionhow to make bold part of String Pin
RichardBlare16-Aug-07 1:33
RichardBlare16-Aug-07 1:33 
AnswerRe: how to make bold part of String Pin
originSH16-Aug-07 2:06
originSH16-Aug-07 2:06 
AnswerRe: how to make bold part of String Pin
Dave Kreskowiak16-Aug-07 3:18
mveDave Kreskowiak16-Aug-07 3:18 
GeneralRe: how to make bold part of String Pin
RichardBlare16-Aug-07 15:59
RichardBlare16-Aug-07 15:59 
GeneralRe: how to make bold part of String Pin
Dave Kreskowiak16-Aug-07 16:19
mveDave Kreskowiak16-Aug-07 16:19 
GeneralRe: how to make bold part of String Pin
RichardBlare16-Aug-07 17:46
RichardBlare16-Aug-07 17:46 
GeneralRe: how to make bold part of String Pin
Dave Kreskowiak16-Aug-07 17:49
mveDave Kreskowiak16-Aug-07 17:49 
QuestionSession Array Problem Pin
Brendan Vogt15-Aug-07 23:56
Brendan Vogt15-Aug-07 23:56 
Hi,

I am using a session array, and I populate it like this:

Dim nodesArray() As String
Dim i As Integer = 0

For Each node As RadTreeNode In nodes
nodesArray(i) = node.Value
i += 1
Next

Session("NodesArray") = nodesArray

When I try to print the array count it gives me errors. Can someone please let me know hot to do this. I did it currently like this:

Dim nodesArray() As String
nodesArray = CType(Session("NodesArray"), String)
Response.Write("nodesArray.Length = " & nodesArray.Length)

Regards
ma se
AnswerRe: Session Array Problem Pin
Christian Graus15-Aug-07 23:59
protectorChristian Graus15-Aug-07 23:59 
GeneralRe: Session Array Problem Pin
Brendan Vogt16-Aug-07 0:01
Brendan Vogt16-Aug-07 0:01 
GeneralRe: Session Array Problem Pin
Christian Graus16-Aug-07 0:09
protectorChristian Graus16-Aug-07 0:09 
QuestionRe: Session Array Problem Pin
Brendan Vogt16-Aug-07 0:12
Brendan Vogt16-Aug-07 0:12 
AnswerRe: Session Array Problem Pin
Christian Graus16-Aug-07 0:28
protectorChristian Graus16-Aug-07 0:28 
GeneralRe: Session Array Problem Pin
Tom Deketelaere16-Aug-07 1:11
professionalTom Deketelaere16-Aug-07 1:11 
Questionvb.net Pin
rampraba15-Aug-07 23:27
rampraba15-Aug-07 23:27 
AnswerRe: vb.net Pin
Zia Ul Haq Soofi15-Aug-07 23:49
Zia Ul Haq Soofi15-Aug-07 23:49 
AnswerRe: vb.net Pin
Taylor Kobani15-Aug-07 23:55
Taylor Kobani15-Aug-07 23:55 
AnswerRe: vb.net Pin
Christian Graus15-Aug-07 23:56
protectorChristian Graus15-Aug-07 23:56 
QuestionPadding is invalid and cannot be removed. Pin
WhiteGirl2315-Aug-07 22:50
WhiteGirl2315-Aug-07 22:50 
AnswerRe: Padding is invalid and cannot be removed. Pin
Luc Pattyn15-Aug-07 23:58
sitebuilderLuc Pattyn15-Aug-07 23:58 
GeneralRe: Padding is invalid and cannot be removed. Pin
WhiteGirl2316-Aug-07 2:09
WhiteGirl2316-Aug-07 2:09 
QuestionError when add a record in the database Pin
Mekong River15-Aug-07 22:24
Mekong River15-Aug-07 22:24 
AnswerRe: Error when add a record in the database Pin
Christian Graus15-Aug-07 22:33
protectorChristian Graus15-Aug-07 22:33 
GeneralRe: Error when add a record in the database Pin
MartyK200715-Aug-07 22:56
MartyK200715-Aug-07 22:56 
GeneralRe: Error when add a record in the database Pin
Mekong River15-Aug-07 23:07
Mekong River15-Aug-07 23:07 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.