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

C#

 
GeneralRe: Custom form? Pin
Christian Graus30-Sep-07 14:09
protectorChristian Graus30-Sep-07 14:09 
GeneralRe: Custom form? Pin
Dave Kreskowiak30-Sep-07 15:34
mveDave Kreskowiak30-Sep-07 15:34 
GeneralRe: Custom form? Pin
Christian Graus30-Sep-07 21:02
protectorChristian Graus30-Sep-07 21:02 
GeneralRe: Custom form? Pin
MasterSharp1-Oct-07 10:52
MasterSharp1-Oct-07 10:52 
GeneralRe: Custom form? Pin
Dave Kreskowiak1-Oct-07 17:21
mveDave Kreskowiak1-Oct-07 17:21 
Questionurgent Problem in using typed dataset Pin
Shuaib wasif khan30-Sep-07 10:28
Shuaib wasif khan30-Sep-07 10:28 
AnswerRe: urgent Problem in using typed dataset Pin
ESTAN30-Sep-07 10:45
ESTAN30-Sep-07 10:45 
GeneralRe: urgent Problem in using typed dataset Pin
Shuaib wasif khan30-Sep-07 11:28
Shuaib wasif khan30-Sep-07 11:28 
my code are
SqlConnection cn=new SqlConnection(ConfigurationSettings.AppSettings["con"]);
SqlDataAdapter ad=new SqlDataAdapter("select * from printfees ",cn);

fees dt=new fees();
//fees is the name of typed dataset
ad.Fill(dt);
CrystalReport2 crv1=new CrystalReport2();
crv1.SetDataSource(dt);




crv1.RecordSelectionFormula="{printfees.registrationnumber}= '"+txtregistration.Text+"' ";//and {printfees.feesofmonth}='"+txtmonth.Text+"' and {printfees.session}='"+txtsession.Text+"' ";
CrystalReportViewer1.ReportSource = crv1;

GeneralRe: urgent Problem in using typed dataset Pin
darkelv30-Sep-07 17:28
darkelv30-Sep-07 17:28 
Questionbuild in control Pin
hcapri30-Sep-07 7:29
hcapri30-Sep-07 7:29 
AnswerRe: build in control Pin
Kristian Sixhøj30-Sep-07 7:34
Kristian Sixhøj30-Sep-07 7:34 
AnswerRe: build in control Pin
Malcolm Smart30-Sep-07 7:35
Malcolm Smart30-Sep-07 7:35 
GeneralRe: build in control Pin
Scott Dorman30-Sep-07 8:16
professionalScott Dorman30-Sep-07 8:16 
Questionhow use it Pin
hcapri30-Sep-07 7:17
hcapri30-Sep-07 7:17 
AnswerRe: how use it Pin
ESTAN30-Sep-07 10:22
ESTAN30-Sep-07 10:22 
AnswerRe: how use it Pin
Christian Graus30-Sep-07 12:26
protectorChristian Graus30-Sep-07 12:26 
AnswerRe: how use it Pin
Paul Conrad30-Sep-07 13:09
professionalPaul Conrad30-Sep-07 13:09 
Questionwho is better Pin
hcapri30-Sep-07 7:12
hcapri30-Sep-07 7:12 
AnswerRe: who is better Pin
ESTAN30-Sep-07 10:21
ESTAN30-Sep-07 10:21 
Questionword Pin
hcapri30-Sep-07 7:08
hcapri30-Sep-07 7:08 
AnswerRe: word Pin
ESTAN30-Sep-07 10:24
ESTAN30-Sep-07 10:24 
AnswerRe: word Pin
Paul Conrad30-Sep-07 13:08
professionalPaul Conrad30-Sep-07 13:08 
Questionsave Pin
Assaf8230-Sep-07 4:43
Assaf8230-Sep-07 4:43 
AnswerRe: save Pin
Lutosław30-Sep-07 5:38
Lutosław30-Sep-07 5:38 
GeneralRe: save Pin
Assaf8230-Sep-07 9:23
Assaf8230-Sep-07 9:23 

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.