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
Bob
NA
1
0
Can someone explain what this piece of code does? string SectionID = ctrl5.ID.Substring(1);
Mar 11 2010 7:19 PM
I underastand that the first bit is assigment of value to variable but "ctrl5.ID.Substring(1);" I am unsure about.
This has been copied from a web app we have, I need to know how the sectionid variable is getting the value it gets.
string SectionID = ctrl5.ID.Substring(1);
TIA
Reply
Answers (
1
)
SplitterContainer
How do I: Open a web site on click button?