Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Read Only Data Set?
Message
General information
Forum:
ASP.NET
Category:
The Mere Mortals .NET Framework
Miscellaneous
Thread ID:
00866225
Message ID:
00867249
Views:
15
Kevin, this all stems from the NewRow() in a GetEmptyxxxxx Dataset.

So it all goes back to that. I'll be focusing on that later today and on Fri at the clients again.

__Stephen

>Stephen,
>
>>// Get a DataSet containing all Page
>>dsGetTrans = oTrans.GetEmptyTrans();
>>dsGetTrans.Tables["deptran"].Rows[0]["tr_applpg"]=MmTextBox2.Text ;
>
>Somehow your tr_applpg column has been set to read only...This doesn't seem like anything at the framework level. Is tr_applpg a calculated column or is it populated directly from a database field?
>
>Regards,
Previous
Reply
Map
View

Click here to load this message in the networking platform