Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
Ranked #55.0K
~350 People Reached
Favorite Forums

3 Posted Topics

Member Avatar for samycbe

first u have to imports the namespace imports system.data.sqlClient then create the object of connection class dim conn as new sqlconnection("server=localhost;uid=sa;pwd=123;database=northwind") then create a object of data adapter dim objAdap as new sqlDataAdapter("select * from products",conn) then u have to create dataset object dim ds as new dataset now u …

Member Avatar for vbsqluser
0
150
Member Avatar for satish_dukkipat

first u have to search the microsft site the site show u the content and material used the the exam if u want to give mcad asp.net with vb then in microsoft site search 70-305 and for C# search 70-315 exam. it will show u the all detail required for …

Member Avatar for abdul4484
0
83
Member Avatar for aravindkishore

hi arvind. if u want to convert the code vb to c# and wise versa then the following link will definately helpful to you [url]http://www.developerfusion.co.uk/Utilities/convertcsharptovb.aspx[/url]

Member Avatar for abdul4484
0
117

The End.