Search Results

Type: Posts; User: Ganeshpatil

Search took 0.01 seconds.
  1. Hello
    I have one page page1.aspx on wich i have one gridpanel. on that page i call one window through wich i can insert the value in to the one table.
    and after inserting the value to...
  2. but still that was not work..
    i used the following statement insted of that it sets the value to combobox1 but i want to select the text related to that value

    Combobox1.SetValue("4");

    please...
  3. Hi

    I have the same problem please any one solve this........
  4. hi im using the v2 version i write the code in the below code


    ComboBox1.setValue("3")

    it will set the value for combobox1 but it disply the id , i want to display the text field of that...
  5. im using the same property but its not assiging the value to combox ...

    combox1.selecteditem.value=5;

    this code im using but not work............
  6. Why we can not use selectbox for that purpose ..........?
  7. In asp.net we can assign the particular value to the dropdownlist is as follow

    dropdownlist.selectedvalue=6;

    in this case dropdownlist select the item whose value is 6.
    In the same way i want...
  8. StateMasterProp objStateMasterProp = new StateMasterProp();
    StateMasterBAL objStateMasterBAL = new StateMasterBAL();
    objStateMasterProp =...
  9. suppse my selebox id is ddlcountry then
    ddlcountry.selectedItem.value its not work
    is any other solution for that please tell m.
  10. Window win = new Window();
    win.ID = "window1";
    win.Width = Unit.Pixel(500);
    win.Height = Unit.Pixel(380);
    win.Modal = true;
    ...
  11. Its Work .. Thank you very much......
  12. Hello Daniil,
    Though it is v2 but still it was run i want share it that code ......


    Window win = new Window();
    win.ID = "window1";
    ...
  13. protected void ShowWindow(object sender, DirectEventArgs e)
    {
    Window win = new Window();
    win.ID = "window1";
    win.Width = Unit.Pixel(500);
    win.Height =...
  14. Hello im not able to access autoload property of window control please help me...........
  15. Hello Daniil
    i written the same code but im not getting the AutoLoad property of Window Control .
    Plz help me..
  16. It is not working im not getting the AutoLoad property of window control please help *me * * * * **
Results 1 to 16 of 16