No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
3 Posted Topics
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 …
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 …
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]
The End.
abdul4484