On this same question for Managing Data with sql.....
Is it possible to generate a "TEMPLATE" to pull the data from sql (using C#) into a Online WEB PROGRAM. Basically the data that I will have to work with changes VERY frequently. The online program is used by many and needs updated constantly, so I would like to find a way to build a CSS (or similar) to pull that changed data frequently without having to change multiple web pages.
I am a newbie to C# but could really use some help or even pointed in the right direction for reading materials or something.....
Good examples for interfacing c# with sql server on the web?
Wasim
On this same question for Managing Data with sql.....
Is it possible to generate a "TEMPLATE" to pull the data from sql (using C#) into a Online WEB PROGRAM. Basically the data that I will have to work with changes VERY frequently. The online program is used by many and needs updated constantly, so I would like to find a way to build a CSS (or similar) to pull that changed data frequently without having to change multiple web pages.
I am a newbie to C# but could really use some help or even pointed in the right direction for reading materials or something.....
Thank-you ahead of time.....
Ben Hall (UK)
Here is a 7 lessons tutorial http://www.csharp-station.com/Tutorials/AdoDotNet/Lesson01.aspx
you can also take alook at database section at this site http://www.c-sharpcorner.com/Database.asp
and this a good article about sql server do and don't
other
http://samples.gotdotnet.com/quickstart/howto/doc/adoplus/ADOPlusOverview.aspx
jb2178
if i understand you correctly you need to build site that display latest data at website like news web site for example
if this you want you need to use ASP.Net to build dynamic web site if you need resource for that yoy can take alook at
http://www.w3schools.com/aspnet/default.asp
http://www.asp.net/learn/default.aspx tabid=63#data
http://www.asp.net/quickstart/aspnet/
http://msdn.microsoft.com/asp.net/
http://aspnet.4guysfromrolla.com/
and Microsoft ASP.Net forums at http://forums.asp.net/
another thing from your post CSS not use to get the data it about formating of the data,themes ie you specify font,colors
CSS tutorial http://www.w3schools.com/css/default.asp