No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
10 Posted Topics
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
I believe you should copy the interop file to [B]Bin[/B] directory.
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
Kukki, can you specify which line you are getting problem.
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 …
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 …
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 …
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 …
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
Hey Geeks. I'm happy to be a memeber of DaniWeb. Presently working in VB.NET and like to concentrate on ASP.NET
The End.
warun