User Profile

Collapse

Profile Sidebar

Collapse
Parita Pandya
Parita Pandya
Last Activity: Dec 3 '13, 04:03 AM
Joined: Sep 2 '13
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • Data is not getting updated in dropdownlist using data set.

    Data is not getting updated in dropdownlist using data set:

    Code:
     protected void SpecificationNameDropDownList_SelectedIndexChanged(object sender, EventArgs e)
            {
                if (SpecificationNameDropDownList.SelectedItem.Text != null)
                {
                    SpecificationValueLabel.Visible = true;
                    SpecificationValueDropDownList.Visible = true;
                    SqlConnection
    ...
    See more | Go to post
    Last edited by Frinavale; Dec 2 '13, 03:49 PM. Reason: Added the problem stated in the title of the thread to the body of the thread so that the posted code has context.

  • To Do list help - to add two more columns to the current code

    I am preparing a to do list in which there is Status (completed / not yet) and Task name in sheet 1. In sheet 2 (completed) the task which is marked completed is moved with the current time.
    Now I need to work out on adding two more columns D (person) and E (estimated completion date) in Sheet 1. So, When I mark the task as Completed & click on button, all 3 details i.e. Task name, Person and Estimated completion date should move to Sheet...
    See more | Go to post

  • Unique Asset Code generation.. Please help me solving this error

    Code:
    //Code is as follows.
    
    
     int length = 9999;
            //Merillife sciences Pvt.Ltd
            for (int i = 0; i <= length; i++)
            {
                if (company == "Merillife Sciences Pvt.ltd" && assetcategory == "laptop/desktop")
                {
                    string id = Convert.ToString(MLLP - 0001);
                    string tmpid = string.Concat("MLLP-",
    ...
    See more | Go to post
    Last edited by Rabbit; Sep 2 '13, 06:57 PM. Reason: Please use code tags when posting code.
No activity results to display
Show More
Working...