Hi Guys
please help me
i use girideview when i update data the dropdownlist of City update null in the value and not display as data bind value
below the code
DataSourceID="SqlDataSource2" DataTextField="City" DataValueField="City"
Width="90" Font-Size="Small" Font-Names="Calibri" >
ConnectionString="<%$ ConnectionStrings:Cash_PlanConn %>"
SelectCommand="SELECT City FROM RegionCity2 WHERE (Region = @Region)">
PropertyName="SelectedValue" Type="String" />
ControlToValidate="DropDownList5" Text="*Required" ForeColor="Red">
DataSourceID="SqlDataSource3" DataTextField="City" DataValueField="City"
Width="90" Font-Size="Small" Font-Names="Calibri">
ConnectionString="<%$ ConnectionStrings:Cash_PlanConn %>"
SelectCommand="SELECT City FROM RegionCity2 WHERE (Region = @Region)">
PropertyName="SelectedValue" Type="String" />
ControlToValidate="dd_City" Text="*Required" ForeColor="Red">
ERROR :
5 Replies
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.

Abdalla ElawadPosted Apr 25, 2017, 2:45 AM
Ramesh BarikPosted Apr 25, 2017, 2:11 AM
Abdalla ElawadPosted Apr 25, 2017, 2:03 AM
Ramesh BarikPosted Apr 24, 2017, 4:28 AM
Bryian TanPosted Apr 23, 2017, 2:58 PM