Click here to Skip to main content
15,889,684 members
Home / Discussions / C#
   

C#

 
QuestionSqlBulkCopy that can do UPDATE Pin
lakhwinder.ghuman5-May-09 22:00
lakhwinder.ghuman5-May-09 22:00 
AnswerRe: SqlBulkCopy that can do UPDATE Pin
Mycroft Holmes5-May-09 22:27
professionalMycroft Holmes5-May-09 22:27 
AnswerRe: SqlBulkCopy that can do UPDATE Pin
Member 33520014-Aug-10 21:47
Member 33520014-Aug-10 21:47 
QuestionHmm... External Methods? Pin
jas0n235-May-09 21:47
jas0n235-May-09 21:47 
AnswerRe: Hmm... External Methods? Pin
Pete O'Hanlon5-May-09 22:18
mvePete O'Hanlon5-May-09 22:18 
GeneralRe: Hmm... External Methods? Pin
jas0n236-May-09 0:45
jas0n236-May-09 0:45 
QuestionHow i use the connection string for making a connection object.. Pin
ddravin20005-May-09 21:33
ddravin20005-May-09 21:33 
AnswerRe: How i use the connection string for making a connection object.. Pin
Member 44703545-May-09 21:42
Member 44703545-May-09 21:42 
if your connection string is like this

add name="conn1" connectionString="string1"

ur access will be like this.

string conn = ConfigurationManager.ConnectionStrings[conn1].ConnectionString;
GeneralRe: How i use the connection string for making a connection object.. Pin
ddravin20005-May-09 21:54
ddravin20005-May-09 21:54 
AnswerRe: How i use the connection string for making a connection object.. Pin
Member 44703545-May-09 22:01
Member 44703545-May-09 22:01 
QuestionProblem with Datagrid Pin
yueru5-May-09 21:30
yueru5-May-09 21:30 
AnswerRe: Problem with Datagrid Pin
Mycroft Holmes5-May-09 21:34
professionalMycroft Holmes5-May-09 21:34 
GeneralRe: Problem with Datagrid Pin
yueru5-May-09 22:02
yueru5-May-09 22:02 
QuestionDebuging is not working in visual studio Pin
mahesvs5-May-09 21:18
mahesvs5-May-09 21:18 
AnswerRe: Debuging is not working in visual studio Pin
hongkunjiang5-May-09 21:27
hongkunjiang5-May-09 21:27 
GeneralRe: Debuging is not working in visual studio Pin
mahesvs5-May-09 21:32
mahesvs5-May-09 21:32 
AnswerRe: Debuging is not working in visual studio Pin
Nilesh Hapse5-May-09 21:28
Nilesh Hapse5-May-09 21:28 
GeneralRe: Debuging is not working in visual studio Pin
Mycroft Holmes5-May-09 21:30
professionalMycroft Holmes5-May-09 21:30 
GeneralRe: Debuging is not working in visual studio Pin
mahesvs5-May-09 21:33
mahesvs5-May-09 21:33 
QuestionChanging the icon of .exe file Pin
Rajdeep.NET is BACK5-May-09 21:00
Rajdeep.NET is BACK5-May-09 21:00 
AnswerRe: Changing the icon of .exe file Pin
Mycroft Holmes5-May-09 21:12
professionalMycroft Holmes5-May-09 21:12 
GeneralRe: Changing the icon of .exe file Pin
Rajdeep.NET is BACK5-May-09 22:45
Rajdeep.NET is BACK5-May-09 22:45 
GeneralRe: Changing the icon of .exe file Pin
Mycroft Holmes5-May-09 23:16
professionalMycroft Holmes5-May-09 23:16 
GeneralRe: Changing the icon of .exe file Pin
User 571511620-May-09 12:58
User 571511620-May-09 12:58 
GeneralRe: Changing the icon of .exe file Pin
Mycroft Holmes20-May-09 14:03
professionalMycroft Holmes20-May-09 14:03 

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.