Tech
Forums
Jobs
Books
Events
Videos
Live
More
Interviews
Certification
Training
Career
Members
News
Blogs
Contribute
An Article
A Blog
A Video
An Ebook
An Interview Question
Register
Login
1
Answer
Can someone explain what this piece of code does? string SectionID = ctrl5.ID.Substring(1);
Bob
14y
1.7k
1
Reply
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
Post
Reset
Cancel
Answers (
1
)
Next Recommended Forum
SplitterContainer
How do I: Open a web site on click button?