473,787 Members | 2,931 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Question on Using Partial Types with ASP.NET via J.I.T.

I got three (3) files

(1) Untitled.aspx
(2) Untitled.aspx.1 .cs
(3) Untitled.aspx.2 .cs

These three files must be used together to make file #1, Untitled.aspx, page
work via
J.I.T. when the User first hits Internet Explorer 6.0 on your browser.
MY QUESTION to the Microsoft ASP.NET and C# teams.

I know how file #2,Untitled.asp x.1.cs, is connected and can be found by file
#1, the Untitled.aspx page.
How does file #3, Untitled.aspx.2 .cs, get found by the file #1 when I the
first time with Internet Explorer?

IN OTHER WORDS, I am NOT using pre-compile for VS.NET to make these file
compile together.
I would be just using J.I.T. compiling like you do now with src= attribute
in a ASP.NET page.

Nov 20 '05 #1
47 1806
"nospam" <n@ntspam.com > schrieb
I got three (3) files

(1) Untitled.aspx
(2) Untitled.aspx.1 .cs
(3) Untitled.aspx.2 .cs
[...]

This is a VB.NET group. Please post to the *most* appropriate group(s) only.

--
Armin

http://www.plig.net/nnq/nquote.html
http://www.netmeister.org/news/learn2quote.html

Nov 20 '05 #2
Cor
Hi Nospam,

I am curious, what is the reason that you post this questions to a VB.net
language related newsgroup?

Cor

(1) Untitled.aspx
(2) Untitled.aspx.1 .cs
(3) Untitled.aspx.2 .cs

Nov 20 '05 #3
* "nospam" <n@ntspam.com > scripsit:
(1) Untitled.aspx
(2) Untitled.aspx.1 .cs
(3) Untitled.aspx.2 .cs

These three files must be used together to make file #1, Untitled.aspx, page
work via
J.I.T. when the User first hits Internet Explorer 6.0 on your browser.


The problem is not related to VB.NET programming...

--
Herfried K. Wagner
MVP · VB Classic, VB.NET
<http://www.mvps.org/dotnet>

<http://www.plig.net/nnq/nquote.html>
Nov 20 '05 #4
Are you working with ASP.NET 2.0? I would assume so, since you are talking
partial classes. If so, you are likely working with the PDC alpha, which is
not feature complete.

Just to run with it, one idea to try would be to place the second partial
class file into the SRC directory and take advantage of the code compiling
ability. Not sure how it would work on partial classes, however, so it is
simply an experiment.

If you are in ASP.NET 1.x, please add more detail, as I am lost.

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

*************** *************** *************** *************** **********
Think Outside the Box!
*************** *************** *************** *************** **********
"nospam" <n@ntspam.com > wrote in message
news:OB******** ******@TK2MSFTN GP09.phx.gbl...
I got three (3) files

(1) Untitled.aspx
(2) Untitled.aspx.1 .cs
(3) Untitled.aspx.2 .cs

These three files must be used together to make file #1, Untitled.aspx, page work via
J.I.T. when the User first hits Internet Explorer 6.0 on your browser.
MY QUESTION to the Microsoft ASP.NET and C# teams.

I know how file #2,Untitled.asp x.1.cs, is connected and can be found by file #1, the Untitled.aspx page.
How does file #3, Untitled.aspx.2 .cs, get found by the file #1 when I the
first time with Internet Explorer?

IN OTHER WORDS, I am NOT using pre-compile for VS.NET to make these file
compile together.
I would be just using J.I.T. compiling like you do now with src= attribute
in a ASP.NET page.

Nov 20 '05 #5
nospam,
Have you considered asking in the Whidbey newsgroups?
http://communities.microsoft.com/new...idbey&slcid=us

Did the ASP.NET 2.0 article I refer you too the other day help?

http://msdn.microsoft.com/asp.net/wh...ompilation.asp

Or one of the articles on the following page?
http://msdn.microsoft.com/asp.net/whidbey/
MY QUESTION to the Microsoft ASP.NET and C# teams. Why are you bothering the VB.NET users then?

Hope this helps
Jay

"nospam" <n@ntspam.com > wrote in message
news:OB******** ******@TK2MSFTN GP09.phx.gbl... I got three (3) files

(1) Untitled.aspx
(2) Untitled.aspx.1 .cs
(3) Untitled.aspx.2 .cs

These three files must be used together to make file #1, Untitled.aspx, page work via
J.I.T. when the User first hits Internet Explorer 6.0 on your browser.
MY QUESTION to the Microsoft ASP.NET and C# teams.

I know how file #2,Untitled.asp x.1.cs, is connected and can be found by file #1, the Untitled.aspx page.
How does file #3, Untitled.aspx.2 .cs, get found by the file #1 when I the
first time with Internet Explorer?

