Click here to Skip to main content
15,910,661 members
Home / Discussions / C#
   

C#

 
AnswerRe: Erro wen sql server table has a empty value Pin
Pete O'Hanlon18-Nov-07 10:58
mvePete O'Hanlon18-Nov-07 10:58 
GeneralRe: Erro wen sql server table has a empty value Pin
NewToAspDotNet18-Nov-07 11:08
NewToAspDotNet18-Nov-07 11:08 
GeneralRe: Erro wen sql server table has a empty value Pin
Malcolm Smart18-Nov-07 11:38
Malcolm Smart18-Nov-07 11:38 
GeneralRe: Erro wen sql server table has a empty value Pin
echuck6618-Nov-07 15:35
echuck6618-Nov-07 15:35 
GeneralRe: Erro wen sql server table has a empty value Pin
Luis Alonso Ramos18-Nov-07 16:13
Luis Alonso Ramos18-Nov-07 16:13 
GeneralRe: Erro wen sql server table has a empty value Pin
Vasudevan Deepak Kumar18-Nov-07 17:29
Vasudevan Deepak Kumar18-Nov-07 17:29 
AnswerRe: Erro wen sql server table has a empty value Pin
Christian Graus18-Nov-07 11:37
protectorChristian Graus18-Nov-07 11:37 
QuestionPrevent DataGridView to populate rows at designtime [modified] Pin
Fayu18-Nov-07 9:46
Fayu18-Nov-07 9:46 
I have a class that inherits from the datagridview component and within this class i am setting the datasource. My problem isthat the datasource is very large and i get a System.OutOfMemory Exception. I want to prevent the rows from populating at designtime. My code is below:

<br />
    public class MembersView:DataGridView<br />
    {<br />
        public MembersView()<br />
        {<br />
           this.DataSource = Customer.Instance.GetAllCustomers();<br />
        }<br />
    }<br />


I still want the designer to show my the columns. Ay suggestions?


-- modified at 16:02 Sunday 18th November, 2007
AnswerRe: Prevent DataGridView to populate rows at designtime Pin
Not Active18-Nov-07 10:04
mentorNot Active18-Nov-07 10:04 
QuestionStrongNameIdentityPermission - SNIP Pin
ekynox18-Nov-07 9:25
ekynox18-Nov-07 9:25 
QuestionHow to show Bitmap Pin
dataminers18-Nov-07 9:12
dataminers18-Nov-07 9:12 
AnswerRe: How to show Bitmap Pin
Not Active18-Nov-07 9:52
mentorNot Active18-Nov-07 9:52 
AnswerRe: How to show Bitmap Pin
Guffa18-Nov-07 10:00
Guffa18-Nov-07 10:00 
GeneralRe: How to show Bitmap Pin
dataminers18-Nov-07 10:06
dataminers18-Nov-07 10:06 
AnswerRe: How to show Bitmap Pin
Guffa18-Nov-07 11:23
Guffa18-Nov-07 11:23 
GeneralRe: How to show Bitmap Pin
Christian Graus18-Nov-07 11:35
protectorChristian Graus18-Nov-07 11:35 
GeneralRe: How to show Bitmap Pin
dataminers18-Nov-07 12:16
dataminers18-Nov-07 12:16 
GeneralRe: How to show Bitmap Pin
Christian Graus18-Nov-07 12:45
protectorChristian Graus18-Nov-07 12:45 
GeneralRe: How to show Bitmap Pin
dataminers18-Nov-07 10:17
dataminers18-Nov-07 10:17 
GeneralRe: How to show Bitmap Pin
Christian Graus18-Nov-07 11:35
protectorChristian Graus18-Nov-07 11:35 
GeneralRe: How to show Bitmap Pin
Guffa18-Nov-07 15:33
Guffa18-Nov-07 15:33 
QuestionWhat would be the proper way to comment within this code? Pin
cmh62318-Nov-07 8:46
cmh62318-Nov-07 8:46 
AnswerRe: What would be the proper way to comment within this code? Pin
mav.northwind18-Nov-07 8:50
mav.northwind18-Nov-07 8:50 
AnswerRe: What would be the proper way to comment within this code? Pin
Luc Pattyn18-Nov-07 11:09
sitebuilderLuc Pattyn18-Nov-07 11:09 
AnswerRe: What would be the proper way to comment within this code? Pin
echuck6618-Nov-07 15:44
echuck6618-Nov-07 15:44 

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.