What is PrintValues?
It seems like a custom function...
What is the source code for it?
--
I hope this helps,
Steve C. Orr, MCSD, MVP
http://SteveOrr.net
"Chuck Insight" <> wrote in message
news:630Rd.5992$4D6.1859@attbi_s51...
> Thanks, the part about response.write( ) works, which still leaves the
> PrintValues( ).
> Any more ideas?
>
> "Steve C. Orr [MVP, MCSD]" <> wrote in message
> news:%...
>> You could try Response.Write instead of Console.Write.
>>
>> --
>> I hope this helps,
>> Steve C. Orr, MCSD, MVP
>> http://SteveOrr.net
>>
>>
>> "Chuck Insight" <> wrote in message
>> news:t%LQd.5301$g44.1775@attbi_s54...
>> >I am trying to work with a web form.
>> > All the examples I find are for Windows forms.
>> > What are the functional equivalant for the following?
>> >
>> > Console.Write("integer array:")
>> > PrintValues(myIntArray)
>> >
>> > Console.Write("Object array: ")
>> > PrintValues(myObjArray)
>> >
>> > Thanks, Chuck
>> >
>> >
>>
>>
>
>