Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
S

Srilatha0406

@Srilatha0406
About
Posts
2
Topics
1
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • vbscript don't work in visual studio 2010?
    S Srilatha0406

    <html xmlns="http://www.w3.org/1999/xhtml">
    <head id="Head1" runat="server">
    <title></title>
    <script type="text/javascript"> </script>
    <script type="text/vbscript">
    Sub SelectItem2()
    MsgBox "test vbscript.", vbInformation, "OK"
    End Sub
    </script>

    <script type="text/javascript">
    function SelectItem() {
    alert("test javascript")
    }
    </script>
    </head>
    <body>
    <form id="form1" runat="server">
    <div>
    <asp:Button ID="Button1" runat="server" Text="Button" OnClientClick="return SelectItem2()" />
    <asp:Button ID="Button2" runat="server" Text="Button22" OnClientClick="SelectItem()" />
    </div>
    </form>
    </body>
    </html>

    ASP.NET csharp javascript html visual-studio sysadmin

  • Issue with scrollbars in a asp:listbox
    S Srilatha0406

    I have a list box with multiple values. I need a functionality to move items up/down using Ctrl+uparrow/Ctrl+downarrow. I am here by stuck with a issue when the selected item in the listbox is out of focus the scrollbars do not move correspondingly and the selected item is out of visibility.Any help is greatly appreciated.Thanks in advance. Demo

    ASP.NET help csharp
  • Login

  • Don't have an account? Register

  • Login or register to search.
  • First post
    Last post
0
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups