Hai i am beginners in dotnet.I want to add toolbar in datagrid using vb.net and also add edit delete operation are done in datagrid. I need some suggestion abt this. Any one know send reply to me
User 2232424
Posts
-
how to add toolbars in datagrid? -
How to open word or notepad from the vb.net link? -
Diff between .dll and .exeClear and basic difference between .dll and .exe file? When the .dll and exe files are created? Anybody know the answer send me. aruljothi
-
Error while trying to run projectThe following error message is being displayed when i first started my asp.net application. So kinly help me with the solution. "Error while trying to run project.Unable to start debugging webserver.The server doesnot support debugging of asp.net or ATL server application.Run setup to install the visual studio.net server components. If set up has been run verify that the valid url has been specified. U may also want to refer the asp.net and ATL server debugging topic in the online documentation. Would u like to disable future attempts to debug asp.net projects for this projects." aruljothi
-
Datagrid -Last row always blank for add new recordHello, i am beginner in vb.net. I know well how to bind the data in a datagrid.Now i want to add a new record in to a table through datagrid thats why in my datagrid last row is always blank. How it is possible? How to enter new record in a datagrid? Any one know the solution help me. aruljothi
-
Adding items to DataGrid in runtimehello mam, Thanks for ur reply.i am a beginner in dotnet.i wud like to know about the data grid functionality.my requirement is i should be able to view the data in the datagrid from the database as well i want to enter new data in the same data grid to update my database.is this possible in vbdotnet and pls help me in getting things right. I have more datafields in a table and display that in a datagrid. Datafields are Empno as integer,empname as string thank u aruljothi
-
Adding items to DataGrid in runtimeI have one datagrid for fetch and display the values from the table. I need to adding items to datagrid at runtime using vb.net. I want the code. my code is Dim con As SqlClient.SqlConnection Dim Cmd As SqlClient.SqlCommand Dim da As SqlDataAdapter Dim ds As New DataSet Dim constring As String = "data source=ccs10; initial catalog=gcis;user id=jpa;password=jpa" Private Sub Btn_Raise_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Btn_Raise.Click Dim CoMm As String con = New SqlClient.SqlConnection(constring) cmd=new sqlclient.sqlcommend("Select * from Paperrfq") da = New SqlClient.SqlDataAdapter(cmd) da.Fill(ds, "paperrfq") DataGrid1.DataSource = ds.DefaultViewManager aruljothi