CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

Search:

Type: Posts; User: bharadwajrv

Page 1 of 13 1 2 3 4

Search: Search took 0.26 seconds.

  1. Replies
    1
    Views
    1,475

    Calling Webservice from C

    i created the C Console project in .Net framework (VS 2003) and added the web reference to .Net webservice.

    This has created a "Service" namespace, and using which i'm able to invoke the...
  2. Replies
    1
    Views
    1,272

    C# (VS 2003) Consuming webservice

    i'm consuming a Webservice (created in java) in .Net 2003 (in C#)... whenever i invoke the webmethod, i'm getting below error message

    "Additional information: Client found response content type of...
  3. Replies
    0
    Views
    1,007

    Date format (European)

    In the schema an element defined as "xs: Date" type, but by default it is in ISO format (i.e. YYYY-MM-DD) ...

    If i need to use the European format (i.e. DD-MM-YYYY) what should i be doing in my...
  4. XmlDocument - End tag moved to next line

    I use XmlDocument to load and save the XML document...

    While i save the document end tag of elements with blank value is moved to next line..

    i.e.


    <root>
    <element1>some...
  5. Replies
    0
    Views
    737

    Remove blank element while copying

    i'm using below code to copy from one XML to another XML.



    <xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
    <xsl:output method="xml" version="1.0"...
  6. C#(2003) - Schema and default attribute

    Hi:

    This is my simple schema

    <?xml version="1.0" encoding="UTF-8"?>
    <xs:schema elementFormDefault="qualified" attributeFormDefault="unqualified" ...
  7. Replies
    1
    Views
    3,298

    Connecting to DB2 using ODBC

    Hi,
    in my machine (running on Windows XP pro) i have Toad 3.0 for IBM DB2 installed... IBM DB2 is running on HP/Unix box...

    i'm able to connect to DB2 database using the Toad application...
    ...
  8. SqedlDataReader - no data is being displayed

    Hi...

    SqlDataReader holds the data from MS SQL - after it is bind to DataList, Repeater web-control i'm using the same sqlDataReader object to bound to gridview control, but no data is being...
  9. make 'Tabs' in the webpage

    Hi

    {Basically, i'm trying to achieve 'Tab' like appearance in my webpage, if you have any better way of coding this, apart from below my explanation, please suggest}


    how to access the...
  10. DataList error - trying to amend the table infromation...

    I'm using 'User Controls' to define the 'Page header' for every webpages...
    In User Control - there is a DataList control to display the site-navigation-links (i.e. Home, About us, Contact us)...
    ...
  11. Thread: Commenting

    by bharadwajrv
    Replies
    2
    Views
    634

    Commenting

    i know it looks it is a silly question, but really i'm struggling to comment my ASP.net codes (in HTML mode) {not the code-behind syntax)...

    Since it is "Runat = Server" is used, commenting using...
  12. Replies
    0
    Views
    615

    for XML....

    While using below SQL statment in 'SQL Query Analyser' i dont get the compelete XML in the result.... (there is no columns of type 'Memo' or any long fields more than 1K characters)

    Problem i'm...
  13. Replies
    2
    Views
    894

    SQL structure to XML schema

    i need to convert my SQL database (on MS SQL 2000) structure to a XML scheme file...

    how to do it??

    Thanks in Adv..
    Cheers..
    Venu
  14. Replies
    1
    Views
    942

    java script blocked...

    when i view my website, brower (IE) shows and the content in within <noscript></noscript> is displayed.....

    But when i open any other website (ex... yahoo, google, etc) with same type of...
  15. Replies
    2
    Views
    1,743

    getElementById and Array

    i'm using getElementById() function to get the <img> in the document.... these <img> are the array of the images.... while using the getElementById() in javascript, it always returns 'null'

    html...
  16. Replies
    2
    Views
    1,145

    Disable coping content of webpage

    how to disable copying of the content from website.... i have disabled "right button menu" in webpage.. But user can still use, "Select All" or (Ctrl+A) and Copy (Ctrl+C) to copy the content....
    ...
  17. Replies
    1
    Views
    779

    display the layer

    i have a display some content using the "<Div>" element... the content with in the layer will made visible or hidden based on the click event on a link in the page... When the "Div" is set to hidden...
  18. Replies
    3
    Views
    1,299

    Re: xsl condition

    surprisingly it is working on my machine ! :) .. i'm not sure why it is not working on your PC...

    Here by i'm sending both XML and XSL file i used...

    let me know error in this...

    Cheer
    Venu
  19. Replies
    3
    Views
    1,299

    Re: xsl condition

    this may not be the best solution.. but this will work....

    Cheers
    Venu



    <xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform"...
  20. Replies
    1
    Views
    4,859

    Refering XSD inside another XSD

    Hi there:

    I hv set a reference of XSD file (file2.xsd) inside the another xsd file (file1.xsd) using the "ref" attributes of an "element" and the "include" statement....

    In this implementation...
  21. Re: Change DataGrid value while associating DataSet

    DataSet is associted with the XML schema (i'm reading the data from XML source) and it 'll not allow me to change the content to different datatype
  22. Change DataGrid value while associating DataSet

    In Windows application, in DataSet, I hv one column “Status”. This will have the value ranging from 1 to 5.
    While displaying content of this DataSet in DataGrid, “Status” value should be...
  23. Replies
    4
    Views
    1,158

    Re: Displaying image in DataGrid

    This code helps in displaying the image exist in DB. In my scenario, i hv Boolean value in DB and based on this value i hv to display the image in datagrid.

    any idea on this ?

    thanks
  24. Replies
    4
    Views
    1,158

    Displaying image in DataGrid

    In Windows application, I hv associated the DataGrid to the DataSet, which has a Boolean column. Based on the Boolean value I need to display a image in datagrid. i.e. if the column value is true,...
  25. Replies
    1
    Views
    889

    DataGrid - editing - check box.

    I'm developing a Windows based application using C#...
    Application uses windows DataGrid, which displays the content from XML..

    This datagrid display the Check box to display the the content of...
Results 1 to 25 of 309
Page 1 of 13 1 2 3 4





Click Here to Expand Forum to Full Width

Featured