Hi Good Afternoon,
1)I need the help regarding, how to add(Insert) the NEW Record into the DataGrid at run time.
2)Without refreshing the webPage(ASP.NET),How can i get a record in Datagrid, which is newly Inserted into the table.
3)How do we know that, How many users are using our website at a particular time.
please answer these questions, with One example each.
Thanks In Advance,
Moni.
Loading
Ted VasilopoulosPosted May 14, 2007, 9:02 AM
1) be more specific if you need help.
(The datagrid is a very complex object, there have been books uppon books written for DataGrids. If you are trying to insert rows to the Datagrid i can tell you that you are not using it the right way. Try creating a DataTable which you then bind to a datagrid. DataTables are easier to manage, and once you update them, while bound to a Datagrid, you can see the changes straight away.)
2) be more specific if you need help.
3) TCP/IP is a disconnected architecture which means that there are no active/live connections to a remote server, ever... So the same goes for websites...