User-1929628483 posted
I don't understand why dataset vlues are changed at runtime?
proper sql >> SELECT * FROM TASK Where WhoType ='KİŞİ'
****************
wrong sql statement changed by ASP.NET >> SELECT * FROM TASK Where
WhoType ='KÃÃ"
does anybody have the same problem?
dataset .xss
***********************************************************************
<?
xml
version="1.0"
encoding="iso-8859-8"?>
<!--
<autogenerated>
This code was generated by a tool to store the dataset designer's layout information.
Changes to this file may cause incorrect behavior and will be lost if
the code is regenerated.
</autogenerated>
-->
<
DiagramLayout
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:xsd="http://www.w3.org/2001/XMLSchema"
ex:showrelationlabel="False"
ViewPortX="0"
ViewPortY="0"
xmlns:ex="urn:schemas-microsoft-com:xml-msdatasource-layout-extended"
xmlns="urn:schemas-microsoft-com:xml-msdatasource-layout">
<
Shapes>
<
Shape
ID="DesignTable:TASK"
ZOrder="1"
X="70"
Y="70"
Height="275"
Width="171"
AdapterExpanded="true"
DataTableExpanded="true"
OldAdapterHeight="0"
OldDataTableHeight="0"
SplitterPosition="228" />
</
Shapes>
<
Connectors />
</
DiagramLayout>
**************************************************************************
MyWebConfig
<?
xml
version="1.0"?>
<configuration>
<appSettings/>
<connectionStrings>
<add
name="KAHIN7ConnectionString"
connectionString="Data Source=backupserver;Initial Catalog=KAHIN7;Integrated Security=True"
providerName="System.Data.SqlClient"/>
</connectionStrings>
<system.web>
<compilation
debug="true"/>
<authentication
mode="Windows"/>
<globalization
requestEncoding="iso-8859-9"
responseEncoding="iso-8859-9"
fileEncoding="iso-8859-9"
culture="tr-TR"
uiCulture="tr-TR"
enableClientBasedCulture="false"
responseHeaderEncoding="iso-8859-9"
resourceProviderFactoryType=""
enableBestFitResponseEncoding="false"/>
</system.web>
</configuration>