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

Santosh K Tripathi

@Santosh K Tripathi
About
Posts
12
Topics
2
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • Search UI Bug
    S Santosh K Tripathi

    Click on search icon a drop down icon appears. Now mouse over on user's name (on top), again a drop down appears. This drop down over lap over old drop down. this can be fixed by changing z-index or you can hide search's drop-down.

    Site Bugs / Suggestions database design help

  • What is the function of Extracting String Characters in JavaScript
    S Santosh K Tripathi

    good information. :)

    JavaScript question javascript

  • I want to move slider/carousel automatically without clicking first to start
    S Santosh K Tripathi

    which carousel you are using. Can you give link for fix you need?

    JavaScript tools question

  • How memory is allocated in .Net application
    S Santosh K Tripathi

    Nice Book.

    C# question csharp data-structures performance career

  • How memory is allocated in .Net application
    S Santosh K Tripathi

    5+ from me also. :)

    C# question csharp data-structures performance career

  • Difference between Array and Loop.
    S Santosh K Tripathi

    Array is a variable (in fact collection of same type of variables) to store value. while loop is process (set code) to do something. array store data but loop works on data. you can use array in loop but vise verse is not feasible (doesn't make any seance). :)

    C# question data-structures

  • how about this book?
    S Santosh K Tripathi

    Hi, Its not about English. its about shortcut 3q. only after reading comment i understood meaning of 3q. by the way your English is better than mine.

    C# csharp question learning

  • By using the web services/WCF of Amazon (and other retailers) my client can upload there products on Amazon (and other sites) in bulk.
    S Santosh K Tripathi

    hi i found http://www.seesharpdot.net/?p=157[^]. it is about How to get album, dvd, and blueray cover art from Amazon. it is not what i am looking for, but helpful in understating "how to start working with Amazon APIs".

    C# wcf csharp com tutorial

  • By using the web services/WCF of Amazon (and other retailers) my client can upload there products on Amazon (and other sites) in bulk.
    S Santosh K Tripathi

    Hi, My requirement is "By using the web services/WCF of Amazon (and other retailers) I can upload products on Amazon (and other sites) in bulk.". I done google. read http://docs.developer.amazonservices.com and other articals on different website, but unable to find anything that I can use or understand how to use them. one more thing for sample application(using Amazon WCF/WS), Is it must to register on Amazon with your "CREDIT CARD DETAILS". if you know some good articals on it plz provide links. Thanks in advance.

    C# wcf csharp com tutorial

  • enable / disable combobox using checkbox
    S Santosh K Tripathi

    Add this in HTML of chkPresent onclick=”AssignValueOnCheckboxTick(this.checked)" Now Add this in Java Script <script type="Javascript"> var cboMonth = document.getElementById('<%= cboMonth.ClientID %>'); var cboYear = document.getElementById('<%= cboYear.ClientID %>'); function AssignValueOnCheckboxTick(ischecked) { if (ischecked) { var cboMonth.style.display = 'block'; cboYear.style.display = 'block'; } else { cboMonth.style.display = 'none'; cboYear.style.display = 'none'; } } </script>

    Web Development question php com announcement

  • What is the mistake ??
    S Santosh K Tripathi

    <!DOCTYPE html>
    <html>
    <body>

    <h1>My First JavaScript</h1>

    <p id="demo1">
    what the hell is going on.
    </p>
    <p id="demo">
    JavaScript can react to events. Like the click of a button.
    </p>

    <script>
    function myFunction()
    {
    document.getElementById("demo").innerHTML="Hello JavaScript!";
    document.getElementById("demo1").innerHTML="This is not working";
    }
    </script>

    <button type="button" onclick="myFunction()">Click Me!</button>

    </body>
    </html>

    Try this... there is miss Sppell in document

    JavaScript javascript question learning html tools

  • add checkbox in ever row of flexgrid
    S Santosh K Tripathi

    Hi, Please chcek this may b helpful for you. http://forums.asp.net/t/1639271.aspx/1[^]

    ASP.NET asp-net architecture help
  • Login

  • Don't have an account? Register

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