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...
http://www.experts-exchange.com/Programming/Languages/.NET/ASP.NET/Q_21058328.html
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...
http://www.experts-exchange.com/Programming/Languages/.NET/Q_21247408.html
Zones:
.NETDate Answered: 12/20/2004 Grade: A Views: 0
hi there;
CType ... what is it and when should i use it?
thanks.
http://www.experts-exchange.com/Programming/Languages/.NET/ASP.NET/Q_21380138.html
Need to do the same thing as the CType(sender, PictureBox).Backcolor does in VB.NET, only in code that works for C#.
http://www.experts-exchange.com/Programming/Programming_Languages/C_Sharp/Q_21583424.html
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
...
http://www.experts-exchange.com/Programming/Languages/.NET/Visual_Basic.NET/Q_21765491.htm...
What is the different bettwen implicit conversions & explicit conversions? Also, could you give a good example on CType function?
http://www.experts-exchange.com/Programming/Languages/.NET/Visual_Basic.NET/Q_21807389.htm...
How can CType() be used for an user defined class type in type comparision?
http://www.experts-exchange.com/Programming/Languages/.NET/Q_22644800.html
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...
http://www.experts-exchange.com/Programming/Languages/.NET/ASP.NET/Q_22846331.html
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
{...
http://www.experts-exchange.com/Programming/Languages/Scripting/Perl/Q_20882095.html
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...
http://www.experts-exchange.com/Programming/Languages/.NET/Visual_Basic.NET/Q_21418090.htm...