Control Panel
Forum
Hosting Help
6 Months free Hosting (New!)
Resources
Login
Members
Shared Hosting
|
New Features
|
Advertise
|
Tutorials
|
Product Reviews in India
|
Free aptitude test questions
|
TATA Nano Car reviews
Total
members
:
76855
Average new registrations per day (in last 7 days):
84
New Registration:
Open
Register Now
Home
»
Questions & Answers
»
DataBase
DataBase
3/23/2008
Author:
Sobirjon
Golden Falcon travel company
Please help me to manipulate on Data in ASP.NET
Answers .............
Author:
Mohammad Islam
Posted Date: 3/23/2008
http://aspspider.info/asadis
MET CS Practice Site
How would you like to manipulate data? If you are looking for in-memory data manipulation, take a look at ADO.NET Datasets. They provide you all the necessary components for in-memory data manipulation.
Author:
Mohammad Islam
Posted Date: 3/23/2008
http://aspspider.info/asadis
MET CS Practice Site
There are also several classes in the System.Data namespace that allow you to manipulate data directly in the database.
Author:
xiaofan.cao
talkweb
Posted Date: 3/24/2008
http://aspspider.info/cxfidc
www.ieherper.net
<Web.config>
<connectionStrings>
<add
name="IeHelperNet"
connectionString="Data Source=.\SQLExpress;Persist Security Info=True;Integrated Security=SSPI;Initial Catalog=IeHelpernet"
providerName="System.Data.SqlClient"
/>
</connectionStrings>
in your code
public static string GetConnectionString()
{
return System.Configuration.ConfigurationManager.ConnectionStrings["IeHelperNet"].ConnectionString;
}
Author:
Md Zahidur Rahman
chc
Posted Date: 3/24/2008
http://aspspider.info/tsbdco
Learning Web Based Application
Please write exact prob.
Author:
Shilpa jahagirdar
Posted Date: 3/28/2008
http://aspspider.info/shilpaj
Shilpa Jahagirdars Home Page
Hi ,
To connect to database you have to make use of ADO.net
with ADO.net you can connect to any dabase using
read ado.net books
Author:
Willie Funk
Posted Date: 3/28/2008
http://aspspider.info/williefunk2000
LumpGulch
I am new to all of this as well, try reading a beginners book that is fairly comprehensive,, I really liked build your own website using ASP.net and VB or c#
If you need quick results check out IronSpeed.com
You must
login
to post answer for this question.
Partners
Privacy Policy
Terms of use
Contact Us
SpiderWorks Technologies.
All Rights Reserved.