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.
Author |
Topic |
shemayb
Posting Yak Master
159 Posts |
Posted - 2007-07-16 : 16:46:06
|
is this conversion correct?string Description = txtdescription.Text; bool Preemployment = bool.Parse(ddlis_preemployment.SelectedValue); bool Renewable = bool.Parse(ddlis_renewable.SelectedValue); bool Required = bool.Parse(ddlis_required.SelectedValue); bool Multiple = bool.Parse(ddlallow_multiple.SelectedValue); DateTime CREATE_DATE = DateTime.Today; DateTime LAST_UPDATE_DATE = DateTime.Today; string LAST_UPDATE_USER_ID = ((BasePage)this.Page).CurrentUser.UserId; ; string LAST_UPDATE_APP_NAME = "CertDetail.UpdateCertification()";Funnyfrog |
|
Merkin
Funky Drop Bear Fearing SQL Dude!
4970 Posts |
Posted - 2007-07-17 : 22:25:33
|
What about it ? Are you having a problem ?Damian"A foolish consistency is the hobgoblin of little minds." - Emerson |
|
|
|
|
|