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
Mehboob Ali
NA
25
3k
SQL Server Query in C#
Mar 16 2016 5:32 PM
private void textBox10_TextChanged(object sender, EventArgs e)
{
SqlConnection cn = new SqlConnection("....");
SqlDataAdapter da = new SqlDataAdapter("Select * from admission where stenroll like '" + textBox1.Text + "%' or stname like '" + textBox10.Text+ "%' or fname like '" + textBox3.Text + "%' or gender like '" + comboBox1.SelectedValue.ToString() + "%' ", cn);
DataTable tbl = new DataTable()
I dont whats is wrong.
Reply
Answers (
1
)
ruler control
gridview textbox insert value after refresh label value