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
B

bbm2k3

@bbm2k3
About
Posts
4
Topics
3
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • Give me simple example for API calls in asp.net
    B bbm2k3

    PeriyasamyRamachandran wrote:

    Can you anybody tell me how can we use the "API calls" in asp.net?

    API just means Application Programming Interface, i e you must be having some some dll or webservices. Create an object of the required class and access the method of those class using the object or if there is static method then you can access it using the class name itself. Are you talking about something else?

    ASP.NET csharp asp-net json tutorial question

  • XSL Sort
    B bbm2k3

    Hello all, I am rendering my page using XSL.At place I am using sorting using xsl sort.But this need to be dynamic i e user can sort by some specific fiend by his own choice. So I have to put select as dynamic which I am passing to xsl as a parameter as <code><xsl:param name="SortName" select="Name" /> <xsl:param name="SortDataType" select="text" /></code> Now I am accessing these parameter in xsl:sort tag as <code> <xsl:sort select="$SortName" data-type='{$SortDataType}'/></code> but its not working... Waiting for your reply..

    XML / XSL algorithms xml

  • Nested foreach loop Urgent
    B bbm2k3

    Hi all My XML is like this <Compare> <columnNames> <column> <na>Name</na> </column> <column> <na>Address</na> </column> <column> <na>Phone</na> </column> </columnNames> <Hotels> <Hotel> <Name>Hotel Mount View</Name> <Address>123</Address> <Phone>1234</Phone> </Hotel> <Hotel> <Name>Hotel Mayur</Name> <Address>Adress1</Address> <Phone>12345678</Phone> </Hotel> </Hotels> </Compare> My requirement is that the na items in column specify the name and count of the child items in Hotel. I have written the xsl like this <xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform"> <xsl:template match="/"> <table> <xsl:for-each select="Compare/columnNames/column"> <tr> <xsl:variable name="ColName" select="na"></xsl:variable> <td> <xsl:value-of select="na"/> </td> <xsl:for-each select="Compare/Hotels/Hotel"> <td> <xsl:value-of select="Name"/> </td> </xsl:for-each> </tr> </xsl:for-each> </table> </xsl:template> </xsl:stylesheet> but its showing the result properly.Need your help?

    XML / XSL xml regex help question announcement

  • Authenticate user from AD
    B bbm2k3

    How to authenticate user from Active directory? any link.

    ASP.NET windows-admin tutorial question
  • Login

  • Don't have an account? Register

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