Click here to Skip to main content
15,901,205 members
Home / Discussions / C#
   

C#

 
GeneralRe: user control question Pin
Martin#14-May-07 2:22
Martin#14-May-07 2:22 
QuestionConfiguration files Pin
Diego F.13-May-07 23:49
Diego F.13-May-07 23:49 
QuestionCrystal Report Pin
danasegaranea13-May-07 23:25
danasegaranea13-May-07 23:25 
AnswerRe: Crystal Report Pin
danasegaranea14-May-07 19:24
danasegaranea14-May-07 19:24 
Questiondatagridview + edititemtemplate + checkbox [modified] Pin
RanjithLogics13-May-07 23:19
RanjithLogics13-May-07 23:19 
AnswerRe: datagridview + edititemtemplate + checkbox Pin
Panchal Hardik14-May-07 2:20
Panchal Hardik14-May-07 2:20 
GeneralRe: datagridview + edititemtemplate + checkbox Pin
RanjithLogics14-May-07 18:51
RanjithLogics14-May-07 18:51 
GeneralRe: datagridview + edititemtemplate + checkbox Pin
RanjithLogics14-May-07 18:52
RanjithLogics14-May-07 18:52 
My code is

protected void SQL_DS_Updating(object sender, SqlDataSourceCommandEventArgs e)
{
if (e.Command.Parameters["@IMPA"].Value.ToString() == "True")
e.Command.Parameters["@IMPA"].Value = true;
else
e.Command.Parameters["@IMPA"].Value = false;
}

I've changed my database field to 'BIT' Smile | :)

Ranjith Stephen

QuestionMore Advanced Tree View Pin
Patricker13-May-07 22:29
Patricker13-May-07 22:29 
Questiondecimal types Pin
jon-8013-May-07 21:59
professionaljon-8013-May-07 21:59 
AnswerRe: decimal types Pin
Vikram A Punathambekar13-May-07 22:28
Vikram A Punathambekar13-May-07 22:28 
QuestionString Array in a struct Pin
JF201513-May-07 21:49
JF201513-May-07 21:49 
AnswerRe: String Array in a struct [modified] Pin
sam#13-May-07 22:26
sam#13-May-07 22:26 
AnswerRe: String Array in a struct Pin
Vikram A Punathambekar13-May-07 22:30
Vikram A Punathambekar13-May-07 22:30 
GeneralRe: String Array in a struct Pin
JF201513-May-07 23:12
JF201513-May-07 23:12 
GeneralRe: String Array in a struct Pin
Christian Graus13-May-07 23:20
protectorChristian Graus13-May-07 23:20 
GeneralRe: String Array in a struct Pin
JF201513-May-07 23:25
JF201513-May-07 23:25 
GeneralRe: String Array in a struct Pin
Christian Graus13-May-07 23:42
protectorChristian Graus13-May-07 23:42 
GeneralRe: String Array in a struct Pin
Vikram A Punathambekar14-May-07 1:04
Vikram A Punathambekar14-May-07 1:04 
QuestionRegex match Pin
blackjack215013-May-07 21:29
blackjack215013-May-07 21:29 
AnswerRe: Regex match Pin
CPallini13-May-07 21:57
mveCPallini13-May-07 21:57 
GeneralRe: Regex match Pin
blackjack215014-May-07 0:42
blackjack215014-May-07 0:42 
GeneralRe: Regex match Pin
CPallini14-May-07 7:25
mveCPallini14-May-07 7:25 
AnswerRe: Regex match Pin
sam#13-May-07 21:58
sam#13-May-07 21:58 
QuestionTCP Client Persistent Conection Pin
SakthiSurya13-May-07 21:15
SakthiSurya13-May-07 21:15 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.