IN OTHER WORDS, I am NOT using pre-compile for VS.NET to make these file
compile together.
I would be just using J.I.T. compiling like you do now with src= attribute
in a ASP.NET page.

Nov 20 '05 #6
VB is going to have Partial Types right?

(1) Untitled.aspx
(2) Untitled.aspx.1 .vb
(3) Untitled.aspx.2 .vb

happy?


"Cor" <no*@non.com> wrote in message
news:%2******** ********@TK2MSF TNGP11.phx.gbl. ..
Hi Nospam,

I am curious, what is the reason that you post this questions to a VB.net
language related newsgroup?

Cor

(1) Untitled.aspx
(2) Untitled.aspx.1 .cs
(3) Untitled.aspx.2 .cs


Nov 20 '05 #7
Yes, I looked at every link you posted...still doesn't answer the question.
Let me ask you, do you understand what my question is exactly referring to?

Some people here are just shooting into the wind with their answers.
"Jay B. Harlow [MVP - Outlook]" <Ja********@ema il.msn.com> wrote in message
news:Oc******** ******@TK2MSFTN GP12.phx.gbl...
nospam,
Have you considered asking in the Whidbey newsgroups?
http://communities.microsoft.com/new...idbey&slcid=us
Did the ASP.NET 2.0 article I refer you too the other day help?

http://msdn.microsoft.com/asp.net/wh...ompilation.asp
Or one of the articles on the following page?
http://msdn.microsoft.com/asp.net/whidbey/
MY QUESTION to the Microsoft ASP.NET and C# teams.

Why are you bothering the VB.NET users then?

Hope this helps
Jay

"nospam" <n@ntspam.com > wrote in message
news:OB******** ******@TK2MSFTN GP09.phx.gbl...
I got three (3) files

(1) Untitled.aspx
(2) Untitled.aspx.1 .cs
(3) Untitled.aspx.2 .cs

These three files must be used together to make file #1, Untitled.aspx,

page
work via
J.I.T. when the User first hits Internet Explorer 6.0 on your browser.
MY QUESTION to the Microsoft ASP.NET and C# teams.

I know how file #2,Untitled.asp x.1.cs, is connected and can be found by

file
#1, the Untitled.aspx page.
How does file #3, Untitled.aspx.2 .cs, get found by the file #1 when I the first time with Internet Explorer?

IN OTHER WORDS, I am NOT using pre-compile for VS.NET to make these file
compile together.
I would be just using J.I.T. compiling like you do now with src= attribute in a ASP.NET page.


Nov 20 '05 #8
VB.NET is going to have Partial Types right?

(1) Untitled.aspx
(2) Untitled.aspx.1 .vb
(3) Untitled.aspx.2 .vb

happy?

"Armin Zingler" <az*******@free net.de> wrote in message
news:eQ******** ******@TK2MSFTN GP09.phx.gbl...
"nospam" <n@ntspam.com > schrieb
I got three (3) files

(1) Untitled.aspx
(2) Untitled.aspx.1 .cs
(3) Untitled.aspx.2 .cs
[...]

This is a VB.NET group. Please post to the *most* appropriate group(s)

only.
--
Armin

http://www.plig.net/nnq/nquote.html
http://www.netmeister.org/news/learn2quote.html

Nov 20 '05 #9
"nospam" <n@ntspam.com > schrieb
VB.NET is going to have Partial Types right?

(1) Untitled.aspx
(2) Untitled.aspx.1 .vb
(3) Untitled.aspx.2 .vb

happy?


Why do you post to the C# group, if it is, as you think, a VB.NET issue?
Maybe it is independent from the language as it affects both languages?
Maybe it's a framework or/and asp problem?

You can't blame the modem manufacturer for a broken phone line.
--
Armin

http://www.plig.net/nnq/nquote.html
http://www.netmeister.org/news/learn2quote.html

Nov 20 '05 #10

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

Similar topics

43
2678
by: nospam | last post by:
I got three (3) files (1) Untitled.aspx (2) Untitled.aspx.1.cs (3) Untitled.aspx.2.cs These three files must be used together to make file #1, Untitled.aspx, page work via J.I.T. when the User first hits Internet Explorer 6.0 on your browser.
7
2665
by: nospam | last post by:
Ok, 3rd or is it the 4th time I have asked this question on Partial Types, so, since it seems to me that Partial Types is still in the design or development stages at Microsoft, I am going to ask it differently. FOUR QUESTIONS: The background: I got three (3) files
0
9655
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
9498
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
1
10110
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
9964
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
1
7517
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
5398
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
0
5535
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
4069
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
3
2894
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

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.