Posts
 
Reputation
Joined
Last Seen
Strength to Increase Rep
+0
Strength to Decrease Rep
-0
0% Quality Score
Upvotes Received
0
Posts with Upvotes
0
Upvoting Members
0
Downvotes Received
1
Posts with Downvotes
1
Downvoting Members
1
1 Commented Post
0 Endorsements
Ranked #22.5K
Ranked #3K
~5K People Reached
Interests
Web Desing, Website Development, Software Development, Search Engine Optimization, Graphics Design,…
Favorite Tags
Member Avatar for ajinkya112

Hey Guys, I have a question... I want to display data from two different tables into a single datagrid view. Problem is i dnt wana join the tables. pls check this code [code]private void bindgrid() { SqlConnection con = new SqlConnection(connStr); con.Open(); str1 = "Select * from wcl_et "; str2 …

Member Avatar for mohammed_35
-2
4K
Member Avatar for rajeev_vlal

hey....frens can you help me. ..!! my frens and i were thinking if we should use grid view to get and display the blogs from the database...or if there is any other suggestion for us to do to get better result pliz do reply....help needed...

Member Avatar for danceo0
0
86
Member Avatar for ryathegr8

hi em doing BS.Software engineering, as its my last semester and want to take Final year project. em just confuse of what to take. i want to do something for my university but as i gone through my university systems they are hell complex. can anybudy suggest me. i want …

Member Avatar for ryathegr8
0
185
Member Avatar for ryathegr8

hi em doing BS.Software engineering, as its my last semester and want to take Final year project. em just confuse of what to take. i want to do something for my university but as i gone through my university systems they are hell complex. can anybudy suggest me. i want …

Member Avatar for ryathegr8
0
160
Member Avatar for abhi10kumar
Member Avatar for jay.gadhavi
0
178
Member Avatar for james6754

Hi everyone, I have asked something similar to this before. I understand how to use objects and what they do etc... What I am struggling to get my head around is WHAT an object actually is. I keep reading and reading but do not seem to be able to get …

Member Avatar for Momerath
0
139
Member Avatar for kevin025

I have a search button ..The result will be displayed in grid view if the button is pressed .. i am able to do it But now i want to do like this ..that is my grid view is only displaying the ResultId .. I want to display the ResultName …

Member Avatar for jay.gadhavi
0
71
Member Avatar for ajinkya112

i need to ask one more question.... [CODE]private void bbn_Click(object sender, EventArgs e) { OleDbDataAdapter ad; DataSet ds1 = new DataSet(); if (comboBox1.SelectedIndex == 0) { string str1 = "select * from '"+comboBox1.SelectedIndex+"'"; OleDbConnection conn1 = new OleDbConnection(str); ad = new OleDbDataAdapter(str1, conn1); ad.Fill(ds1); dataGridView1.DataSource = ds1.Tables[0].DefaultView;[/CODE] i want the …

Member Avatar for jay.gadhavi
0
129
Member Avatar for abelLazm

hello all i m working with datagridview in c# .... i have a checkboxcolumn in my datagridview..... the problem is that whenever i check the state of checkbox column in all the rows in order to perform any further operation the current row doesnt include in the checked rows although …

Member Avatar for jay.gadhavi
0
101