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
~3K People Reached
Favorite Tags

3 Posted Topics

Member Avatar for cali_dotcom

put the table in a form and only put the method example: <form name="Form1" method="POST"> and do not put any action and in the form put a submit button with name = "submit" that is how when submit button is pressed then the page will submit on herself

Member Avatar for jibon57
0
2K
Member Avatar for sarithak
Member Avatar for joe1987
0
144
Member Avatar for joe1987

Private Sub InsertDatabase() Dim rowaffected As Integer Dim SqlInsert As String Dim fname As String Dim mname As String Dim lname As String Dim ConnPPC As New System.Data.SqlServerCe.SqlCeConnection("Data Source =" + (System.IO.Path.GetDirectoryName(System.Reflection.Assembly.GetExecutingAssembly().GetName().CodeBase) + "\test.sdf;")) ConnPPC.Open() fname = Me.txtfname.Text mname = Me.txtmname.Text lname = Me.txtlname.Text Dim cmd As SqlCeCommand = ConnPPC.CreateCommand …

Member Avatar for kvprajapati
0
217

The End.