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
CODE PROJECT For Those Who Code
  • Home
  • Articles
  • FAQ
Community
W

w13RTH70Lo

@w13RTH70Lo
About
Posts
9
Topics
9
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • How to Edit The SOAP Header in Visual Studio.NET
    W w13RTH70Lo

    i have some issues what if i want to change the SOAP header info, so how can i do that in Visual Studio.NET whats the file name in Visual Studio.NET where i can do that and where i can add the Schema and how to validate it, Visual Studio.NET.

    I love .NET

    ASP.NET

  • CheckBox List
    W w13RTH70Lo

    hi, i have a checkbox list, and having values like, Company1 ---------------- 1 - car 2 - bus 3 - both Company2 ------------------ 1 - car 2 - bus 3 - both Company3 ------------------ 1 - car 2 - bus 3 - both and these values are repeating for many Companies so my client can select Car or Bus or Both from a Company, but what if he/she selects Both then logically the Car or Bus Option should not be selectable, how i can achieve that.

    I love .NET

    ASP.NET

  • String in XSLT
    W w13RTH70Lo

    i ma usin gthe extension object in XSLT and then passing a string to XSLT like this for(int i=0;i but is showing data in one line also included the
    how i can solve this. I have also tried as all +=<br>

    I love .NET

    XML / XSL csharp xml

  • DataSet in XSLT
    W w13RTH70Lo

    i am fetching some data from SQL and filling it through the Adapterto in DataSet, and then passing that DataSet to the XmlDataDocument Object, like XmlDataDocument XMLDoc = new XmlDataDocument(dsOrders); and then again i take SqlDataAdapteradapter2 with new Query and again fill the same Dataset. means there are now two results, resulted by 2 queries XMLDoc.DataSet.EnforceConstraints = false; and then i am accessing that data through XSLT and exporting it as Excel, when i access the data of the First query in XSLT it shows the required result but it also repeat the rows for the seocnd result, like suppose there are total 7 rows in out put 3 are for first query and 4 are for 2nd query and i need the print only first 3 [of first query] but it displays thw hwole 7, first 3 showing results but last 4 with no values. why it is repeating.

    I love .NET

    XML / XSL database csharp xml

  • Merging 2 XML documents
    W w13RTH70Lo

    guys i am selecting some data from SQL database and then handling it in XML and then exporting it into Excel file. i did it. but then again i included a new XML document in XSLT using and when i again run the code it does not select anything from "stu.xml" means from second document. but when i make a new application andpaste the same code over there then it runs fine why it is not running with the previous code.

    I love .NET

    XML / XSL database xml csharp

  • passing array as argument in XSLt
    W w13RTH70Lo

    how can i pass an array as an argument in xslt.

    I love .NET

    XML / XSL csharp data-structures xml question

  • Only Selected portion of XML to Ecel
    W w13RTH70Lo

    hi i have a problem but could not find its solutions i hope you people can help me, i am fetching data from SQL2000 using XMLSQL so now data is in XML format and then i am accessing that data through XSLT and displaying into a web page in HTML table format and now i want to Export that selected info [that is in HTML table format] in Excel file. how can i do that. note: i dont want to export the whole info that comes directly from the Query i want to do some manipulation on resulted query data and then want to export new info into Excel file. regards

    I love .NET

    XML / XSL xml help csharp html database

  • how to excute 2 SQLXML statements
    W w13RTH70Lo

    i am fetching some data from SQL based on JOINs [from 2 tables] and then utilizing that XML file and transforming through XSLT and now i need another JOIN and then to compare some fields returned from 1st Query to 2nd Query and then need to display that data through XSLT. how can i achieve.

    .NET

    XML / XSL database xml csharp tutorial question

  • XML to Excel
    W w13RTH70Lo

    hi i am taking some data from xml file through xslt and then displaying selected data in HTML table format on a page and now i want to export that HTML table into excel how can do that. I love .NET

    XML / XSL xml csharp html
  • Login

  • Don't have an account? Register

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