Latest Answer : hitry the following code. if it not workk,plz let me knowDim datgrdtxt As New DataGridTextBoxColumnDim cmbRowCount as Integerdatgrdtxt = CType(dgrUserInfo.TableStyles(0).GridColumnStyles.Item(write column number where u want to have the drop down list), ...
How to assign and retrive values from array, arraylist dynamically........please see the questionWill enter the number of values to be inserted into array in one text boxex: n= txt_num.textand from another textbox I want to insert the 'n' values(ie varchar values)and then i want to retrive the values back such that i can use these values in select stmt of T-sql to retrive the data....and i want to display the data of all 'n' values in one table*here is the code.. for assigning
Pls tell me how can we increment current cell position for datagrid in vb .Net 2005.Its vb equivalent is msflexgrid.col = msflexgrid.col +1
Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click Dim strSql As String Dim i As Integer, totDay As Integer, j As Integer
How to assign DataReader to a Datagrid as a Datasource in Windows Application? If it is possible then how to do it in .Net 2008?