Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

One application have three forms for registration .submit
button is at third form.after filling three forms only u
have to click submit button.After clicking the submit
button all the values in first,second& third form saved on
sql server.how to handle this situation .

Answer Posted / sujatha

Create One Class File add Property to set the values
like that
Public Class cls
Private _Customerid As String
Public Property Customerid() As String
Get
Return _Customerid
End Get
Set(ByVal Value As String)
_Customerid = Value
End Set
End Property
end class
in the coding side
we can create instance for that class assign the given
values
Public Install As New clsInstall
Install.Cutomerid= txtAddress.Text
we can assign all values in one class after that click
submit button we can get values from the class and store it
in sql server
Dim custmerid as string
customerid = Install.Address

Is This Answer Correct ?    8 Yes 3 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Define page output caching?

976


Can we override the enablepartialrendering property of the scriptmanager class?

1112


Can we create a multiple user simultaneously ?

1106


Where sessions are stored in asp.net?

987


What is asp.net file?

1171


Whats the difference between abstract factory pattern and factory pattern?

1008


How to implement form based authentication in asp.net application?

1101


Whta are the Various steps taken to optimize a web based application (caching, stored procedure etc.) ?

1015


Name the method that needs to be invoked on the dataadapter control to fill the generated dataset with data?

963


How to make paging concepts in datagrid in ASP.NET?

1010


How would ASP and ASP.NET applications run at the same time on the same server?

2485


Can we handle the error and redirect to some pages using web.config?

1607


What is a web api?

1039


Which method do you use to kill explicitly a users session?

1039


Which type if caching will be used if we want to cache the portion of a page instead of whole page?

906