Click here to Skip to main content
15,900,461 members
Home / Discussions / C#
   

C#

 
GeneralRe: panning and zooming Pin
Christian Graus17-Mar-08 18:58
protectorChristian Graus17-Mar-08 18:58 
GeneralRe: panning and zooming(attaching the code) Pin
B.rekha17-Mar-08 19:21
B.rekha17-Mar-08 19:21 
GeneralRe: panning and zooming(attaching the code) Pin
B.rekha17-Mar-08 19:22
B.rekha17-Mar-08 19:22 
GeneralRe: panning and zooming(attaching the code) Pin
Christian Graus17-Mar-08 19:34
protectorChristian Graus17-Mar-08 19:34 
GeneralRe: panning and zooming(attaching the code) Pin
B.rekha17-Mar-08 19:49
B.rekha17-Mar-08 19:49 
GeneralRe: panning and zooming(attaching the code) Pin
Christian Graus17-Mar-08 21:26
protectorChristian Graus17-Mar-08 21:26 
Questionhow to using C# winfrom to Refresh Database SQL Server ? Pin
vannetsoft17-Mar-08 17:20
vannetsoft17-Mar-08 17:20 
GeneralRun time declared DGV Pin
baranils17-Mar-08 12:31
baranils17-Mar-08 12:31 
Hello

I have the simple code bellow with 1 datatable and two dgv
one DGV is defined at runtime as show the other one is defined empty at design time the first does not fill the second yes

What can be the cause ?

      DataGridView tmpDGV = new DataGridView();<br />
<br />
      tmpDGV.DataSource = dt;<br />
      dgv_addr.DataSource = dt;


Thank you for any help
GeneralRe: Run time declared DGV Pin
Xmen Real 17-Mar-08 15:24
professional Xmen Real 17-Mar-08 15:24 
GeneralRe: Run time declared DGV Pin
baranils17-Mar-08 19:53
baranils17-Mar-08 19:53 
GeneralRe: Run time declared DGV Pin
baranils17-Mar-08 20:09
baranils17-Mar-08 20:09 
QuestionHow to retrieve selected value from list view? Pin
yuenli17-Mar-08 11:59
yuenli17-Mar-08 11:59 
AnswerRe: How to retrieve selected value from list view? Pin
mmikey717-Mar-08 13:51
mmikey717-Mar-08 13:51 
AnswerRe: How to retrieve selected value from list view? Pin
Xmen Real 17-Mar-08 15:28
professional Xmen Real 17-Mar-08 15:28 
GeneralArithmetic Problem Pin
CNewbie17-Mar-08 11:34
CNewbie17-Mar-08 11:34 
GeneralRe: Arithmetic Problem Pin
Luc Pattyn17-Mar-08 11:50
sitebuilderLuc Pattyn17-Mar-08 11:50 
GeneralRe: Arithmetic Problem Pin
mmikey717-Mar-08 13:26
mmikey717-Mar-08 13:26 
QuestionUDT - InvalidOperiationException: invalid Value for OracleObjectMappingAttribute Pin
faehne17-Mar-08 11:04
faehne17-Mar-08 11:04 
Questionwindows service using C# Pin
Knowledgestudent17-Mar-08 10:55
Knowledgestudent17-Mar-08 10:55 
GeneralRe: windows service using C# Pin
Mark J. Miller17-Mar-08 11:07
Mark J. Miller17-Mar-08 11:07 
GeneralRe: windows service using C# Pin
PIEBALDconsult17-Mar-08 12:15
mvePIEBALDconsult17-Mar-08 12:15 
QuestionRe: windows service using C# Pin
Knowledgestudent18-Mar-08 0:03
Knowledgestudent18-Mar-08 0:03 
GeneralRe: windows service using C# Pin
Stu Richardson18-Mar-08 2:50
Stu Richardson18-Mar-08 2:50 
QuestionRe: windows service using C# Pin
Knowledgestudent18-Mar-08 23:48
Knowledgestudent18-Mar-08 23:48 
GeneralRe: windows service using C# Pin
Stu Richardson19-Mar-08 0:19
Stu Richardson19-Mar-08 0:19 

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.