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
~797 People Reached
Favorite Tags
Member Avatar for beta911

I am doing the school project for ASP.net in Visual Basic and trying to do the updating through gridview but somehow doesn't work at all. Mind to help.....? [CODE]Dim ProductName, SupplierID As String Dim qty, price As Integer REM Dim key As Integer = GridView1.DataKeys.Item(e.RowIndex).Value Dim tb As TextBox tb …

Member Avatar for kvprajapati
0
74
Member Avatar for beta911

I really need help from you guys... my Insert statement doesn't work in C# but the Update statement was just fine. Possible to guide me on the delete statement as well? Here is my code: [CODE] string ConnectionString = @"Provider=Microsoft.Jet.OLEDB.4.0; Data Source=C:\\Inetpub\\wwwroot\\H1N1\\TTH H1N1\\TTH H1N1\\bin\\Debug\\H1N1.mdb"; OleDbConnection conn = new OleDbConnection(ConnectionString); OleDbCommand …

Member Avatar for beta911
0
723