E
ElanKathir
Hi
See this,
Public Class Elan
Public variable as Interger
Public Sub Function1()
----------
------
End Sub
Public Sub Function1()
-----
--------
End Sub
End Class
I used this class in my Web page . Like
Dim Object1 as Elan
So it's gives Error
Dim Object1 as New Elan()
Here, What is the use of New ? , B'se I have no New Mothed in this Class.
----------------------------------------------------------------------------
----
and Why we use the Dataset Oject Like this
Dim objDataSet as DataSet
Why we not use the New Monthed here?
By,
Elankathir
See this,
Public Class Elan
Public variable as Interger
Public Sub Function1()
----------
------
End Sub
Public Sub Function1()
-----
--------
End Sub
End Class
I used this class in my Web page . Like
Dim Object1 as Elan
So it's gives Error
Dim Object1 as New Elan()
Here, What is the use of New ? , B'se I have no New Mothed in this Class.
----------------------------------------------------------------------------
----
and Why we use the Dataset Oject Like this
Dim objDataSet as DataSet
Why we not use the New Monthed here?
By,
Elankathir