Hi - I have code in VB.NET project as
ViewState("variable") = " Invoice Method: " & rcbMethod.SelectedItem.Text
I displayed the value of ViewState("variable"). It's result is " Invoice Method:Value "
I am not sure where does the two spaces after "value" come from. I want to get rid off the extra spaces after "value". Please help.
Go to the complete details ...