juni103's Profile User Rating: -----

Reputation: 0 Apprentice
Group:
New Members
Active Posts:
13 (0.02 per day)
Joined:
30-April 11
Profile Views:
1,664
Last Active:
User is offline Apr 05 2013 09:47 PM
Currently:
Offline

Previous Fields

Country:
PA
OS Preference:
Windows
Favorite Browser:
FireFox
Favorite Processor:
Intel
Favorite Gaming Platform:
XBox
Your Car:
Who Cares
Dream Kudos:
0
Icon   juni103 has not set their status

Posts I've Made

  1. In Topic: how to add checked checkedlistbox values

    Posted 5 Apr 2013

    sorry for that, i m practicing for my exam and in that form there is only one textbox and three labels and i can remember them so i don't feel to name them properly. But i didn't your point, how i can solve this problem. i tried below code but could not done...
    private void button2_Click(object sender, EventArgs e)
            {
                student.CourseRegistered = checkedListBox1.CheckedItems.Count;
                foreach (Courses course in StaticData.coursesList) 
                {
                    if (course == checkedListBox1.SelectedItem) 
                    
                    {
                        crss = course;
                        lst.Add(course.courseFee);
                    }
                    
                }
    
    
                foreach (int value in lst) 
                {
                    student.Total_Fee += value;
                }
                MessageBox.Show(student.CourseRegistered.ToString());
            }
    


    sorry last code is not complete i have also declared these globally
    Courses crss = new Courses();
    List<int> lst = new List<int>();
    
  2. In Topic: how to add checked checkedlistbox values

    Posted 5 Apr 2013

    textbox1.text is the textbox where we enter student registration number that it will search and then change the label text with that searched student name. Button1 is search button, Button2 is for submit or course assigning button.
  3. In Topic: session in servlet using html (problem)

    Posted 2 Apr 2012

    Thanks bro....
    Thank you so much...
  4. In Topic: session in servlet using html (problem)

    Posted 1 Apr 2012

    Friends tell me about it hurry up. Its my assignment

My Information

Member Title:
New D.I.C Head
Age:
23 years old
Birthday:
December 30, 1989
Gender:
Location:
Pakistan
Full Name:
Junaid Iqbal

Contact Information

E-mail:
Private
MSN:
MSN  jdi.multan@live.com
Website URL:
Website URL  http://www.downsoftweb.blogspot.com

Comments

juni103 has no profile comments yet. Why not say hello?