Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~572 People Reached
Favorite Forums
Member Avatar for erdinc27

hi guys..i have a bound datagridview..and i wrote that code to trigger when the cell content is changed [CODE] private void datagridview1_CellValueChanged(object sender, DataGridViewCellEventArgs e) { MessageBox.Show("Content Has Changed"); }[/CODE] but it is fired 7 or 8 times when the form is loaded and it is fired again whenever i …

Member Avatar for Mitja Bonca
0
137
Member Avatar for erdinc27

hey guys..i have some texts in my textbox and they are seperated by ',' it looks like 111,2222,3333,4444 all i want is to give link to these texts..for example if the user clicks 1111 then the site will be opened about it..if the user clicks the site will be opened …

Member Avatar for Fenrir()
0
68
Member Avatar for erdinc27

i fill my datatable with DataReader and i tie up that table to my datagridview as dataSource..i want to add one image column but when i added it my first column cant be seen how i will add it as last column in my datagridview??

Member Avatar for erdinc27
0
367