Question:

In asp.net how to create textbox, command button in datagrid control help me?

by  |  earlier

0 LIKES UnLike

In asp.net how to create textbox, command button in datagrid control help me?

 Tags:

   Report

2 ANSWERS


  1. if you are using asp.net 2.0, it is better to use a GridView instead of a DataGrid.

    With a DataGrid, you can add a template column. Here are some examples

    http://www.codeproject.com/KB/webforms/M...

    http://aspnet.4guysfromrolla.com/article...

    http://harishmvp.blogspot.com/2005/11/as...

    With a GridView you can use a template field. Here are some examples:

    http://msdn.microsoft.com/en-us/library/...

    http://msconline.maconstate.edu/tutorial...

    HOpe this helps.


  2. its simple, drag and drop ur controls from tool box,

    In tool box u have textbox,command button and datagrid .

Question Stats

Latest activity: earlier.
This question has 2 answers.

BECOME A GUIDE

Share your knowledge and help people by answering questions.