TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
Abdalla Elawad
NA
1k
214.3k
how to update column use as ID Control without save null
Jul 17 2017 3:11 AM
Hi Guys
Salam
I use gridview convert fields as template deal with specific table , generally i have dropdownlist as control id of other dropdownlist works good as ID but when we update its save null
please slove this my problem
thanks
Code Source :
SortExpression="First_Supervisor">
" autopostback="True" <="" div="">
DataSourceID="SqlDataSource4" DataTextField="EmpName"
DataValueField="EmpName">
ConnectionString="<%$ ConnectionStrings:Cash_PlanConne %>"
SelectCommand="select EmpName from EmployeesBasic2 where job='Custodian_1'">
">
_______________________________________________________________________
DataSourceID="SqlDataSource43" DataTextField="ID_Number" Width="110"
DataValueField="ID_Number">
ConnectionString="<%$ ConnectionStrings:Cash_PlanConne %>"
SelectCommand="SELECT [ID_Number] FROM [EmployeesBasic2] WHERE ([EmpName] = @EmpName)">
PropertyName="SelectedValue" Type="String" />
">
Thanks
Reply
Answers (
3
)
When to use the Task.Run and TaskFactory.StartNew()
how to insert rows in sql table