TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
Ekrem Tapan
NA
967
81k
vb connection to c#
Dec 30 2015 3:30 AM
Hi everyone
anybody can i help me ? how can i convert to C# this VB code
thanks~
Public Sub New()
MyBase.New(ConnectionStrings("Conn").ToString, "")
Me.SelectCommandType = SqlDataSourceCommandType.StoredProcedure
Me.InsertCommandType = SqlDataSourceCommandType.StoredProcedure
Me.DeleteCommandType = SqlDataSourceCommandType.StoredProcedure
Me.UpdateCommandType = SqlDataSourceCommandType.StoredProcedure
End Sub
Reply
Answers (
2
)
how to convert my website to ddl file
Index and length must refer to a location within the string?