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
Ranked #4K
~6K People Reached
Favorite Forums

10 Posted Topics

Member Avatar for Proctor

Proctor, DataGridView doesn't allow to change type of Column once it defined. you just try this code DataGridView1.Columns.Remove(DataGridView1.Columns(0)) dim cbn as New DataGridViewComboBoxColumn With cbn .DataSource = myDS.Tables("tblColors") .DisplayMember = "Color" .ValueMember = "ColorId" End With DataGridView1.Columns.Insert(0, cbn) Regards Warun

Member Avatar for Senthil Nellai
0
5K
Member Avatar for Clawsy
Member Avatar for warun

Dear All can we filter subset of DataSet.Table row collection in ADO.Net. Early days adodb's recordset was providing Filter method to get subset of its records, but i couldn't find a similar option in ado.net. thanks in advance and looking for your immediate suggestions Warun

Member Avatar for doleh
0
162
Member Avatar for kavithabhaskar
Member Avatar for warun

Dear All, Which is the best tool to develop an CHM model help program, which will take data from a backend database and display in a manner like history of business discussion among a group of personnels. there should be some display picture for each personnel and their comment would …

Member Avatar for warun
0
80
Member Avatar for warun

Dear Friends DataView is pouplated from an oracle database table and when i tried to Filter records which has been created in between two dates gives me misguiding rows. I have tried with different date format, still getting wrong information. [code] Dim dt as New DataSet, dv as New DataView …

0
68
Member Avatar for warun

Dear All, Which is the best pratice to handle a Nullable Date Field with DateTimePicker control. From my previous experience i learned that we could not show Null in datetimepicker control, i used to fix this problem with IIF function. can anyone help me out to solve this problem in …

0
127
Member Avatar for warun

Dear All, i have been working on a DataGridView for quite few days. Now its comes that a particular column has to show user name in display and in internal it should return user id. DataGridView is populated from a DataSource which will only supply user id. anybody knows there …

Member Avatar for warun
0
97
Member Avatar for warun

dear all, i have few question on combo box provided in vb.net. 1) can we show multicolumns in combox dropdown list ? 2) is there any provision to add picture in combo box list item ? 3) can we disable/enable individual item in drop down list ? thanks Warun

Member Avatar for warun
0
105
Member Avatar for warun

Hey Geeks. I'm happy to be a memeber of DaniWeb. Presently working in VB.NET and like to concentrate on ASP.NET

Member Avatar for selfhelpebooks
0
41

The End.