Advertisement

1 - 10 of 34 containing alltags:("ctype") (0.001 seconds)
Hello, Okay I have two problems: one I am not getting the first textbox value to be displayed, like the code is skipping over it AND number two, I want to only display the textboxes that have a va...
Zones: ASP.Net ProgrammingDate Answered: 07/15/2004 Grade: A Views: 0
I have several classes in my application that I want to be able to save/load as XML files. I have accomplished this by using Serialization techniques. Right now, each class has it's own Save/Load f...
Zones: .NETDate Answered: 12/20/2004 Grade: A Views: 0
hi there; CType ... what is it and when should i use it? thanks.
Zones: ASP.Net ProgrammingDate Answered: 04/07/2005 Grade: A Views: 0
Need to do the same thing as the CType(sender, PictureBox).Backcolor does in VB.NET, only in code that works for C#.
Zones: C#Date Answered: 10/04/2005 Grade: A Views: 234
Idle_Mind, What is the different between CType and other(Cstr, Cint, ect.) Does CType allow us to do more?     Dim dt As DataTriad     dt = CType(MyArray(index), DataTriad) ' take it out  ...
Zones: MS Visual BasicDate Answered: 03/08/2006 Grade: A Views: 0
What is the different bettwen implicit conversions & explicit conversions?  Also, could you give a good example on CType function?
Zones: MS Visual BasicDate Answered: 04/09/2006 Grade: A Views: 0
How can CType() be used for an user defined class type in type comparision?
Zones: .NETDate Answered: 07/19/2007 Grade: A Views: 0
Hello expert, Here is my function, what I need is to cache the values (for each articleID) that are returned by this function during 10 minutes. When the cache exsit it should return from the...
Zones: ASP.Net ProgrammingDate Answered: 09/22/2007 Grade: A Views: 21
The script bellow send the body of the message but the attachment does not get sent what do I need to do and howto ?? use lib '/perl/lib'; use Mail::Sender; my $sender = new Mail::Sender {...
Zones: PerlDate Answered: 02/12/2004 Grade: A Views: 0
how can I convert an array of objects into an ICollection? I am attempting to add an array of type Object to an ArrayList.  Dim items(combo1.Items.Count - 1) As Object Dim ic As ICollectio...
Zones: MS Visual BasicDate Answered: 05/09/2005 Grade: A Views: 0