| | |
binding datagrid dynamically with "add button"
Please support our ASP.NET advertiser: Intel Parallel Studio Home
![]() |
•
•
Join Date: Sep 2007
Posts: 28
Reputation:
Solved Threads: 0
hi all!
plz help me with this prblm of mine
I wish to bind a datagrid dynamically with access database , and at the same time it should contain "add", "delete" and "edit" buttons too
this can be done very simply in html if the table name is fixed.
but my prblm is that the tablename is to be specified in a textbox at run time...................!!!!!!
hence, i do not know the name or number of columns in advance.........................
Is this possible???????????
If yes, then plz reply...........
thanks in advance
plz help me with this prblm of mine
I wish to bind a datagrid dynamically with access database , and at the same time it should contain "add", "delete" and "edit" buttons too
this can be done very simply in html if the table name is fixed.
but my prblm is that the tablename is to be specified in a textbox at run time...................!!!!!!
hence, i do not know the name or number of columns in advance.........................
Is this possible???????????
If yes, then plz reply...........
thanks in advance
what query u r using to retrieve the table from database
u can achieve all the features of a gridview in server side same as client side,for ex
u can declare these on button click
u can achieve all the features of a gridview in server side same as client side,for ex
u can declare these on button click
ASP.NET Syntax (Toggle Plain Text)
displaygrid.autogeneratecolumns=false; displaygrid.datasource=tbl; displaygrid.databind();
Last edited by Tekmaven; Jul 24th, 2008 at 3:12 am. Reason: Code tags
![]() |
Other Threads in the ASP.NET Forum
- Previous Thread: how to add web page into web control library to make a dll in web page
- Next Thread: need help
| Thread Tools | Search this Thread |
.net 2.0 activexcontrol advice ajax alltypeofvideos application asp asp.net bc30451 bottomasp.net box browser button c# c#gridviewcolumn checkbox click commonfunctions confirmationcodegeneration css dataaccesslayer database datagridview datagridviewcheckbox datalist deadlock development dgv dropdownlist dynamically edit expose feedback fileuploader fill flash form formatdecimal forms formview grid gridview gudi homeedition hosting iframe iis javascript jquery listbox login microsoft mono mouse mssql multistepregistration news numerical objects opera panelmasterpagebuttoncontrols parent radio redirect registration relationaldatabases reportemail rotatepage save schoolproject search security select silverlight smartcard smoobjects software sql-server sqlserver2005 suse textbox tracking unauthorized validation vb.net video videos view virtualdirectory vista visualstudio web webapplications webdevelopemnt webprogramming webservice xml xsl youareanotmemberofthedebuggerusers





