Click here to Skip to main content
15,888,527 members
Home / Discussions / .NET (Core and Framework)
   

.NET (Core and Framework)

 
AnswerRe: Force TextBox to show cursor Pin
Arjun Marwaha30-Apr-08 7:44
Arjun Marwaha30-Apr-08 7:44 
QuestionSelect Statement Pin
Learning29-Apr-08 5:18
Learning29-Apr-08 5:18 
GeneralRe: Select Statement Pin
Mark J. Miller29-Apr-08 7:49
Mark J. Miller29-Apr-08 7:49 
GeneralRe: Select Statement Pin
Learning30-Apr-08 4:42
Learning30-Apr-08 4:42 
Questionunable to find a version of the runtime to run this application Pin
Muhammad Gouda28-Apr-08 22:28
Muhammad Gouda28-Apr-08 22:28 
AnswerRe: unable to find a version of the runtime to run this application Pin
Zoltan Balazs29-Apr-08 6:54
Zoltan Balazs29-Apr-08 6:54 
AnswerRe: unable to find a version of the runtime to run this application Pin
Muhammad Gouda30-Apr-08 1:41
Muhammad Gouda30-Apr-08 1:41 
GeneralDatagrid Pin
sabr4928-Apr-08 15:02
sabr4928-Apr-08 15:02 
I have a datagrid bound to a table in my database. I want one of the columns, which does not allow for nulls, to be filled with choices that I will supply beforehand. So I set up what was in this case the third column as a combobox and supplied it with my own list of values. Initially when the form loads, the values are displaying correctly (all rows have data in them) and I can select a value from the combobox, however, when I click off the row I keep getting an error saying datanonullallowedexception. All the rows appear to be filled. Is there a way for me to use the values that I am presupplying to be saved in that third field. (I know that a proper db schema would have parent-child tables for the column but for whatever reason I need to do it for the person this way.) The code I am using is simple for the the third column:

Me.DataGridViewTextBoxColumn3.DataSource = productsrows
Me.DataGridViewTextBoxColumn3.DisplayMember = "Product_SKU"

Any help is greatly appreciated.
GeneralApplication running slow Pin
Bad Programmer28-Apr-08 11:12
Bad Programmer28-Apr-08 11:12 
GeneralCross Post. Please ignore. Pin
Pete O'Hanlon29-Apr-08 1:29
mvePete O'Hanlon29-Apr-08 1:29 
QuestionStymied by interop Pin
Mark Schumann28-Apr-08 9:27
Mark Schumann28-Apr-08 9:27 
AnswerRe: Stymied by interop Pin
led mike28-Apr-08 9:30
led mike28-Apr-08 9:30 
QuestionRe: Stymied by interop Pin
Mark Schumann1-May-08 8:56
Mark Schumann1-May-08 8:56 
GeneralMake a CAB file for PocketPc2003 Pin
AlexB4728-Apr-08 4:02
AlexB4728-Apr-08 4:02 
GeneralCross Post. Please ignore Pin
Pete O'Hanlon28-Apr-08 21:59
mvePete O'Hanlon28-Apr-08 21:59 
GeneralApplication.Run() Parameters Pin
saneng28-Apr-08 3:08
saneng28-Apr-08 3:08 
GeneralDouble Post Pin
Giorgi Dalakishvili28-Apr-08 3:50
mentorGiorgi Dalakishvili28-Apr-08 3:50 
QuestionHow to write this code using IFileOperation for Vista Pin
Mustanseer M S28-Apr-08 0:31
Mustanseer M S28-Apr-08 0:31 
AnswerRe: How to write this code using IFileOperation for Vista Pin
Mike Dimmick28-Apr-08 3:00
Mike Dimmick28-Apr-08 3:00 
GeneralRe: How to write this code using IFileOperation for Vista Pin
Mustanseer M S28-Apr-08 3:42
Mustanseer M S28-Apr-08 3:42 
Generalabout PDB files Pin
sujithkumarsl27-Apr-08 18:28
sujithkumarsl27-Apr-08 18:28 
GeneralRe: about PDB files Pin
BJ Basañes27-Apr-08 19:28
BJ Basañes27-Apr-08 19:28 
GeneralRe: about PDB files Pin
sujithkumarsl27-Apr-08 20:15
sujithkumarsl27-Apr-08 20:15 
GeneralRe: about PDB files Pin
BJ Basañes27-Apr-08 22:03
BJ Basañes27-Apr-08 22:03 
GeneralRe: about PDB files Pin
sujithkumarsl27-Apr-08 22:28
sujithkumarsl27-Apr-08 22:28 

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.