I am new in ASP.NET. I need example of ASP.NET application to do this:
1. I have SQLserver database
2. I show selected data in datagrid
3. I want to insert new data
4. I want to select row from datagrid and delete it
5. I want to edit selected row
I don't know the concept of web application. On one page I have the datagrid. Do I need another page for inserting and editing data, or I can do this on the same page. In my vb project I have on the same form one hidden frame and when I click Insert button frame becomes visible. Is it possible in ASP.NET?
Could you please show me some example?
Thanks in advance
1. I have SQLserver database
2. I show selected data in datagrid
3. I want to insert new data
4. I want to select row from datagrid and delete it
5. I want to edit selected row
I don't know the concept of web application. On one page I have the datagrid. Do I need another page for inserting and editing data, or I can do this on the same page. In my vb project I have on the same form one hidden frame and when I click Insert button frame becomes visible. Is it possible in ASP.NET?
Could you please show me some example?
Thanks in advance