473,387 Members | 1,582 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,387 software developers and data experts.

web application to display according to selection made

3
I need to write an asp application consisting of a webform which allows a user to make a selection from menu and display all jobs relalted to IT or all jobs related to Admin .
A user will click on buttons 'IT' or 'Admin'. This will invoke a database to be read
for the appropriate search - and then it should display a screen of all IT related jobs or Admin related jobs .5 jobs per page must be shown before pressing 'More' for next screen - at any time user may press 'PREVIOUS' "CANCEL' or return to 'Job Search Menu' ...

How do I go about programming this ?(I am new to asp.net and c#'
Thankyou in advance
Aug 17 '09 #1
2 1523
tlhintoq
3,525 Expert 2GB
Frankly it sounds like you are starting our with a rather ambitious first project for learning.

am new to asp.net and c#
I recommend you start a bit... smaller... and build up to this.
Work on learning basic C# and forms.
Then add in database interaction with your forms and lists.
Then add in the ASP parts.
Aug 17 '09 #2
Frinavale
9,735 Expert Mod 8TB
I'd probably use a GridView to display the search results.

When the user made a selection in the DropDownList I'd create a data source for the GridView depending on what the user selected by querying the database.

Check out this quick resource on How to use a database in your program to learn how to connect to and use a Database.


The best resource for .NET is the MSDN Library. There are multiple articles on the GridViews, DropDownLists, and DataBase stuff there. I recommend bookmarking the MSDN Library and using it as your primary resource when developing in .NET.
Aug 18 '09 #3

Sign in to post your reply or Sign up for a free account.

Similar topics

4
by: Coleen | last post by:
Please see threads on "Dumb question about Message boxes" - I went to the specified link - this works great if all you want to do is display a message box before any of your script behind the...
6
by: Roberto Dias | last post by:
Could anyone give me some tips about how to start a menu-based console application using C++ function oriented programming techniques? I'm a FORTRAN-based electrical engineer and a newbie on C++...
17
by: kimimaro | last post by:
How do you limits employee display where you enter the department for all the employee within that department be displayed and if lets say they are 100 or so and you have to limits 10 employee per...
0
by: Alto_chn | last post by:
I want to display the content of a word document in a text box when the filename is highlighted on a listbox. i used the following code to do it: Dim app As Word.Application app = New...
2
by: slitchfield | last post by:
Sorry if this is real beginner's stuff, but I'm an old-school HTML guy and this is all another world to me. Is there an easy way to get the user to specify a number from 1 to 5 (in a pick list...
2
by: Erwin Moller | last post by:
Hi group, I have this obscure problem that really needs to be fixed, but I am out of ideas. Because the original script is very big, I'll try to summarize its functionality. Setup: - many...
3
by: rukkie | last post by:
I've made a webform in which some selection boxes are incorporated. Once the form is submitted the user can display the form again and all the options selected are highlighted (via the "selected"...
6
by: garwil | last post by:
Hi, I have a table with the following columns. code, class, nobeds, bedtype, sleeps I have made column "code" into a select list and am trying to figure a way to join it to the other...
3
balabaster
by: balabaster | last post by:
I've got a user control that builds a table of dynamic data based on a :LINQ class holding the data. The data is loaded using the LoadData(DataInstance) method. The table it builds contains a...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
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,...
0
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...
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...

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.