| Author: divya 06 Oct 2008 | Member Level: Gold | Rating:  Points: 2 |
store the value in combobox in a string .Then use substring for the string.
|
| Author: MANOJ MATHE 06 Oct 2008 | Member Level: Gold | Rating:   Points: 3 |
HI,
string example="manoj/dotnetspider"; substring is used to divide the string based upon a character and it returns string array string[] name=example.substing('/');
and u can see the name in name[0]
check this
Thanks, Manoj
Regards
Manoj Mathe
"The Dream is not what you see in sleep; Dream is the thing which doesn't let you sleep. Dr. APJ. Abdul Kalam" Blogs
|