hi ,
i am testing your grid and it look fantastic, but i am having big issue with Arabic text.
now let me explain, first of all in my DB fields i used the nvarchar for Unicode entries.
secondly onmy web page i added the following codeing guide
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head runat="server">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
</head>
now when i try to edit or add a new entry that has Arabic charterers i t inserts garbage these characters ?????
now if i enter these same values in sql server management they enter fine, they even show up in the grid fine.
plus sometimes when i want to update some record i get this error
System.Data.Linq.ChangeConflictException: Row not found or changed.
i enabled crud operations on linq data source plus i enabled automatic crud operations in the grid but still i get this error .
thx in advanced for help
i am testing your grid and it look fantastic, but i am having big issue with Arabic text.
now let me explain, first of all in my DB fields i used the nvarchar for Unicode entries.
secondly onmy web page i added the following codeing guide
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head runat="server">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
</head>
now when i try to edit or add a new entry that has Arabic charterers i t inserts garbage these characters ?????
now if i enter these same values in sql server management they enter fine, they even show up in the grid fine.
plus sometimes when i want to update some record i get this error
System.Data.Linq.ChangeConflictException: Row not found or changed.
i enabled crud operations on linq data source plus i enabled automatic crud operations in the grid but still i get this error .
thx in advanced for help