Click here to Skip to main content
16,005,339 members
Home / Discussions / Windows Forms
   

Windows Forms

 
AnswerRe: How to implement an intellisense style popup window? Pin
Shameel19-Oct-09 0:47
professionalShameel19-Oct-09 0:47 
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 
Hello Henry,

I am using DataGridView and bind it with DataTable.
Error Description:

DataGridView column bound to a read-only field must have ReadOnly set to True.

above error comes on this statement:
GV.Columns(e.ColumnIndex).ReadOnly = False


==================other error:============
this error occur on :

GV.Rows(e.RowIndex).Cells(e.ColumnIndex).ReadOnly = False
GV.Rows(e.RowIndex).Cells(e.ColumnIndex).Value = "text"

DataGridView Default Error Dialog

The following exceptions occurred in the DataGridView

System.Data.ReadOnlyException: Column 'Status' is Read only

at System.Data.Datarow.set_Item(DataColumn column, Object value)

at System.Data.DatarowView.SetColumnValue(DataColumn Column, Object value)

at System.Data.DataColumnPropertyDescriptor.SetValue(Object Component, Object value)

at System.Windows.Forms.DataGridView.DataGridViewDataConnection.PushValue(Int32BoundColumnIndex,

Int32 columnIndex, Int32 rowIndex, Object value)

To replace this default dialog please handle the DataError event


Regards
Rahul

rahul saini

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 
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 

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.