Click here to Skip to main content
15,885,216 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
what is the best way to design web Form to Insert,Update, Delete between grid view, DetailView, form View ,or simply Button and textbox .... pls

additional information copied from comment below
i use Gird-view to insert,update and delete record.. but i want to know is the grid-view is good to use insert record or the DeteilsView or simple From Design (use text-box and button).
Posted
Updated 3-Jan-14 23:55pm
v3

1 solution

Step 1) Do a little research. Google [^]is a good start point and helps finding good infos: Some examples:
www.asp.net/web-forms[^]
msdn[^]
Create Web Forms in Minutes with the New ASP.NET Form Layout Control[^]
http://www.w3schools.com/aspnet/aspnet_intro.asp[^]
Step 2) Start coding
Step 3) Compile and use the debug to solve little issues
Step 4) When you get a problem you don't know how to solve but at least you tried it, then come back and ask for something concrete with a snippet of the code giving problems

Sorry if this is not the answer you were looking for. But your question is a bit too wide to be answered at the "Quick" Answers. It is better and you get faster help if you make 10 concrete questions about concrete problems, than a big question about a "how-to guide"


I would recommend you to read following links as well, so you can improve your future questions
What have you tried?[^]
How to ask a question?[^]
Some guidelines for posting questions in the forums[^]
code snippet[^]

Most important goal here is to learn and help learning. You are supposed to try it on your own, and come here when you got stuck with something, with a concrete question about your code, design, etc. Giving you a ready-to-go solution is something that will solve your actual "problem", but actually will harm you more, because you won't learn anything and the next project will very probably be more difficult than before (your teacher, your boss or whoever gives you the requirements will erroneusly think you can do it and go to the next step)
 
Share this answer
 
v3
Comments
Karthik_Mahalingam 4-Jan-14 5:52am    
5, very good reply..
Nelek 4-Jan-14 5:58am    
Thank you
dhiraj mane 4-Jan-14 5:53am    
Thanks Nelek.. i use Gird-view to insert,update and delete record.. but i want to know is the grid-view is good to use insert record or the DeteilsView or simple From Design (use text-box and button).
Nelek 4-Jan-14 5:58am    
Then... why didn't you ask it? We can not read minds or do astral projections to see your monitor. If you need help, you should explain your problem in such a way, that all the users of CP can understand what you need. Otherwise, it will be very difficult to help you.

You can use the "improve question" to add relevant / additional information or a piece of code envolved to the problem. (As I have done with your comment)

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