Microsoft SQL Server
 
Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
 
 
User Name:
Password:
Remember me
Go Back   ASP Free ForumsDatabaseMicrosoft SQL Server

Reply
Add This Thread To:
  Del.icio.us   Digg   Google   Spurl   Blink   Furl   Simpy   Y! MyWeb 
Thread Tools Search this Thread Rate Thread Display Modes
 
Unread ASP Free Forums Sponsor:
  #1  
Old January 4th, 2005, 08:30 PM
pbd22 pbd22 is offline
Contributing User
ASP Free Newbie (0 - 499 posts)
 
Join Date: Nov 2004
Posts: 71 pbd22 User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 16 h 14 m 22 sec
Reputation Power: 0
probs getting data in datagrid to load

hi. i am new to sql databases and am currently trying to get the
table to populate with data from the database cnCMS. I have been
following the ADO.NET step by step text but, when i compile, i keep
getting a blank page. below is the method I am using for when the
page loads. any ideas what i might be doing wrong?? any suggestion
much appreciated.

thanks in advance.



Code:
privatevoid BindDataGrid() 


{

string sqlQuery = "SELECT AccountID, UserName, Password, " +

"Email, ModifiedDate, CreationDate FROM Account";

cnCMSNET.Open();

SqlDataAdapter daAccount = 

new SqlDataAdapter(sqlQuery, cnCMS);

daAccount.Fill(dsMaster2, "Account");

DataGrid1.DataSource = dsMaster2.Tables["Account"].DefaultView;

DataGrid1.DataBind();

cnCMSNET.Close();

}


Reply With Quote
Reply

Viewing: ASP Free ForumsDatabaseMicrosoft SQL Server > probs getting data in datagrid to load


Thread Tools  Search this Thread 
Search this Thread:

Advanced Search
Display Modes  Rate This Thread 
Rate This Thread:


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
View Your Warnings | New Posts | Latest News | Latest Threads | Shoutbox
Forum Jump


Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
  
 





© 2003-2008 by Developer Shed. All rights reserved. DS Cluster 3 hosted by Hostway