473,322 Members | 1,496 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,322 software developers and data experts.

Mixing ASP Controls in .Net Projects

Hi and thx for take a litle time to reply me.

My question is:

Supposing that i have a Control built in ASP 3.0 (a Calendar Control in this
case) and I want to make it work in a .Net project Built with ASP .net (
FrameWork 2.0), could it be posible to run the control in the same page and
the same .Net project? and if the answer is yes, how can i reference it in my
asp .net project?

Thx.
--
The Knowledge is an Universal Patrimony
Sep 19 '06 #1
3 1376
Assuming you mean a compiled control, you have to add the COM reference
prior to placing the control on the page. It may not show up in preview
unfortunately.

If you mean ASP control, or a scripted control, you will have to place it on
an ASP page and then include the page.

As the ASP.NET calendar control probably does what you need, or can be
extended rather easily, I would not spend a gerat amount of time on this, as
moving to a full ASP.NET solution is the better option.

--
Gregory A. Beamer
MVP; MCP: +I, SE, SD, DBA

*************************************************
Think outside of the box!
*************************************************
"Jose Manuel vilomar" <jv******@gmail.comwrote in message
news:A8**********************************@microsof t.com...
Hi and thx for take a litle time to reply me.

My question is:

Supposing that i have a Control built in ASP 3.0 (a Calendar Control in
this
case) and I want to make it work in a .Net project Built with ASP .net (
FrameWork 2.0), could it be posible to run the control in the same page
and
the same .Net project? and if the answer is yes, how can i reference it in
my
asp .net project?

Thx.
--
The Knowledge is an Universal Patrimony

Sep 19 '06 #2
asp did not have controls in the sense asp.net does. t include it on an
asp.net page the code should be converted to asp.net. how hard this is will
depend on how the asp code was structured and the langauge it was wriiten in
(javascript ports better than vb)

-- bruce (sqlwork.com)

"Jose Manuel vilomar" <jv******@gmail.comwrote in message
news:A8**********************************@microsof t.com...
Hi and thx for take a litle time to reply me.

My question is:

Supposing that i have a Control built in ASP 3.0 (a Calendar Control in
this
case) and I want to make it work in a .Net project Built with ASP .net (
FrameWork 2.0), could it be posible to run the control in the same page
and
the same .Net project? and if the answer is yes, how can i reference it in
my
asp .net project?

Thx.
--
The Knowledge is an Universal Patrimony

Sep 19 '06 #3
Hi and thanx for reply.

Well the problem is that currently I'm Developing a Portal in ASP .Net, I
admit that I don't have enough skills and time to expand the control calendar
that come along visual studio. and the client have a calendar named
MultiCalendar wich was developed in ASP 3.0 and i have to integrated it in my
ASP .Net Project.

So what could I do ?
--
The Knowledge is an Universal Patrimony
"Jose Manuel vilomar" wrote:
Hi and thx for take a litle time to reply me.

My question is:

Supposing that i have a Control built in ASP 3.0 (a Calendar Control in this
case) and I want to make it work in a .Net project Built with ASP .net (
FrameWork 2.0), could it be posible to run the control in the same page and
the same .Net project? and if the answer is yes, how can i reference it in my
asp .net project?

Thx.
--
The Knowledge is an Universal Patrimony
Sep 19 '06 #4

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

2
by: junk | last post by:
I am converting a large website with VBScript include files and JScript also included as <script language="jscript" runat="server"> in other include files. I would like to convert the VBScript to...
2
by: Hans Kesting | last post by:
Is it possible to mix code meant for the CompactFramework and code meant for the standard framework? We are trying to make PDA and light-weight "laptop" versions of one application. This means a...
3
by: Shikari Shambu | last post by:
Hi All, I have a situation where multiple applications are sharing some pages/ controls. So, I have a separate common project that has the common pages/ controls. My question is how do I...
2
by: Brian Henry | last post by:
Is it possible to create web users controls which can actively be used on multiple projects? similarly to how a winforms user control can be used in multiple project when referenced. What I want...
5
by: Raed Sawalha | last post by:
We have a web application with at least 570 Pages and 10's of user controls ....all under project name LinkDevProject ...recently we start separating the project into multiple projects ....the...
1
by: jlynds | last post by:
Hello All-- In VS2003 I used to be able to add class library projects to my web project solutions. This was helpful when creating reusable assemblies. I'd like to be able to do this same sort...
1
by: Brian Begy | last post by:
Anyone seen this? "Type mismatch could be due to the mixing of a file reference with a project reference " We have solution we are trying to upgrade to VS 2005. We have about 10 projects in...
7
by: BK | last post by:
I have a .NET project named FormattedOuput with output type set to Class Library. In it, I have a source file named ExcelOutput.Vb. This class produces an Excel object and manipulates it based on...
3
by: jason | last post by:
I've been working with C# for over a year now without touching vb.net code. I had a few light years of vb.net before that. No real vb6 or windows form experience. Suddenly, I have an assignment...
0
by: ryjfgjl | last post by:
ExcelToDatabase: batch import excel into database automatically...
0
isladogs
by: isladogs | last post by:
The next Access Europe meeting will be on Wednesday 6 Mar 2024 starting at 18:00 UK time (6PM UTC) and finishing at about 19:15 (7.15PM). In this month's session, we are pleased to welcome back...
1
isladogs
by: isladogs | last post by:
The next Access Europe meeting will be on Wednesday 6 Mar 2024 starting at 18:00 UK time (6PM UTC) and finishing at about 19:15 (7.15PM). In this month's session, we are pleased to welcome back...
0
by: Vimpel783 | last post by:
Hello! Guys, I found this code on the Internet, but I need to modify it a little. It works well, the problem is this: Data is sent from only one cell, in this case B5, but it is necessary that data...
0
by: jfyes | last post by:
As a hardware engineer, after seeing that CEIWEI recently released a new tool for Modbus RTU Over TCP/UDP filtering and monitoring, I actively went to its official website to take a look. It turned...
0
by: ArrayDB | last post by:
The error message I've encountered is; ERROR:root:Error generating model response: exception: access violation writing 0x0000000000005140, which seems to be indicative of an access violation...
1
by: PapaRatzi | last post by:
Hello, I am teaching myself MS Access forms design and Visual Basic. I've created a table to capture a list of Top 30 singles and forms to capture new entries. The final step is a form (unbound)...
1
by: CloudSolutions | last post by:
Introduction: For many beginners and individual users, requiring a credit card and email registration may pose a barrier when starting to use cloud servers. However, some cloud server providers now...
0
by: Faith0G | last post by:
I am starting a new it consulting business and it's been a while since I setup a new website. Is wordpress still the best web based software for hosting a 5 page website? The webpages will be...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.