Search Results

Type: Posts; User: Pascu

Search took 0.01 seconds.
  1. Hello,

    I have a window which contains 2 numberfields, one is created in the aspx file and the other one is created dynamically in codebehind when the whindow is shown. Both of them are identical,...
  2. Edit: its working fine
  3. Hello,

    I would like to delete the content of a panel and then populate it again with new data but im not able to do it. After Removeall() nothing happens.

    here is a sample code:

    On pageload...
  4. So, There's no way to access to the checkboxes created dynamically?

    Edit: I found it

    foreach (Familia familia in Familias)
    {
    i++;
    ...
  5. Thank you very much Fabricio, it works pretty well now
  6. Hello,

    I have created a few Checkboxes dynamycally, but I dont find out how can I load them to set them true.

    Here is my code to create the CheckBoxes and it works pretty nice:


    ...
  7. Hello Fabricio,

    I have deleted those lines and it works fine in IE but is still giving the issue in Chrome and Firefox:

    25052



    %@ Page Title="Login Jhayber" Language="C#"...
  8. Hello Fabricio, thank you for your answer.

    I have simplified my code, but you will need the image of the imagebuttons.

    Here are the images:
    2504925050

    In case of error, I have uploaded them...
  9. This issue is appearing in almost every .aspx file in my project. When I load the .aspx file for the fist time, the imagebuttons are not displaying properly. However if I reload the page, the buttons...
Results 1 to 9 of 9