473,473 Members | 1,886 Online
Bytes | Software Development & Data Engineering Community
Create Post

Home Posts Topics Members FAQ

Codebehind and inherit questions

I have page that works fine, but I am not sure how it is working.

At the top of the page I have:

<%@ Page Language="vb" AutoEventWireup="false"
Codebehind="phonelist.aspx.vb" Inherits="openworx._phonelist" %>

I can find the "phonelist.aspx.vb", which I understand.

But it errors on trying to find "openworx._phonelist". There is no file
called that. What is it? and where would I look for it?

Also, what is AutoEventWireup?

Thanks,

Tom.
Nov 18 '05 #1
2 2806
"Thomas Scheiderich" <tf*@deltanet.com> wrote in message
news:10*************@corp.supernews.com...
I have page that works fine, but I am not sure how it is working.

At the top of the page I have:

<%@ Page Language="vb" AutoEventWireup="false"
Codebehind="phonelist.aspx.vb" Inherits="openworx._phonelist" %>

I can find the "phonelist.aspx.vb", which I understand.

But it errors on trying to find "openworx._phonelist". There is no file
called that. What is it? and where would I look for it?
"openworx" is a namespace. Check the properties of your web project to see
what the root namespace is set to.

Also, make sure you build the project. Remember that codebehind needs to be
compiled.
Also, what is AutoEventWireup?


I'm not 100% sure. I don't use it.
--
John Saunders
johnwsaundersiii at hotmail
Nov 18 '05 #2
hi,

AutoEventWireup is a boolean property available to an ASP.NET page to bind
different page events to their respective handlers automatically (if you set
it true).

rgds
joyjit

"Thomas Scheiderich" <tf*@deltanet.com> wrote in message
news:10*************@corp.supernews.com...
I have page that works fine, but I am not sure how it is working.

At the top of the page I have:

<%@ Page Language="vb" AutoEventWireup="false"
Codebehind="phonelist.aspx.vb" Inherits="openworx._phonelist" %>

I can find the "phonelist.aspx.vb", which I understand.

But it errors on trying to find "openworx._phonelist". There is no file
called that. What is it? and where would I look for it?

Also, what is AutoEventWireup?

Thanks,

Tom.

Nov 18 '05 #3

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

Similar topics

2
by: M | last post by:
Hello. I need an example of how to call an assembly function/method from a webform page. I don't want to use a codebehind (nor embedded c# code), like so: <asp:DataGrid runat="server"...
3
by: nevets2001uk | last post by:
Hi. I've just started my second ASP.NET (VB) app and I'm using codebehind this time. I'm not using visual studio but am instead coding it all in notepad (HTML, ASP.NET and CSS) I'm trying to...
12
by: Karl Hungus | last post by:
If I use a code behind class for an aspx page, what is the best way to get data from the codebehind class into my aspx page? I know about databinding, but is there a more basic way of just...
0
by: Antoine | last post by:
Forgive me as a beginner in asp.net. I wanted to ask some simple but clear questions, at least I hope they are. Ive seen a control in asp.net that works with codebehind and the good thing about...
6
by: Thomas Andersson | last post by:
Hi all, I've been thinking of about adding new languages to our website and is currently investigating how this could be done. And I know that one way to go would be to create new aspx-pages...
3
by: theycallmetish | last post by:
hey. i'll get right into it. i've got a codebehind page and m presentation page. i've got this code for my checkbox, which in theor is supposed to (when checked) take the first and last name of th...
11
by: Ranginald | last post by:
This question is about how to handle an .aspx page that references multiple methods and where to store these methods (e.g. one codefile or multiple codefiles). PREFACE ======== I have a simple...
6
by: antonyliu2002 | last post by:
Right now I put my VB code in the aspx pages. I would prefer to use codebehind, especially many of my VB functions may be shared across multiple aspx pages. I've tried a few pages with...
2
by: GTalbot | last post by:
Hello fellow comp.infosystems.www.authoring.stylesheets colleagues, Imagine this situation: #grand-parent-abs-pos { height: 400px; position: absolute; width: 600px; }
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...
0
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and...
0
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...
0
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
0
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 ...
1
muto222
php
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
0
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...

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.