Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Q 4 . Which of the following codes is correct for Find CGPA button to search for a CGPA of students? table [ [

Q4. Which of the following codes is correct for "Find CGPA" button to search for a CGPA of students?
\table[[*,,Fornt,],[id,Name,COPA,Enter Namo: Sara],[1,dames,245],[2,Sara,3.15],[3,Daniol,280,Find COPA],[,,,Found, the cops is,3.45]]
private void FindCGPA_Click(object sender, EventArgs e)
1
int i;
for listView1.Size; i+t)
if (listView1.Items[1].Text =" textBox. Text) label.Text = "Found, The CGPS is: "+listView1.Items [i].Text;
1
private void FindCGPA_Click(object sender, EventArgs e)
1
int i;
for listView1.length; i++
if (listView1.Items[i].Text == textBox.Text) label.Text = "Found, The CGPS is: "+listView1.Items[i].Text;
l
private void FindCGPA_Click(object sender, EventArgs e)1
int i;
while (i listView1. Count)
t
if (listView1.Items[i]== textBox.Text) label,Text = "Found, The CGPS is: "+listView1.Text;
i++;
}
}
private void FindCGPA_Click(object sender, EventArgs e){
int i;
for listView1.Items. Count; i++)
if (listView1.Items[i].Subltems[1].Text == textBox. Text)
label.Text = "Found, The CGPS is: "+listView1.Items[i].Subltems[2].Text;
}
image text in transcribed

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Microsoft Visual Basic 2008 Comprehensive Concepts And Techniques

Authors: Gary B. Shelly, Corinne Hoisington

1st Edition

1423927168, 978-1423927167

More Books

Students also viewed these Databases questions

Question

6. What problems can GM-Daewoo expect in the future?

Answered: 1 week ago

Question

List the components of the strategic management process. page 72

Answered: 1 week ago