Click here to Skip to main content
15,900,907 members
Home / Discussions / Windows Forms
   

Windows Forms

 
GeneralRe: How to implement an intellisense style popup window? Pin
prabbit201021-Oct-09 0:14
prabbit201021-Oct-09 0:14 
QuestionDataGridView ScrollBars [solved] Pin
PIEBALDconsult23-Sep-09 14:47
mvePIEBALDconsult23-Sep-09 14:47 
QuestionWeird blue dots around the OvalShape Pin
lhyblue22-Sep-09 20:50
lhyblue22-Sep-09 20:50 
QuestionIssue in elementhost Pin
rajesh8522-Sep-09 0:25
rajesh8522-Sep-09 0:25 
QuestionHow to set cell value of datagridview on cell double click? Pin
monuSaini21-Sep-09 23:13
monuSaini21-Sep-09 23:13 
AnswerRe: How to set cell value of datagridview on cell double click? Pin
Henry Minute22-Sep-09 0:45
Henry Minute22-Sep-09 0:45 
GeneralRe: How to set cell value of datagridview on cell double click? Pin
monuSaini22-Sep-09 2:21
monuSaini22-Sep-09 2:21 
GeneralRe: How to set cell value of datagridview on cell double click? Pin
Henry Minute22-Sep-09 2:43
Henry Minute22-Sep-09 2:43 
then clearly the problem is that the column in the DataTable is readonly, so presumably it is in the underlying database. Trying to change the ReadOnly property in your DataGridView cannot possibly alter this.

You have to investigate, and find out why the underlying data is readonly. DataColumn has a ReadOnly property and maybe this is being set to true somewhere else in your code.

There are loads and loads of possible reasons, but from the error message, it clearly is not the DataGridView that is causing the problem.

Henry Minute

Do not read medical books! You could die of a misprint. - Mark Twain
Girl: (staring) "Why do you need an icy cucumber?"
“I want to report a fraud. The government is lying to us all.”

QuestionSaving image to sql server using vb.net Pin
nowords4u21-Sep-09 2:54
nowords4u21-Sep-09 2:54 
AnswerRe: Saving image to sql server using vb.net Pin
bluepoison21-Sep-09 3:21
bluepoison21-Sep-09 3:21 
GeneralRe: Saving image to sql server using vb.net Pin
dan!sh 21-Sep-09 23:12
professional dan!sh 21-Sep-09 23:12 
AnswerRe: Saving image to sql server using vb.net Pin
nowords4u22-Sep-09 10:04
nowords4u22-Sep-09 10:04 
QuestionMake Something Like the Visual Studio Start Page Pin
Brian C Hart18-Sep-09 12:47
professionalBrian C Hart18-Sep-09 12:47 
AnswerRe: Make Something Like the Visual Studio Start Page Pin
Luc Pattyn18-Sep-09 12:54
sitebuilderLuc Pattyn18-Sep-09 12:54 
QuestionRe: Make Something Like the Visual Studio Start Page Pin
Brian C Hart19-Sep-09 8:26
professionalBrian C Hart19-Sep-09 8:26 
AnswerRe: Make Something Like the Visual Studio Start Page Pin
Luc Pattyn19-Sep-09 8:57
sitebuilderLuc Pattyn19-Sep-09 8:57 
QuestionWebBrowser control stopped working Pin
Alan Burkhart17-Sep-09 5:22
Alan Burkhart17-Sep-09 5:22 
AnswerRe: WebBrowser control stopped working Pin
Luc Pattyn17-Sep-09 5:44
sitebuilderLuc Pattyn17-Sep-09 5:44 
GeneralRe: WebBrowser control stopped working Pin
Alan Burkhart17-Sep-09 15:09
Alan Burkhart17-Sep-09 15:09 
GeneralRe: WebBrowser control stopped working Pin
Luc Pattyn17-Sep-09 15:23
sitebuilderLuc Pattyn17-Sep-09 15:23 
GeneralRe: WebBrowser control stopped working Pin
Alan Burkhart17-Sep-09 15:56
Alan Burkhart17-Sep-09 15:56 
GeneralRe: WebBrowser control stopped working Pin
Luc Pattyn17-Sep-09 16:05
sitebuilderLuc Pattyn17-Sep-09 16:05 
GeneralRe: WebBrowser control stopped working Pin
Alan Burkhart17-Sep-09 16:38
Alan Burkhart17-Sep-09 16:38 
GeneralRe: WebBrowser control stopped working Pin
Luc Pattyn17-Sep-09 16:52
sitebuilderLuc Pattyn17-Sep-09 16:52 
GeneralRe: WebBrowser control stopped working Pin
Luc Pattyn17-Sep-09 16:56
sitebuilderLuc Pattyn17-Sep-09 16:56 

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.