User Profile

Collapse

Profile Sidebar

Collapse
yaniv111
yaniv111
Last Activity: Nov 6 '08, 09:32 PM
Joined: Jun 17 '07
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • yaniv111
    replied to Problem with the heights
    thanks all but i will get it by j.s - easier
    See more | Go to post

    Leave a comment:


  • yaniv111
    started a topic Problem with the heights

    Problem with the heights

    Hello
    I got 3 divs – top bottom and middle,
    The top have to be always 20px and always on the top
    The bottom have to be always 20px and always on the bottom page
    The mid will get a scroll if overflow
    The page has to kip its 100% not more.

    This is my cod – don’t know hot to do it..

    Code:
        <style>
    .top
    {
    	width: 100%;
    	height: 20px;
    	background-color:
    ...
    See more | Go to post

  • yaniv111
    started a topic why its go to get - insted of sets?
    in .NET

    why its go to get - insted of sets?

    hello:
    i got a wierd case:
    i am trying to add an item to the list but i am facing a problem:

    Code:
    public partial class test: System.Web.UI.Page
    {
        protected void Page_Load(object sender, EventArgs e)
        {
            MyProperty.Add(1); <----- why here its go to get - insted of sets?
            int i = MyProperty[0];
        }
        private List<int> myVar = new List<int>();
    ...
    See more | Go to post
    Last edited by Curtis Rutland; Aug 30 '08, 08:58 PM. Reason: Added code tags -- Please use the # button

  • yaniv111
    replied to ajax + user controls element
    Thanks for replying:
    n.2 its .net.0.2

    but I did found the result I being looking 4

    best regards
    yaniv
    See more | Go to post

    Leave a comment:


  • yaniv111
    started a topic ajax + user controls element

    ajax + user controls element

    Hello all;
    n.2 + ajax
    i got a server click event inside an update panel on a user control – this user control contain number of other user controls -- now i need to send the result to one of the elements of that controls – some label to change the text.. how is it possible to resolve this issue.

    i did tried ....
    Thanks
    Yaniv Lev
    See more | Go to post

  • How can I read the event log from a remote machine with a deferent domain

    Hallow
    How can I read the event log from a remote server – its on our net group but on a deferent domain –
    So far I have been able successfully to read from all machines on the same domain name.

    thanks
    See more | Go to post

  • Connect to other machine on the intranet throw cod…(C#)

    I need to connect to other computer on the intranet we have,
    Than I will need to read from the event log (I did subsided to work with the event log form my machine thow )
    See more | Go to post

  • yaniv111
    started a topic Updating text in a DIV

    Updating text in a DIV

    Hello
    I am a beginner
    I need to show a dynamic text on a Div in mouse move event of a <td>
    [code=javascript]
    <script type="text/javascript">
    function funcName() {
    var plist = document.getEle mentById("DivDe scription");
    plist.innerHTML = '
    "text"<br/><br/>
    ...
    See more | Go to post

  • yaniv111
    started a topic if on sql???

    if on sql???

    hallo
    on sql
    how can i say in sql
    if
    like: if this = this then
    else
    do this
    end if


    thankx
    See more | Go to post
No activity results to display
Show More
Working...