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
Justin McKay
NA
1
0
Help with converting vbcode to c sharp.
Feb 19 2007 11:19 PM
Greetings, I have just started learning the C Sharp language, based on what i already know from vb. im currently converting my website to c sharp, just to get a feel for the language, how ever im stuck. the following vbcode, when converted to c sharp, does not recognise _param as a defined struct.. (eg: not giving any of the properties.) 'VB Code: Dim _param As SqlParameter = hashEnum.Value objCommand.Parameters.Add(_param.ParameterName, _param.ParameterDataType).Value = _param.ParameterValue //C Sharp Code SqlParameter _param = hashEnum.Value; objCommand.Parameters.Add(_param.ParameterName, _param.ParameterDataType).Value = _param.ParameterValue; when i go to type _param. i get no intellisense about the properties... can anyone help, Thanks, Justin
Reply
Answers (
1
)
picturebox scale in .NET
how to store the zip files