Ok, I figured it out. Default value for string size is 0, that's why empty strings were updated. I changed the size and now everything works fine :)
kascakm
Posts
-
Strings not updated in gridview -
Strings not updated in gridviewHi, I have problem with updating string values using GridView. After pressing edit button i insert new values into textboxes. But after update, updated are only columns, which are not string. String values become empty. Im using Oracle database. Here is relevant code fragment: Can anyone help me please?
-
Updating records from a detailsview not working asp.net 2Hi I have the same problem. I spent a lot of time trying to fix this but without any success. I added some bounded and template fields to detailsview, witch may caused the problem. If you find a solution, can you please share it with me? Thanks
-
DetailsView ItemUpdating event not firedHello, I have problem with ItemUpdating event. I create four bounded fields and one template field for DetailsView component dynamically in C# code. Edit and Insert button are automatically generated. The problem is that after clicking on Update button, ItemUpdating event is never fired. When i click on insert button ModeChanging event is fired but ItemUpdating not. I use sqlDataSource. Can someone help me please?