Click here to Skip to main content
15,888,401 members
Home / Discussions / C#
   

C#

 
Questionhow to convert a column in gridview to combobox after binding?? Pin
leeoze16-Sep-10 3:26
leeoze16-Sep-10 3:26 
Answerfound the answer :) Pin
leeoze16-Sep-10 3:43
leeoze16-Sep-10 3:43 
QuestionDatagridview returns wrong rownumber Pin
RobScripta16-Sep-10 3:09
professionalRobScripta16-Sep-10 3:09 
AnswerRe: Datagridview returns wrong rownumber Pin
PIEBALDconsult16-Sep-10 3:15
mvePIEBALDconsult16-Sep-10 3:15 
GeneralRe: Datagridview returns wrong rownumber Pin
RobScripta16-Sep-10 3:23
professionalRobScripta16-Sep-10 3:23 
AnswerRe: Datagridview returns wrong rownumber Pin
RobScripta16-Sep-10 4:10
professionalRobScripta16-Sep-10 4:10 
AnswerProblem solved Pin
RobScripta16-Sep-10 4:29
professionalRobScripta16-Sep-10 4:29 
QuestionC# Pin
arindam201016-Sep-10 1:23
arindam201016-Sep-10 1:23 
using System;
using System.Collections.Generic;
using System.Text;

namespace ConsoleApplication1
{
class A
{

}
class B:A
{

}
class c
{

static void Main(string[] args)
{
B obj1 = new A();
}
}
}




will it execute ?? and if not can anyone give me the exact answer ??? i am new to C#..!!
AnswerRe: C# Pin
OriginalGriff16-Sep-10 1:54
mveOriginalGriff16-Sep-10 1:54 
GeneralMessage Removed Pin
16-Sep-10 2:08
arindam201016-Sep-10 2:08 
GeneralRe: C# Pin
Not Active16-Sep-10 2:17
mentorNot Active16-Sep-10 2:17 
AnswerInterview question Pin
Not Active16-Sep-10 2:16
mentorNot Active16-Sep-10 2:16 
GeneralRe: Interview question Pin
Luc Pattyn16-Sep-10 2:25
sitebuilderLuc Pattyn16-Sep-10 2:25 
GeneralRe: Interview question Pin
Not Active16-Sep-10 2:59
mentorNot Active16-Sep-10 2:59 
AnswerRe: C# [modified] Pin
OriginalGriff16-Sep-10 5:19
mveOriginalGriff16-Sep-10 5:19 
GeneralRe: C# Pin
Chris Trelawny-Ross16-Sep-10 8:42
Chris Trelawny-Ross16-Sep-10 8:42 
GeneralRe: C# Pin
OriginalGriff16-Sep-10 8:50
mveOriginalGriff16-Sep-10 8:50 
GeneralRe: C# Pin
Pete O'Hanlon16-Sep-10 10:08
mvePete O'Hanlon16-Sep-10 10:08 
GeneralRe: C# Pin
OriginalGriff16-Sep-10 21:23
mveOriginalGriff16-Sep-10 21:23 
AnswerRe: C# Pin
#realJSOP16-Sep-10 23:36
mve#realJSOP16-Sep-10 23:36 
QuestionCreate XML using XSD Pin
NarVish15-Sep-10 23:36
NarVish15-Sep-10 23:36 
AnswerRe: Create XML using XSD Pin
Pete O'Hanlon16-Sep-10 1:31
mvePete O'Hanlon16-Sep-10 1:31 
GeneralRe: Create XML using XSD Pin
NarVish16-Sep-10 1:41
NarVish16-Sep-10 1:41 
GeneralRe: Create XML using XSD Pin
Pete O'Hanlon16-Sep-10 2:05
mvePete O'Hanlon16-Sep-10 2:05 
GeneralRe: Create XML using XSD Pin
NarVish16-Sep-10 2:36
NarVish16-Sep-10 2:36 

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.