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

C#

 
Questionhow to pass the values between the datagridview's in different pages Pin
Anjani Poornima25-Aug-09 0:20
Anjani Poornima25-Aug-09 0:20 
AnswerRe: how to pass the values between the datagridview's in different pages Pin
stancrm25-Aug-09 1:12
stancrm25-Aug-09 1:12 
GeneralRe: how to pass the values between the datagridview's in different pages Pin
DaveyM6925-Aug-09 2:53
professionalDaveyM6925-Aug-09 2:53 
GeneralRe: how to pass the values between the datagridview's in different pages Pin
Anjani Poornima25-Aug-09 3:05
Anjani Poornima25-Aug-09 3:05 
AnswerRe: how to pass the values between the datagridview's in different pages Pin
DaveyM6925-Aug-09 2:54
professionalDaveyM6925-Aug-09 2:54 
GeneralRe: how to pass the values between the datagridview's in different pages Pin
Anjani Poornima25-Aug-09 3:05
Anjani Poornima25-Aug-09 3:05 
Questionassign datatable to crystal report Pin
wasifmuneer25-Aug-09 0:18
wasifmuneer25-Aug-09 0:18 
AnswerRe: assign datatable to crystal report Pin
Adam R Harris25-Aug-09 4:59
Adam R Harris25-Aug-09 4:59 
You need to create a strongly typed DataSet in your project, one that represents the data schema from the stored procedure.

Then you need to base your report off the strongly typed DataSet.

Then just assign the DataSource property of the CrystalReport to the instance of the DataSet returned from your your stored procedure.

If at first you don't succeed ... post it on The Code Project and Pray.

Questionerror background image to a windows form Pin
praveenkumar_vittaboina24-Aug-09 23:35
praveenkumar_vittaboina24-Aug-09 23:35 
QuestionDynamic menu - display the appropritate page based upon menu item selected Pin
Punit Belani24-Aug-09 23:03
Punit Belani24-Aug-09 23:03 
Questionhow can i open an existing excel file as a new document. Pin
amit_8324-Aug-09 22:52
professionalamit_8324-Aug-09 22:52 
Questionnotifyicon help Pin
Erdinc2724-Aug-09 22:37
Erdinc2724-Aug-09 22:37 
AnswerRe: notifyicon help Pin
DaveyM6924-Aug-09 23:08
professionalDaveyM6924-Aug-09 23:08 
GeneralRe: notifyicon help Pin
Erdinc2724-Aug-09 23:37
Erdinc2724-Aug-09 23:37 
GeneralRe: notifyicon help Pin
Erdinc2729-Aug-09 0:56
Erdinc2729-Aug-09 0:56 
Questionam tryin to fill the dropdwn list from the database...but it is not displayin any values..plz help me Pin
ankitjain111024-Aug-09 22:37
ankitjain111024-Aug-09 22:37 
AnswerRe: am tryin to fill the dropdwn list from the database...but it is not displayin any values..plz help me Pin
Nagy Vilmos24-Aug-09 23:09
professionalNagy Vilmos24-Aug-09 23:09 
AnswerRe: am tryin to fill the dropdwn list from the database...but it is not displayin any values..plz help me Pin
Blue_Boy24-Aug-09 23:10
Blue_Boy24-Aug-09 23:10 
AnswerRe: am tryin to fill the dropdwn list from the database...but it is not displayin any values..plz help me Pin
ShineHu24-Aug-09 23:14
ShineHu24-Aug-09 23:14 
QuestionLaunch Browser and pass parameters. Pin
Member 232448324-Aug-09 22:21
Member 232448324-Aug-09 22:21 
AnswerRe: Launch Browser and pass parameters. Pin
Vikram A Punathambekar24-Aug-09 22:29
Vikram A Punathambekar24-Aug-09 22:29 
GeneralRe: Launch Browser and pass parameters. Pin
Member 232448324-Aug-09 22:39
Member 232448324-Aug-09 22:39 
GeneralRe: Launch Browser and pass parameters. Pin
Vikram A Punathambekar25-Aug-09 6:05
Vikram A Punathambekar25-Aug-09 6:05 
QuestionMouse move and Opacity Changed problem... Pin
TAFIN24-Aug-09 22:19
TAFIN24-Aug-09 22:19 
Questionhow to pass parameters to an xsd dataset Pin
Jacobus0124-Aug-09 22:12
Jacobus0124-Aug-09 22:12 

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.