473,779 Members | 1,873 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Fitting lots of fields on one web page

I'm new to asp.net.

I have an ASP.Net form that contains literally 50 fields for the user to
enter for a contacts details.

All these fields are stored in the one table.
So I have a class that I load the values into and out of.
All that is fine.

The issue is that the form is very long vertically by the time I've added
calendar controls and field validators etc.
So the user has to do a lot of scrolling to work their way through a form.

What's the best way to handle lots of fields on the form please?
Should I use tabs or something like that?
Does tabs or such mean having multiple pages?
How could I keep the details in the Contacts class across multiple pages?

As you can see, I'm just not sure how to approach the issue.
Any help would be appreciated.
Nov 19 '05 #1
3 1361
Use Tab Controls, or use simple divs, and hide and show them as the user
moves through the form using javascript. Technically, thats all a tab
control would do anyway behind the scenes.

--
Regards

John Timney
ASP.NET MVP
Microsoft Regional Director

"Geoff C Melbourne" <Geoff C Me*******@discu ssions.microsof t.com> wrote in
message news:91******** *************** ***********@mic rosoft.com...
I'm new to asp.net.

I have an ASP.Net form that contains literally 50 fields for the user to
enter for a contacts details.

All these fields are stored in the one table.
So I have a class that I load the values into and out of.
All that is fine.

The issue is that the form is very long vertically by the time I've added
calendar controls and field validators etc.
So the user has to do a lot of scrolling to work their way through a form.

What's the best way to handle lots of fields on the form please?
Should I use tabs or something like that?
Does tabs or such mean having multiple pages?
How could I keep the details in the Contacts class across multiple pages?

As you can see, I'm just not sure how to approach the issue.
Any help would be appreciated.

Nov 19 '05 #2
John

Thanks for taking the time to respond. I really appreciate it.
But I'm so unsure with asp.net that I don't understand what you meant.

1. I assume that by saying to use tab controls and hide and show ... that
you mean:
* All the 50 fields plus associated validation controls etcetera are on the
one form
* That I hide and show them as necessary
* That I have to move their location on the web form programatically when a
tab is clicked
(Since otherwise I'd have to overlay them on top of each other in design
view if I wanted them neatly displayed when the form is run)

2. Or is it a case of clicking on a tab leads to a separate page?
In which case I'm back to my issue of how I keep the class with it's 50
fields available to multiple pages. I assume I wouldn't/couldn't use a
session variable for something so large.

3. I'm sorry, but I don't understand what you mean by 'simple divs'

Thanks again

Geoff
"John Timney (ASP.NET MVP)" wrote:
Use Tab Controls, or use simple divs, and hide and show them as the user
moves through the form using javascript. Technically, thats all a tab
control would do anyway behind the scenes.

--
Regards

John Timney
ASP.NET MVP
Microsoft Regional Director

"Geoff C Melbourne" <Geoff C Me*******@discu ssions.microsof t.com> wrote in
message news:91******** *************** ***********@mic rosoft.com...
I'm new to asp.net.

I have an ASP.Net form that contains literally 50 fields for the user to
enter for a contacts details.

All these fields are stored in the one table.
So I have a class that I load the values into and out of.
All that is fine.

The issue is that the form is very long vertically by the time I've added
calendar controls and field validators etc.
So the user has to do a lot of scrolling to work their way through a form.

What's the best way to handle lots of fields on the form please?
Should I use tabs or something like that?
Does tabs or such mean having multiple pages?
How could I keep the details in the Contacts class across multiple pages?

As you can see, I'm just not sure how to approach the issue.
Any help would be appreciated.


Nov 19 '05 #3
use your tabs to group the fields under connected sets, like surrounding
sections within a box on a form in traditional programming, and show them as
the user selects a new tab. Its not the loading of the 50 fields thats
essentially problematic, its more likely the user interaction problems of
reading that many fields on screen at once may be..........or if it is
problematic, use the tabs to load different forms like walking through a
wizard of sorts.

--
Regards

John Timney
ASP.NET MVP
Microsoft Regional Director

"Geoff C Melbourne" <Ge************ *@discussions.m icrosoft.com> wrote in
message news:6D******** *************** ***********@mic rosoft.com...
John

Thanks for taking the time to respond. I really appreciate it.
But I'm so unsure with asp.net that I don't understand what you meant.

1. I assume that by saying to use tab controls and hide and show ... that
you mean:
* All the 50 fields plus associated validation controls etcetera are on
the
one form
* That I hide and show them as necessary
* That I have to move their location on the web form programatically when
a
tab is clicked
(Since otherwise I'd have to overlay them on top of each other in design
view if I wanted them neatly displayed when the form is run)

