Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 Development Tools
 ASP.NET
 concatenating hours and minutes

Author  Topic 

shemayb
Posting Yak Master

159 Posts

Posted - 2007-09-26 : 22:16:20
i have two textboxes in my page,the textbox containing the hour and the other containing the minutes. my question is, want to concatenate the two textboxes or get it as one,how will i do that?thanks!

Funnyfrog

rrb
SQLTeam Poet Laureate

1479 Posts

Posted - 2007-09-26 : 22:26:36
is this for a school assignment?
String result = hours + ":" + minutes;
Is that what you mean?

--
I'm not schooled in the science of human factors, but I suspect that surprise is not an element of a robust user interface.
Go to Top of Page
   

- Advertisement -