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
Ranked #55.0K
2 Posted Topics
Hi Create a new class form and put App_code directory . Write valid function and use as a global function any where in form A. nandey
Hi Use this code Protected Sub RegisterButton_Click(ByVal sender As Object, ByVal e As System.EventArgs) Handles RegisterButton.Click If FirstNameText.Text = "" Or LastNameText.Text = "" Or EmailAddressText.Text = "" Or GenderList.SelectedIndex = False Then Error1Label.Text = "Please fill in all the fields above." End If Dim connectionstring As String = WebConfigurationManager.ConnectionStrings("Register").ConnectionString …
The End.
nandey