Assign string value in TextBox only display before space value
ASP.NET
2
Posts
2
Posters
0
Views
1
Watching
-
when i used this coding its only display string before space.After Space character it donot display so whats the error here. varEstBedTP1 = Request.form("EstBedTP1") select case varEstBedTP1 case 1 strEstBedTP1 ="Flat Bed" case 2 strEstBedTP1 ="Sloping Bed" case 3 strEstBedTP1 ="Real Bed" end select > --Any one ASP GURU Tell Regards From Tariq Mahmood
-
when i used this coding its only display string before space.After Space character it donot display so whats the error here. varEstBedTP1 = Request.form("EstBedTP1") select case varEstBedTP1 case 1 strEstBedTP1 ="Flat Bed" case 2 strEstBedTP1 ="Sloping Bed" case 3 strEstBedTP1 ="Real Bed" end select > --Any one ASP GURU Tell Regards From Tariq Mahmood