User Profile

Collapse

Profile Sidebar

Collapse
Unkno
Unkno
Last Activity: Apr 12 '13, 02:32 PM
Joined: Mar 6 '13
Location: uganda
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • Unkno
    replied to meaning of protected override
    Its an access level modifier.protec ted override" is often used in template methods.
    protected means that that the method is visible inside the class and for theirs derivers, nobody else can use it..
    override means that it will change the implementation of a previously defined method with the same name and parameters
    See more | Go to post

    Leave a comment:


  • Adjust picture size in picturelibrary webpart (ootb)

    I have a picture library webpart when I am adding this picture library webpart into the home page It will be more attractive but the size of picture inside the webpart is very small. I want to display this webpart with big pictures Please give any sugessions to do like this in ootb
    See more | Go to post

  • Dispose event Occurs when a server control is released from memory, which is the last stage of the server control lifecycle when an ASP.NET page is requested. which occurs before page unload event.
    See more | Go to post

    Leave a comment:


  • For updating the master content from child that is simple, you write call for foreign table, and move to update the columns in the master from the child.
    update mcolumn_name where childforeigncol umn=foreign key
    This is just the basic
    See more | Go to post

    Leave a comment:


  • Unkno
    replied to Shadow for boxes
    Code:
    div{
    background: #fcfcf7; 
    border-radius: 25px; 
    border: 1px solid black; 
    width: 498px;
     height: 315px; 
    box-shadow: 10px 10px 5px #888888
    }
    you cna try this also :)
    See more | Go to post
    Last edited by acoder; Mar 11 '13, 10:54 AM. Reason: Please use [code] tags when posting code

    Leave a comment:


  • Code:
    <html>
    <head>
    </head>
    <body>
    <script ltype="text/JavaScript1.2">
    var message="Welcome to my Page!"
    var neonbasecolor="gray"
    var neontextcolor="#FB8836"
    var flashspeed=100  
    var n=0
    document.write('<font color="'+neonbasecolor+'">')
    for (m=0;m<message.length;m++)
    document.write('<span style="font-size:20px;"
    ...
    See more | Go to post
    Last edited by acoder; Mar 11 '13, 10:55 AM. Reason: Please use [code] tags when posting code

    Leave a comment:


  • Code:
    <html>
     <head>
     <SCRIPT type="text/JavaScript"> 
    var scroller_msg='Hello guys!!!!!!!'
     document.write('<marquee id="curscroll" style="position:absolute;width:90px;border:1.5px dotted silver; font-family:Tahoma;font-size:15px ;background-color:#ECB66B ;visibility:True">'+scroller_msg+'</marquee>')
     
    </script>
     </head>
     <body>
    ...
    See more | Go to post
    Last edited by acoder; Mar 11 '13, 10:53 AM. Reason: Please use [code] tags when posting code

    Leave a comment:


  • Now the code works fine... thankx for ur reply :)
    See more | Go to post

    Leave a comment:


  • JavaScript code works fine in IE but could not support mozilla, chrome

    I have done this code in shrepoint 2013 script editor it does not support in mozilla ,chrome etc but it worka fine in IE.. PLEASE GIVE ME SOLUTION FOR THIS IMMEDIATELY


    Code:
    <html> <head> <SCRIPT type="text/JavaScript"> 
    
    var scroller_msg='Hello guys!!!!!!!'
    var dismissafter=0
    
    var initialvisible=0
    
    if (document.all)
    document.write('<marquee id="curscroll"
    ...
    See more | Go to post
    Last edited by Rabbit; Mar 6 '13, 04:29 PM. Reason: Please use code tags when posting code.
No activity results to display
Show More
Working...