473,770 Members | 5,842 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

web application to display according to selection made

3 New Member
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 1539
tlhintoq
3,525 Recognized Expert Specialist
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 Recognized Expert Moderator Expert
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
1640
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 aspx.vb runs or on the click event, but if you are actually trying to validate user selections, such as when an item from a drop-down is selected, I get an error if I put it in this code: <asp:dropdownlist id="ddl_year" runat="server" Width="40%"...
6
12158
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++ style, for this, I'm not ready for OOP techniques yet. Thanks a lot, Roberto Dias Recife/PE - Brazil
17
2220
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 page before entering anything to display the next 10 again?
0
1289
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 Word.ApplicationClass() Dim nullobj As Object nullobj = System.Reflection.Missing.Value Dim strFileDisplay As Object Dim doc As Word.Document
2
1537
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 or radio button or similar) and get a javascript routine to multiply it by another hard-coded number (e.g. 7) and display the result further down the page? Thanks, Steve Litchfield
2
8002
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 form-elements that will 'activate' a part of the form based on the selection made.
3
1881
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" keyword). The only thing what bothers me is that sometimes the selected option is not visible ; one has to scroll down the selection box to see the highlighted item. Is there anyone who has experienced the same and found a solution for this...
6
2350
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 columns but to keep them invisible until a selection is made from the select list. Once a selection has been made then the remaining column's data is made visible alongside the select list and concatenated into a comma separated single field for...
3
4373
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 number of dynamic controls that themselves have postback/autopostback so the display of the control needs to be built at latest in the Page.Load event or the event handlers for the controls don't get wired up. Now if I have a page that uses this user...
0
9425
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,...
0
10225
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...
1
10001
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
8880
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...
1
7415
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
5312
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
3969
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
3573
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
3
2816
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.