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
  1. Home
  2. The Lounge
  3. displaying data in datagrid...??

displaying data in datagrid...??

Scheduled Pinned Locked Moved The Lounge
xmlhelpquestion
6 Posts 6 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • I Offline
    I Offline
    Imran Adam
    wrote on last edited by
    #1

    Hi experts, I am trying to display data in a datagrid from a xml file. I have no problem reading the xml file, however when i try to display the data in a datagrid all i get is "null" values. I have bound my dataset to the datasource property but still dont know where im going wrong :( can anyone point me in the right direction??? Cheers :)

    D C E J 4 Replies Last reply
    0
    • I Imran Adam

      Hi experts, I am trying to display data in a datagrid from a xml file. I have no problem reading the xml file, however when i try to display the data in a datagrid all i get is "null" values. I have bound my dataset to the datasource property but still dont know where im going wrong :( can anyone point me in the right direction??? Cheers :)

      D Offline
      D Offline
      David Wulff
      wrote on last edited by
      #2

      Which language are you using? You should post this question in the most appropriate technical forum because you won't get an answer in The Lounge: C#[^], VB.NET[^], ASP.NET[^] and maybe even XML/XSL[^]


      Ðavid Wulff The Royal Woofle Museum
      Audioscrobbler :: flikr

      Die Freiheit spielt auf allen Geigen

      1 Reply Last reply
      0
      • I Imran Adam

        Hi experts, I am trying to display data in a datagrid from a xml file. I have no problem reading the xml file, however when i try to display the data in a datagrid all i get is "null" values. I have bound my dataset to the datasource property but still dont know where im going wrong :( can anyone point me in the right direction??? Cheers :)

        C Offline
        C Offline
        Colin Angus Mackay
        wrote on last edited by
        #3

        hustler2005 wrote: can anyone point me in the right direction??? Yes, you can ask in the appropriate forum.


        My: Blog | Photos | Next SQL Presentation WDevs.com - Open Source Code Hosting, Blogs, FTP, Mail and More

        1 Reply Last reply
        0
        • I Imran Adam

          Hi experts, I am trying to display data in a datagrid from a xml file. I have no problem reading the xml file, however when i try to display the data in a datagrid all i get is "null" values. I have bound my dataset to the datasource property but still dont know where im going wrong :( can anyone point me in the right direction??? Cheers :)

          E Offline
          E Offline
          eggie5
          wrote on last edited by
          #4

          Can you give me a free router? /\ |_ E X E GG

          1 Reply Last reply
          0
          • I Imran Adam

            Hi experts, I am trying to display data in a datagrid from a xml file. I have no problem reading the xml file, however when i try to display the data in a datagrid all i get is "null" values. I have bound my dataset to the datasource property but still dont know where im going wrong :( can anyone point me in the right direction??? Cheers :)

            J Offline
            J Offline
            Jerry Hammond
            wrote on last edited by
            #5

            using System; using System.Collections; using System.ComponentModel; using System.Data; using System.Drawing; using System.Web; using System.Web.SessionState; using System.Web.UI; using System.Web.UI.WebControls; using System.Web.UI.HtmlControls; namespace _315C05 { /// /// Summary description for Redirect. /// public class Redirect : System.Web.UI.Page { private void Page_Load(object sender, System.EventArgs e) { // Put user code to initialize the page here if(PostingForum==Lounge) { Response.Redirect("http://www.codeproject.com/script/comments/forums.asp?forumid=12076"); } } #region Web Form Designer generated code override protected void OnInit(EventArgs e) { // // CODEGEN: This call is required by the ASP.NET Web Form Designer. // InitializeComponent(); base.OnInit(e); } /// /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// private void InitializeComponent() { this.Load += new System.EventHandler(this.Page_Load); } #endregion } } HTH. Jerry Most people are willing to pay more to be amused than to be educated--Robert C. Savage, Life Lessons Toasty0.com Ladder League (beta)

            L 1 Reply Last reply
            0
            • J Jerry Hammond

              using System; using System.Collections; using System.ComponentModel; using System.Data; using System.Drawing; using System.Web; using System.Web.SessionState; using System.Web.UI; using System.Web.UI.WebControls; using System.Web.UI.HtmlControls; namespace _315C05 { /// /// Summary description for Redirect. /// public class Redirect : System.Web.UI.Page { private void Page_Load(object sender, System.EventArgs e) { // Put user code to initialize the page here if(PostingForum==Lounge) { Response.Redirect("http://www.codeproject.com/script/comments/forums.asp?forumid=12076"); } } #region Web Form Designer generated code override protected void OnInit(EventArgs e) { // // CODEGEN: This call is required by the ASP.NET Web Form Designer. // InitializeComponent(); base.OnInit(e); } /// /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// private void InitializeComponent() { this.Load += new System.EventHandler(this.Page_Load); } #endregion } } HTH. Jerry Most people are willing to pay more to be amused than to be educated--Robert C. Savage, Life Lessons Toasty0.com Ladder League (beta)

              L Offline
              L Offline
              Luis Alonso Ramos
              wrote on last edited by
              #6

              :laugh: :laugh: The best part of CP is seeing how people respong to programming questions on the lounge. Some are very kind, some are cruel, and some are just hilarious!! my 5! -- LuisR


              Luis Alonso Ramos Intelectix - Chihuahua, Mexico Not much here: My CP Blog!

              1 Reply Last reply
              0
              Reply
              • Reply as topic
              Log in to reply
              • Oldest to Newest
              • Newest to Oldest
              • Most Votes


              • Login

              • Don't have an account? Register

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