Click here to Skip to main content
15,884,298 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hello everyone

I am the first time for using the asp.net.Please feel free for help me.

my problem is:

Now I want to use the gridview in asp.net that is the same datagridview in C# that we can add,delete,update in datagridview without connect with database.

In asp.net why it need to bind with database.

thank in advanced......
Posted

1 solution

asp is totally different from Winform application
asp gridview is just a html table designed by that component. because windows browser or any browser can display only the html kinda page.
Infact there is no point in changing the gridview content and also there is a thing in that
whatever you do in the client side will change once page is refreshed.
 
Share this answer
 
Comments
kornkimhour 12-Mar-14 21:38pm    
thank for help..
by the way do you have any comment if I want to create controls that end users want to use as datagridview as winform that easy for them to input data.

thank you...
AndrewCharlz 12-Mar-14 22:30pm    
U can use telerik or Obout suite etc there are many Ui controls like this using this u can almost make like winform control but with few restrictions. if u want u can give a try Telerik ajax controls. or even u can create ur own control using ajax.
kornkimhour 12-Mar-14 23:26pm    
can you give me an idea about create Control by ajax?
AndrewCharlz 12-Mar-14 23:34pm    
https://www.obout.com/ this comes out for free with restrictions and if you want to create ur own Ajax controls hav a look at http://www.w3schools.com/ajax/default.ASP

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