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
~640 People Reached
Favorite Forums
Favorite Tags
Member Avatar for MRAR

Hi i have a databounded datagridview and i want to add row number programmatically to it here is my code: DataGridViewColumn _c = new DataGridViewColumn(); DataGridViewCell cell = new DataGridViewTextBoxCell(); _c.CellTemplate = cell; _c.HeaderText = "ID"; _c.Name = "Num"; _c.DataPropertyName = "Num"; _c.ReadOnly = false; _c.Visible = true; dgv.Columns.Insert(0, _c); …

Member Avatar for MRAR
0
128
Member Avatar for MRAR

These are my prerequisites software: * Crystal Reports * SQL Server 2008 Express * Windows Installer 4.5 * .net Framework 4 full The problem is Crystal Reports installation is first and it needs Windows Installer 4.5 and the .net 4 Framework. So the order of prerequisites must be like this: …

Member Avatar for Daemon_CC
0
241
Member Avatar for MRAR

Hi there i want to know whats the difference b/w databanks like sql and our own text structure txt file that could easily store data even with less size than databanks. Of course i now sql is faster secure and much more but i can encrypt my data too and …

Member Avatar for KushMishra
0
271