Click here to Skip to main content
15,891,840 members
Home / Discussions / C#
   

C#

 
AnswerRe: sql connection pool feature Pin
Abhinav S10-Apr-10 5:43
Abhinav S10-Apr-10 5:43 
GeneralRe: sql connection pool feature Pin
teknolog12310-Apr-10 5:51
teknolog12310-Apr-10 5:51 
AnswerRe: sql connection pool feature Pin
PIEBALDconsult10-Apr-10 5:57
mvePIEBALDconsult10-Apr-10 5:57 
AnswerRe: sql connection pool feature Pin
Eddy Vluggen10-Apr-10 22:49
professionalEddy Vluggen10-Apr-10 22:49 
Questionsetting datasource of Grid View Problem Pin
shaina223110-Apr-10 2:07
shaina223110-Apr-10 2:07 
GeneralRe: setting datasource of Grid View Problem Pin
Khaniya10-Apr-10 2:38
professionalKhaniya10-Apr-10 2:38 
GeneralRe: setting datasource of Grid View Problem Pin
shaina223110-Apr-10 2:53
shaina223110-Apr-10 2:53 
AnswerRe: setting datasource of Grid View Problem Pin
Khaniya10-Apr-10 23:04
professionalKhaniya10-Apr-10 23:04 
shaina2231 wrote:
comboBox2.DataSource = ds.Tables["Country_Name"];


what is Country_Name ?

I think you have to use instead

comboBox2.DataSource = ds.Tables[0];


Smile | :)
Life's Like a mirror. Smile at it & it smiles back at you.- P Pilgrim
So Smile Please

QuestionError while uploading large file Pin
sjs4u9-Apr-10 20:16
sjs4u9-Apr-10 20:16 
AnswerRe: Error while uploading large file Pin
Not Active10-Apr-10 1:05
mentorNot Active10-Apr-10 1:05 
GeneralRe: Error while uploading large file [modified] Pin
sjs4u10-Apr-10 1:31
sjs4u10-Apr-10 1:31 
GeneralRe: Error while uploading large file Pin
Not Active10-Apr-10 2:02
mentorNot Active10-Apr-10 2:02 
GeneralRe: Error while uploading large file Pin
sjs4u10-Apr-10 2:14
sjs4u10-Apr-10 2:14 
GeneralRe: Error while uploading large file Pin
Not Active10-Apr-10 2:31
mentorNot Active10-Apr-10 2:31 
Questionhow to IF?! Pin
Jassim Rahma9-Apr-10 11:55
Jassim Rahma9-Apr-10 11:55 
AnswerRe: how to IF?! [modified] Pin
Luc Pattyn9-Apr-10 12:01
sitebuilderLuc Pattyn9-Apr-10 12:01 
GeneralRe: how to IF?! Pin
Jassim Rahma9-Apr-10 12:04
Jassim Rahma9-Apr-10 12:04 
GeneralRe: how to IF?! Pin
Migounette9-Apr-10 12:23
Migounette9-Apr-10 12:23 
GeneralRe: how to IF?! Pin
harold aptroot9-Apr-10 12:03
harold aptroot9-Apr-10 12:03 
GeneralRe: how to IF?! Pin
Jassim Rahma9-Apr-10 12:06
Jassim Rahma9-Apr-10 12:06 
GeneralRe: how to IF?! Pin
harold aptroot9-Apr-10 12:13
harold aptroot9-Apr-10 12:13 
GeneralRe: how to IF?! Pin
Jassim Rahma9-Apr-10 12:30
Jassim Rahma9-Apr-10 12:30 
GeneralRe: how to IF?! Pin
harold aptroot9-Apr-10 12:31
harold aptroot9-Apr-10 12:31 
GeneralRe: how to IF?! Pin
Jassim Rahma9-Apr-10 12:36
Jassim Rahma9-Apr-10 12:36 
AnswerRe: how to IF?! Pin
AspDotNetDev9-Apr-10 16:18
protectorAspDotNetDev9-Apr-10 16:18 

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.