Computers & Internet Logo

Related Topics:

Posted on Dec 26, 2007
Answered by a Fixya Expert

Trustworthy Expert Solutions

At Fixya.com, our trusted experts are meticulously vetted and possess extensive experience in their respective fields. Backed by a community of knowledgeable professionals, our platform ensures that the solutions provided are thoroughly researched and validated.

View Our Top Experts

Dynamic DropdownList I have Database school. In this there r 2 category,Board And Place I want that if i select "school" in 1st dropdownlist then these two catagory wiil be displayed in the other two dropdownlist

1 Answer

John Abbott

Level 2:

An expert who has achieved level 2 by getting 100 points

Hot-Shot:

An expert who has answered 20 questions.

Corporal:

An expert that has over 10 points.

Mayor:

An expert whose answer got voted for 2 times.

  • Expert 90 Answers
  • Posted on Dec 28, 2007
John Abbott
Expert
Level 2:

An expert who has achieved level 2 by getting 100 points

Hot-Shot:

An expert who has answered 20 questions.

Corporal:

An expert that has over 10 points.

Mayor:

An expert whose answer got voted for 2 times.

Joined: Dec 28, 2007
Answers
90
Questions
0
Helped
20068
Points
163

Implement the SelectIndexChanged event of school dropdown.
In schoolDDL SelectedIndexChanged event hander, get a list of Board and a list of Place by schoolDDL.SelectedValue .
Add teh values from the 2 lists to their corresponding dropdowns.

let me know if that helps or you need more information.

Add Your Answer

×

Uploading: 0%

my-video-file.mp4

Complete. Click "Add" to insert your video. Add

×

Loading...
Loading...

Related Questions:

0helpful
1answer

I install nvidia geforce 8400gs. I want to use the multiple display so that i can view video through my s-video but never work.I bought another card with HDMI out still the same problem. I thought may be i...

The model number would be helpful in determining exactly which card you have but, s-video should certainly work and they also make an adaptor that converts s-video to component video if that's something that you want. You will have to, if you haven't already, get into "control panel" and then get into "personalization". There you should see your two monitors. Here you can adjust your resoulution. You will also have to check in "device manager", click on the box(on right) next to "monitors", it should show your 2 monitors. Right click on each, one at a time, and in the dropdownlist you should see "disable" if you see "enable" click on that and exit. If you see any warnings, !, ?, or a yellow triangle, click on thta and follow proceedure. You may also want to click on the box next to "display adaptors" and check for warnings, right click on and make sure it' also says "disable" in list with both monitors connected.
0helpful
2answers

I have just had my computer serviced for the first time and now can not turn the sound off by using Fn+ F10. Was told to download Asus Keyboard, but have not idea what to do. At the moment I have to use...

If you provide me the model of your laptop I can direct you to download the driver to install for the keyboard. I won't even charge you anything - FREE.
0helpful
1answer

How to add items on dropdownlistbox in c#

You can try this:



protected void dropdownlist_DataBound(object sender, EventArgs e)
{
ddlPrd.Items.Insert(0, new ListItem("-Select-", "0"));
}

We can dynamically add items to dropdownlist using the Data Source.

sqldatadapter
ada = new sqldataadapter("select * from table",conn);

sqldatatable
dt = new sqldatatable();

dropdownlist1.datasource = dt;

dropdownlist1.databind();
2helpful
1answer

Need to put all club members into one group to email w/one click

kawhm2,

In HotMail, you can create "categories" and place contacts in each category. Any contact can also belong to several categories.
1. From your INBOX, slect "People" on the top of the screen. Your contacts screen will appear.
2.On the LEFT, select "Manage Categories"
3. Select "New" on top of the list.
4. Enter a category name: e.g. "High School"
5.Start typing in the members box and contact names will appear, click on one. You can add more members later.
6. Save
7. create a new message
8. In the To box, type the name of the category.
9. There is a [+] in front of the category in the To box, you can click on it to remove a member for the email
10. finish email and send.

*done*


0helpful
1answer

Develop asystem for a payroll calculation of a school with different categories of staff and loan types, how loan deduction are done from salary, festival advance. i want ER-diagram, normalization of the...

well there is a software u can use for er diagram..its called SSADM. the software will normalize your tables and add constraints to your relationship
3helpful
1answer

Where to download software for my sony handycam DCR-HC22E Mini DV

you can download the applicable softwares from the following link

http://esupport.sony.com/US/perl/swu-list.pl?mdl=DCRHC21

select the operating system from the dropdownlist below and if it is XP you have then select XP instead of XP SP2

cheers
1helpful
1answer

Missing "Restrict Permission" option from Office 2007 Button

Hi... Please try the tricks, click "tools" button from the dropdownlist selct"customize". It gives new window,here select the TAP "Commands" select ur convinet one..... Regards, Mani :-]
Not finding what you are looking for?

105 views

Ask a Question

Usually answered in minutes!

Top Computers & Internet Experts

Grand Canyon Tech
Grand Canyon Tech

Level 3 Expert

3867 Answers

Brad Brown

Level 3 Expert

19187 Answers

Cindy Wells

Level 3 Expert

6688 Answers

Are you a Computer and Internet Expert? Answer questions, earn points and help others

Answer questions

Manuals & User Guides

Loading...