I m confused ........
-
HI! All great people, can i use vb.net and c# in a same project in asp.net? As per my knowledge due to CLR concept it may be possible, but i m not sure. I have just started to work on .NET . If possible plz guide me how? Thanx. keep smilling.....b'coz smile is the shortest distance between people....
-
HI! All great people, can i use vb.net and c# in a same project in asp.net? As per my knowledge due to CLR concept it may be possible, but i m not sure. I have just started to work on .NET . If possible plz guide me how? Thanx. keep smilling.....b'coz smile is the shortest distance between people....
Sorry, no I don't believe it's possible. Rhys A bus station is where a bus stops. A train station is where a train stops. On my desk I have a workstation... Vampireware /n/, a project, capable of sucking the lifeblood out of anyone unfortunate enough to be assigned to it, which never actually sees the light of day, but nonetheless refuses to die.
-
HI! All great people, can i use vb.net and c# in a same project in asp.net? As per my knowledge due to CLR concept it may be possible, but i m not sure. I have just started to work on .NET . If possible plz guide me how? Thanx. keep smilling.....b'coz smile is the shortest distance between people....
Further to the previous answer, you can't have C# and VB code in the same project, but you can make a separate library from one and call it from the other very easily. -------- This question does make me wonder if you can use mixed code if you use the Src attribute of an ASPX page, rather than use the CodeBehind attribute. Anyone? Or do I have to try it out? :-)
-
HI! All great people, can i use vb.net and c# in a same project in asp.net? As per my knowledge due to CLR concept it may be possible, but i m not sure. I have just started to work on .NET . If possible plz guide me how? Thanx. keep smilling.....b'coz smile is the shortest distance between people....
You will be able to in VS 2005.
-
HI! All great people, can i use vb.net and c# in a same project in asp.net? As per my knowledge due to CLR concept it may be possible, but i m not sure. I have just started to work on .NET . If possible plz guide me how? Thanx. keep smilling.....b'coz smile is the shortest distance between people....
It all depends on how much custom coding you want to do. ;) ~Javier Lozano
-
HI! All great people, can i use vb.net and c# in a same project in asp.net? As per my knowledge due to CLR concept it may be possible, but i m not sure. I have just started to work on .NET . If possible plz guide me how? Thanx. keep smilling.....b'coz smile is the shortest distance between people....
Hi: As of Visual Studio .NET 2003, this, I am afraid, is not a supported one like mixing up of Source files of VB .NET and C#. However, you can refer an assembly which has been done in VB .NET in a C# application and a vice-versa. Did this help you? Deepak Kumar Vasudevan Personal Web: http://vdeepakkumar.netfirms.com/ I Blog At: http://deepak.blogdrive.com/
-
Hi: As of Visual Studio .NET 2003, this, I am afraid, is not a supported one like mixing up of Source files of VB .NET and C#. However, you can refer an assembly which has been done in VB .NET in a C# application and a vice-versa. Did this help you? Deepak Kumar Vasudevan Personal Web: http://vdeepakkumar.netfirms.com/ I Blog At: http://deepak.blogdrive.com/