Welcome to Discuss Everything Forums...

If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed.


 

Search:

Type: Posts; User: masoumeh

Search: Search took 0.12 seconds.

  1. Hi, You can use SelectedText and SelectedValue...

    Hi,
    You can use SelectedText and SelectedValue of dropdown object,
    in your example Selectedtext is Alabama and SelectedValue is AL
  2. Hi, You can use SelectedText and SelectedValue...

    Hi,
    You can use SelectedText and SelectedValue of dropdown object,
    in your example Selectedtext is Alabama and SelectedValue is AL
  3. Hi, You can use SelectedText and SelectedValue...

    Hi,
    You can use SelectedText and SelectedValue of dropdown object,
    in your example Selectedtext is Alabama and SelectedValue is AL
  4. Replies
    3
    Views
    147

    Hi, You can use CSS and write a class like this:...

    Hi,
    You can use CSS and write a class like this:
    <style>
    .stars{
    background-color:Gray;
    }
    </style>
    and in your html code set the attribute class of html tag equal with stars;

    or set...
  5. Replies
    3
    Views
    147

    Hi, You can use CSS and write a class like this:...

    Hi,
    You can use CSS and write a class like this:
    <style>
    .stars{
    background-color:Gray;
    }
    </style>
    and in your html code set the attribute class of html tag equal with stars;

    or set...
  6. Replies
    3
    Views
    147

    Hi, You can use CSS and write a class like this:...

    Hi,
    You can use CSS and write a class like this:
    <style>
    .stars{
    background-color:Gray;
    }
    </style>
    and in your html code set the attribute class of html tag equal with stars;

    or set...
  7. Hi, You can access to the your html tag by...

    Hi,
    You can access to the your html tag by document.GetElementById or document.GetElementByName
  8. How can I use InnerHtml within ASP.NET 3.5?

    I use this tag:
    <div id="Insert" runat="server"></div>
    and then in cs code I write a code like this
    string str;
    str = "<h1>??? ??????? ?? ?????? ????? ??</h1>";
    Insert.InnerHtml = str;
    but the...
Results 1 to 8 of 8