ASP.NET 2 Data Binding with SQL 2005 XML - XML SOAP

This is a discussion on ASP.NET 2 Data Binding with SQL 2005 XML - XML SOAP ; I am starting a project where I will be using the XML data type in SQL Server 2005, and ASP.NET to display and update the content of the XML. I've been digging around for a bit trying to find some ...

+ Reply to Thread
Results 1 to 2 of 2

ASP.NET 2 Data Binding with SQL 2005 XML

  1. Default ASP.NET 2 Data Binding with SQL 2005 XML

    I am starting a project where I will be using the XML data type in SQL Server 2005, and ASP.NET to display and update the content of the XML.

    I've been digging around for a bit trying to find some sources that will explain the process of doing data binding in ASP.NET with the SQL XML, but haven't been able to locate anything too useful yet.

    The XML will be charts, each holding 3 groups of 70 rows of data, each row having 5 fields (boolean, datetime, datetime, int, string).

    I will need to pull 1 or more charts down to be rendered in a web page, modified, and then stored back to SQL.

    I'm assuming from what I've read so far that this is possible, but I need more information and hopefully some examples.

    I've worked somewhat with SQL 2000 and ASP.NET 2 (mostly hand-written pages), but want to get full bore into using VS2005 to do this. I am very familiar with XML, XSLT, HTML, C# and JavaScript, moderately familiar with SQL and VS.

    Any leads to web sites and books that would help along these lines would also be appreciated.


    --
    Greg Collins [Microsoft MVP]
    Visit Braintrove ( http://www.braintrove.com )



  2. Default Re: ASP.NET 2 Data Binding with SQL 2005 XML

    On Mar 21, 6:15 pm, "Greg Collins [Microsoft MVP]"
    <gcollins_AT_msn_DOT_com> wrote:
    > I am starting a project where I will be using the XML data type in SQL Server 2005, and ASP.NET to display and update the content of the XML.
    >
    > I've been digging around for a bit trying to find some sources that will explain the process of doing data binding in ASP.NET with the SQL XML, but haven't been able to locate anything too useful yet.
    >
    > The XML will be charts, each holding 3 groups of 70 rows of data, each row having 5 fields (boolean, datetime, datetime, int, string).
    >
    > I will need to pull 1 or more charts down to be rendered in a web page, modified, and then stored back to SQL.
    >
    > I'm assuming from what I've read so far that this is possible, but I need more information and hopefully some examples.
    >
    > I've worked somewhat with SQL 2000 and ASP.NET 2 (mostly hand-written pages), but want to get full bore into using VS2005 to do this. I am very familiar with XML, XSLT, HTML, C# and JavaScript, moderately familiar with SQL and VS.
    >
    > Any leads to web sites and books that would help along these lines would also be appreciated.
    >
    > --
    > Greg Collins [Microsoft MVP]
    > Visit Braintrove (http://www.braintrove.com)


    Work with XML Data Type in SQL Server 2005 from ADO.NET 2.0
    http://www.developer.com/net/net/article.php/3406251

    XML data type tips in SQL Server 2005
    http://www.codeproject.com/dotnet/XMLdDataType.asp

    and...
    http://www.google.com/search?hl=en&q...L+2005+asp.net


+ Reply to Thread

Similar Threads

  1. Data Binding
    By Application Development in forum CSharp
    Replies: 3
    Last Post: 11-27-2007, 11:23 AM
  2. Disabling source control binding in VS 2005?
    By Application Development in forum DOTNET
    Replies: 1
    Last Post: 04-24-2007, 10:53 PM
  3. Data Binding and VB6
    By Application Development in forum basic.visual
    Replies: 2
    Last Post: 02-05-2007, 12:14 PM
  4. Data Binding / Losing Field Data
    By Application Development in forum basic.visual
    Replies: 0
    Last Post: 02-01-2007, 05:35 AM
  5. Data Binding
    By Application Development in forum DOTNET
    Replies: 0
    Last Post: 08-05-2005, 10:41 AM