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
Ranked #55.0K
~522 People Reached
Favorite Forums

2 Posted Topics

Member Avatar for dmizz002

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

Member Avatar for aspproject
0
183
Member Avatar for BilalAKhan

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 …

Member Avatar for nandey
0
339

The End.