2. Or is it a case of clicking on a tab leads to a separate page?
In which case I'm back to my issue of how I keep the class with it's 50
fields available to multiple pages. I assume I wouldn't/couldn't use a
session variable for something so large.

3. I'm sorry, but I don't understand what you mean by 'simple divs'

Thanks again

Geoff
"John Timney (ASP.NET MVP)" wrote:
Use Tab Controls, or use simple divs, and hide and show them as the user
moves through the form using javascript. Technically, thats all a tab
control would do anyway behind the scenes.

--
Regards

John Timney
ASP.NET MVP
Microsoft Regional Director

"Geoff C Melbourne" <Geoff C Me*******@discu ssions.microsof t.com> wrote
in
message news:91******** *************** ***********@mic rosoft.com...
> I'm new to asp.net.
>
> I have an ASP.Net form that contains literally 50 fields for the user
> to
> enter for a contacts details.
>
> All these fields are stored in the one table.
> So I have a class that I load the values into and out of.
> All that is fine.
>
> The issue is that the form is very long vertically by the time I've
> added
> calendar controls and field validators etc.
> So the user has to do a lot of scrolling to work their way through a
> form.
>
> What's the best way to handle lots of fields on the form please?
> Should I use tabs or something like that?
> Does tabs or such mean having multiple pages?
> How could I keep the details in the Contacts class across multiple
> pages?
>
> As you can see, I'm just not sure how to approach the issue.
> Any help would be appreciated.


Nov 19 '05 #4

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

Similar topics

0
1406
by: Grant Edwards | last post by:
I'm looking for a surface fitting library for Python. Something like the least-squares module in scientific python, except I want to fit a surface (z = f(x,y)) instead of a curve (y = f(x)). I found a couple other curve fitting libraries (some are wrappers to C/Fortran libs I don't have), and I found a curve and surface-fitting web page (www.zuzun.com) that's written in Python -- I found a couple postings by James R.
13
4754
by: TinyTim | last post by:
I'm a newbie at ASP & HTML. It seems that when you use server side code and you're going to return a customized HTML form with several fields and labels, you have to do an extensive amount of Response.Writes. Are there any tools that will let you design the form then convert that form to Response.Writes that you can further customize with ASP logic? For instance: use Dreamweaver to design the form, then another program to convert to...
5
12578
by: Vinodh Kumar | last post by:
Number One: ========= I know its a 100% offline post.But seeing the diversity of the domain from which people are participating, I would like to post this question here.Pardon me.At the least, u can guide me to the proper newsgroup.Thanks. Number Two: ========= I want to draw a curve for a set of observations(i.e, x,y pairs) using
2
1920
by: Darryl Kerkeslager | last post by:
As the subject above hopefully makes clear, I want to do several reports, "with lots of fields not otherwise in database". These reports also have variable-length text. I have defined the following options (all users have Office 2000): 1. All Access solution. This appears to involve creating forms to enter data that is just put into a report, and never saved - an exercise in wasted development time, to my thinking. Also, the...
12
1537
by: Tom | last post by:
Hi everyone, I don't know if anyone can help me, I've got roughly 25 forms in a site, with between 10 and 70 fields on each form. Now, these fields need to be inserted into a DB, each form has it's own table and each column is named the same as it's corresponding form field. Make sense? My question is, is there a quicker way of constructng my SQL UPDATE
7
10161
by: greywire | last post by:
So I need to load lots of data into my database. So I discover LOAD DATA INFILE. Great! This little gem loads my CSV in blazing times (compared to parsing the file and doing INSERT for each row). Its still slow on large files, but just barely acceptable. Only one problem. It truncates fields to 256 characters, even on a text field.
1
3127
by: saudepp | last post by:
Hi php pros, I have an array containing n numbers and want to fit them to e.g. a polynomial function f(x), x=1...n. Is there a php script / library for doing that? I basically wish to do curve fitting to my data array, directly in php.
1
1604
by: gamernaveen | last post by:
Hi guys , please help me with this bug. the site (tell me other bugs if you find) http://web.acen.mobi/eoa/, there the iframe (the form content is the iframe) is not fitting with the layout , u know what I mean , the circles do not get connected. I have tried many things but its not just working , please help me fixing it. Also the footer , it is not adjusting properly , please help me guys , this is urgent. And also , is possible , give...
4
5230
by: Evelien | last post by:
Dear python-users, I am trying to do a non-linear least squares fitting. Maybe trying is not the best word, as I already succeeded in that. At the moment I am using leastSquaresFit from Scientific Python. I know of other least squares routines, such as the one in scipy.optimize and I believe there is also one in numpy. Now here is my question: in my search for a good algorithm, I was not able to find any non-linear least squares fitting...
0
9632
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
10302
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, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
0
10136
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 tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
1
10071
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
8958
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, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
0
5372
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...
1
4036
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
2
3631
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
3
2867
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.