Hi! I have InfoTable in MSSQL.
Id
|
LastName
|
Name
|
Birthday
|
Address
|
1
|
Pulodov
|
Rustam
|
22.12.1987
|
District Sino
|
2
|
Soliev
|
Firuzjon
|
16.06.1988
|
City Hisor
|
But I have two form in Asp.Net MainForm and RegisterForm. In registerform I have grid view for show infotable data. Now I want using two computer in first computer open registform and insert data. When I insert data from registform then show it data in grid view mainform. How I can do it?