User Profile

Collapse

Profile Sidebar

Collapse
vartana
vartana
Last Activity: Aug 28 '08, 12:56 AM
Joined: Aug 11 '08
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • vartana
    started a topic ASP.NET call code-behind function using javascript
    in .NET

    ASP.NET call code-behind function using javascript

    how can i call a none static function using javascript?

    javascript:GetD ata()

    Code:
        Public Sub GetData()
            Dim objNL As New NLEngine
            Dim dtNewsList As New Data.DataTable
            dtNewsList.Columns.Add("title")
            dtNewsList.Columns.Add("old")
            dtNewsList.Columns.Add("flaged")
            dtNewsList.Columns.Add("attributes")
    ...
    See more | Go to post

  • Will that also change the url for the IE Fix?...
    See more | Go to post

    Leave a comment:


  • AjAX, change background image in css dynamically

    I will be getting the background url dynamically using ajax and html. I have set an id=boxFooter_00 2 to my div and have

    Code:
    .boxFooter_002{position:absolute;right:0px;width:12px;height:12px;background-image:none;filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/DOG.png', sizingMethod='fixed');}
    html>body .boxFooter_002{background:url('images/DOG.png') transparent repeat-x 0px 0px;}
    ...
    See more | Go to post
No activity results to display
Show More
Working...