Click here to Skip to main content
16,021,293 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi all i am working on asp.net.
In my application i have to do insertion and updation operations on my tables
1.CountryMaster
(CountryID,CountryName,ContinentName,EffStartDate,EffEndDate,ModifiedBy,CreatedBy,FLAG)
2.StateMasater
(StateID,StateName,CountryID,EffStartDate,EffEndDate,ModifiedBy,CreatedBy,FLAG)

Now i want to do inserting & updating data to these tables from UI by creating web forms.
So to do this is it required to create 4 forms (frmInsertCountry.aspx,frmUpdateCountry.aspx,frmInsertState.aspx,frmUpdateState.aspx)

Is there any way to do this task in a single form??

Thanks

Rajjjj
Posted
Updated 21-Aug-11 18:31pm
v3

1 solution

Logically it should be placed in a single page.
You need to study the data bound controls in asp.net to understand how these things can be implemented in your project.

Start by searching MSDN or Google for 'data bound controls in asp.net'. that would be good to start. :thumbsup:
 
Share this answer
 
Comments
Sergey Alexandrovich Kryukov 22-Aug-11 1:15am    
My 5.
--SA
Ankur\m/ 22-Aug-11 1:41am    
Thank you, SA.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900