473,756 Members | 5,955 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

msdata:ReadOnly ="true" ???

I have a textbox in an ItemTemplate of a grid I'm using to allow users to
change a value. I've done it a hundred times. In this project I have it
returns the original amount even though the user enters a revised value in
the textbox. the code is identical to my many working examples.

However, I notice that the xml dataset that the grid is binding from I am
using has msdata:ReadOnly ="true" generated in it. I can't see how or why
that got there. Anyone know?

Thanks,
G

Nov 19 '05 #1
2 1507
I think, your column is a unique autogenerated column like guid or intger.
And u set the column as identity column. Remove identity and re-generate
dataset. It should work

--
HTH

Thanks,
Yunus Emre ALPÖZEN
BSc, MCSD.NET

"G Dean Blake" <gb@nospam.co m> wrote in message
news:%2******** ********@TK2MSF TNGP12.phx.gbl. ..
I have a textbox in an ItemTemplate of a grid I'm using to allow users to
change a value. I've done it a hundred times. In this project I have it
returns the original amount even though the user enters a revised value in
the textbox. the code is identical to my many working examples.

However, I notice that the xml dataset that the grid is binding from I am
using has msdata:ReadOnly ="true" generated in it. I can't see how or why
that got there. Anyone know?

Thanks,
G


Nov 19 '05 #2
It's not an identity column in the table.
G

"Yunus Emre ALPÖZEN [MCSD.NET]" <yemre> wrote in message
news:Oh******** ******@TK2MSFTN GP12.phx.gbl...
I think, your column is a unique autogenerated column like guid or intger.
And u set the column as identity column. Remove identity and re-generate
dataset. It should work

--
HTH

Thanks,
Yunus Emre ALPÖZEN
BSc, MCSD.NET

"G Dean Blake" <gb@nospam.co m> wrote in message
news:%2******** ********@TK2MSF TNGP12.phx.gbl. ..
I have a textbox in an ItemTemplate of a grid I'm using to allow users to
change a value. I've done it a hundred times. In this project I have it
returns the original amount even though the user enters a revised value in
the textbox. the code is identical to my many working examples.

However, I notice that the xml dataset that the grid is binding from I am
using has msdata:ReadOnly ="true" generated in it. I can't see how or why
that got there. Anyone know?

Thanks,
G



Nov 19 '05 #3

This thread has been closed and replies have been disabled. Please start a new discussion.

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.