|
 |
aspx_professional thread: RE: aspx_professional digest: January 17, 2002
Message #1 by "McCloy, Russell" <Russell.McCloy@B...> on Fri, 18 Jan 2002 10:57:48 +1100
|
|
Thanks Russ,
Unfortunately i'm using just plain old asp. Is there anyway I can get round
this problem.
Nick
-----Original Message-----
From: McCloy, Russell [mailto:Russell.McCloy@B...]
Sent: 17 January 2002 23:58
To: ASPX_Professional
Subject: [aspx_professional] RE: aspx_professional digest: January 17,
2002
Subject: 1000+ variables!!!
===============================
Are you using ASP.NET?
If you are you could use a datagrid with paging so that only n records
show at a time.
Build in an edit column and Wa La, you have an input box for every record.
Wont write too much as I dont know whether you are using ASP or ASP.NET
thanks
RuSs
==============================
-----Original Message-----
From: ASPX_Professional digest [mailto:aspx_professional@p...]
Sent: Friday, 18 January 2002 11:01 AM
To: aspx_professional digest recipients
Subject: aspx_professional digest: January 17, 2002
-----------------------------------------------
When replying to the digest, please quote only
relevant material, and edit the subject line to
reflect the message you are replying to.
-----------------------------------------------
The URL for this list is:
http://p2p.wrox.com/list.asp?list=aspx_professional
-----------------------------------------------
Beginning ASP.NET Mobile Controls
For anyone who is developing applications for mobile devices using the .NET
Framework.
Now lower price at Amazon.com
http://www.amazon.com/exec/obidos/ASIN/1861005229/ref=nosim/theprogrammer-20
-----------------------------------------------
ASPX_PROFESSIONAL Digest for Thursday, January 17, 2002.
1. Its regarding inheritance.
2. RE: Its regarding inheritance.
3. 1000+ variables!!!
4. Re: 1000+ variables!!!
----------------------------------------------------------------------
Subject: Its regarding inheritance.
From: Chandrakant deshmukh <shambhu@m...>
Date: Thu, 17 Jan 2002 12:12:03 +0800
X-Message-Number: 1
--=====================_11612878==_.ALT
Content-Type: text/plain; charset="us-ascii"; format=flowed
Its regarding inheritance.
Whenever I inherit a class, containing web controls in
it, whether its an ascx file (pagelet) or a simple vb class, all the
functionality gets inherited, except
the web controls i.e. textbox, buttons etc.
I want to inherit a pagelet i.e. an ascx control in my web form and
override some of the methods written in
ascx control from within the web form.
But since .NET allows only single inheritance, I
cannot inherit my web form page from a pagelet which
inherits web.ui.usercontrol.
Please tell me what can be the other possible
ways ??
Regards
----------------------------------------------------------------------------
----------------------------------------
Chandrakant Deshmukh
Schlumberger GeoQuest
7th. Floor, West Wing - Rohas Perkasa
No 8 Jalan Perak
50450 Kuala Lumpur
Malaysia
Tel: (60)(3) 2169 4175
Fax: (60)(3) 21667500
Email: shambhu@m...
----------------------------------------------------------------------
Subject: RE: Its regarding inheritance.
From: "Kyle" <Kyle@T...>
Date: Thu, 17 Jan 2002 06:41:10 -0500
X-Message-Number: 2
This is a multi-part message in MIME format.
------_=_NextPart_001_01C19F4B.DC1836BC
Content-Type: text/plain;
charset="us-ascii"
Content-Transfer-Encoding: quoted-printable
Research interfaces. That may do what you want.
_____________________________________________
Kyle Dunn
Chief Information Officer
Funeral Services, Inc.
xxx-xxx-xxxx x 309
Kyle@F...
-----Original Message-----
From: Chandrakant deshmukh [mailto:shambhu@m...]
Sent: Wednesday, January 16, 2002 11:12 PM
To: ASPX_Professional
Subject: [aspx_professional] Its regarding inheritance.
Its regarding inheritance.
Whenever I inherit a class, containing web controls in
it, whether its an ascx file (pagelet) or a simple vb class, all the
functionality gets inherited, except
the web controls i.e. textbox, buttons etc.
I want to inherit a pagelet i.e. an ascx control in my web form and
override some of the methods written in
ascx control from within the web form.
But since .NET allows only single inheritance, I
cannot inherit my web form page from a pagelet which
inherits web.ui.usercontrol.
Please tell me what can be the other possible
ways ??
Regards
------------------------------------------------------------------------
--------------------------------------------
Chandrakant Deshmukh
Schlumberger GeoQuest
7th. Floor, West Wing - Rohas Perkasa
No 8 Jalan Perak
50450 Kuala Lumpur
Malaysia
Tel: (60)(3) 2169 4175
Fax: (60)(3) 21667500
Email: shambhu@m...
$subst('Email.Unsub').
----------------------------------------------------------------------
Subject: 1000+ variables!!!
From: "Nick Groom" <n.groom@b...>
Date: Thu, 17 Jan 2002 22:00:48
X-Message-Number: 3
Hi!
Can anyone help me?
I am building a manufacturing forecast web tool that must display and allow
the input and update of monthly projections of 1000+ products for the year.
Potentially this could result in building an HTML form that contains over
12000 input boxes with the associated variables!!!!
Obviously this is not very desirable. Even if we break down the parts into
relevant categories we still have a few hundred variables being submitted
to the server each time.
Has anybody had this problem before and is there a way around it?
Probably we could do some javascripting to concatenate variables but I
don't know what kind of strees this will put on the client side browser.
Please help.
Nick
----------------------------------------------------------------------
Subject: Re: 1000+ variables!!!
From: wstraitt@p...
Date: Thu, 17 Jan 2002 16:03:43 -0600
X-Message-Number: 4
We created an Excel template and had our users download from the web site,
fill it in, and upload it back to the web server.
The Excel template saves as XML so that we didn't have to install Office on
the web server. See MSDN's 'Fitch & Mather' sample.
"Nick Groom" <n.groom@b...> on 01/17/2002 04:00:48 PM
Please respond to "ASPX_Professional" <aspx_professional@p...>
To: "ASPX_Professional" <aspx_professional@p...>
cc:
Subject: [aspx_professional] 1000+ variables!!!
Hi!
Can anyone help me?
I am building a manufacturing forecast web tool that must display and allow
the input and update of monthly projections of 1000+ products for the year.
Potentially this could result in building an HTML form that contains over
12000 input boxes with the associated variables!!!!
Obviously this is not very desirable. Even if we break down the parts into
relevant categories we still have a few hundred variables being submitted
to the server each time.
Has anybody had this problem before and is there a way around it?
Probably we could do some javascripting to concatenate variables but I
don't know what kind of strees this will put on the client side browser.
Please help.
Nick
$subst('Email.Unsub').
---
END OF DIGEST
$subst('Email.Unsub').
|
|
 |