Click here to Skip to main content
15,909,591 members
Home / Discussions / C#
   

C#

 
AnswerRe: I cant Save Appconfig key!!! Pin
#realJSOP29-Dec-08 23:37
professional#realJSOP29-Dec-08 23:37 
AnswerRe: I cant Save Appconfig key!!! Pin
Mark Salsbery30-Dec-08 6:20
Mark Salsbery30-Dec-08 6:20 
QuestionWhen using reflection,how to get the field without creating a instance? Pin
Morven Huang29-Dec-08 19:58
Morven Huang29-Dec-08 19:58 
AnswerRe: When using reflection,how to get the field without creating a instance? Pin
N a v a n e e t h29-Dec-08 20:56
N a v a n e e t h29-Dec-08 20:56 
AnswerRe: When using reflection,how to get the field without creating a instance? Pin
Mark Churchill30-Dec-08 0:46
Mark Churchill30-Dec-08 0:46 
AnswerRe: When using reflection,how to get the field without creating a instance? Pin
Morven Huang3-Jan-09 16:20
Morven Huang3-Jan-09 16:20 
QuestionProblem with my numeric text box user control Pin
Anu Palavila29-Dec-08 19:25
Anu Palavila29-Dec-08 19:25 
QuestionHow to convert the code into C#, windows application Pin
Syed Naushad S29-Dec-08 18:29
professionalSyed Naushad S29-Dec-08 18:29 
If InStr(sTotalRows, "TOP 100 PERCENT *", CompareMethod.Text) > 0 And Trim(sCondition = "") Then
'If db.Tables.Item(sTableName).Rows > 0 Then
db.Tables.Item(sTableName).ExportData(objBCPExport)
'End If
Else
Dim sSelectCommand As String = "select " + sTotalRows + " from " + sDatabaseName + ".." + sTableName
If Trim(sCondition) <> "" Then
sSelectCommand += " WHERE " + sCondition
End If
'Create a temporary view to hold data
Try
db.ExecuteImmediate("drop view Temp_View_For_Backup_001", SQLDMO.SQLDMO_EXEC_TYPE.SQLDMOExec_Default)
Catch
End Try
db.ExecuteImmediate("create view Temp_View_For_Backup_001 as " + sSelectCommand, SQLDMO.SQLDMO_EXEC_TYPE.SQLDMOExec_Default)
db.Views.Refresh()
'db.Views.Item("Temp_View_For_Backup_001").ExportData(objBCP)
'Export data to a file
db.Views.Item("Temp_View_For_Backup_001").ExportData(objBCPExport)
Try
db.ExecuteImmediate("drop view Temp_View_For_Backup_001", SQLDMO.SQLDMO_EXEC_TYPE.SQLDMOExec_Default)
Catch
End Try
End If
AnswerRe: How to convert the code into C#, windows application Pin
dan!sh 29-Dec-08 18:56
professional dan!sh 29-Dec-08 18:56 
AnswerRe: How to convert the code into C#, windows application Pin
Nouman Bhatti29-Dec-08 19:55
Nouman Bhatti29-Dec-08 19:55 
AnswerRe: How to convert the code into C#, windows application Pin
Vimalsoft(Pty) Ltd29-Dec-08 22:28
professionalVimalsoft(Pty) Ltd29-Dec-08 22:28 
Questionxml Pin
sevda2029-Dec-08 18:25
sevda2029-Dec-08 18:25 
AnswerRe: xml Pin
Lev Danielyan29-Dec-08 18:59
Lev Danielyan29-Dec-08 18:59 
AnswerRe: xml Pin
Nouman Bhatti29-Dec-08 19:56
Nouman Bhatti29-Dec-08 19:56 
QuestionEvent for controls thet added when runing program Pin
hamidhakimi29-Dec-08 17:51
hamidhakimi29-Dec-08 17:51 
AnswerRe: Event for controls thet added when runing program Pin
Nouman Bhatti29-Dec-08 20:58
Nouman Bhatti29-Dec-08 20:58 
QuestionCAML query for a SQL statement [modified] Pin
Red October 729-Dec-08 17:30
Red October 729-Dec-08 17:30 
QuestionXmlNode? Pin
dec8229-Dec-08 15:06
dec8229-Dec-08 15:06 
AnswerRe: XmlNode? Pin
Colin Angus Mackay29-Dec-08 15:09
Colin Angus Mackay29-Dec-08 15:09 
AnswerRe: XmlNode? Pin
dec8229-Dec-08 15:27
dec8229-Dec-08 15:27 
GeneralRe: XmlNode? Pin
Colin Angus Mackay29-Dec-08 15:32
Colin Angus Mackay29-Dec-08 15:32 
GeneralRe: XmlNode? Pin
vaghelabhavesh29-Dec-08 16:49
vaghelabhavesh29-Dec-08 16:49 
QuestionCubes Intersection Pin
Danimismo29-Dec-08 12:46
Danimismo29-Dec-08 12:46 
QuestionSaving hidden panel contents to an image - GDI+ Pin
eliohim200529-Dec-08 11:14
eliohim200529-Dec-08 11:14 
AnswerRe: Saving hidden panel contents to an image - GDI+ Pin
Dragonfly_Lee29-Dec-08 15:14
Dragonfly_Lee29-Dec-08 15:14 

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.