is it possible to import a dll file which was developed my vb.net in to a asp.net application?
-
You should be able to. ASP.NET can be coded in either VB.NET or C#. You'll have to add a reference to the .dll in your ASP.NET project.
MS Lee wrote:
ppl
As a friendly suggestion, no text speak :)
"The clue train passed his station without stopping." - John Simmons / outlaw programmer "Real programmers just throw a bunch of 1s and 0s at the computer to see what sticks" - Pete O'Hanlon "Not only do you continue to babble nonsense, you can't even correctly remember the nonsense you babbled just minutes ago." - Rob Graham
-
Did you bother to try first ? The answer is, it depends. If your dll exposes any sort of winforms functionality, it's not going to work with ASP.NET. otherwise, of course.
Christian Graus Driven to the arms of OSX by Vista.
-
Did you bother to try first ? The answer is, it depends. If your dll exposes any sort of winforms functionality, it's not going to work with ASP.NET. otherwise, of course.
Christian Graus Driven to the arms of OSX by Vista.
-
hey christian, thanks yeah the same i ment, actually i need to do some sort of winforms functionality(such as openfiledialogue/save..) and to make this as a .dll and need to use it on asp.net yaar...
self confidence+hard work=SUCCESS
MS Lee wrote:
i need to do some sort of winforms functionality(such as openfiledialogue/save..) and to make this as a .dll and need to use it on asp.net
It will not work.
Navaneeth How to use google | Ask smart questions
-
MS Lee wrote:
i need to do some sort of winforms functionality(such as openfiledialogue/save..) and to make this as a .dll and need to use it on asp.net
It will not work.
Navaneeth How to use google | Ask smart questions