| | |
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 activexcontrol advice ajax alltypeofvideos appliances asp asp.net bc30451 beginner bottomasp.net box browser button c# c#gridviewcolumn cac checkbox click commonfunctions confirmationcodegeneration content courier css dataaccesslayer database datagridview datagridviewcheckbox datalist deadlock development dgv dialog dropdownlist dynamically edit expose fileuploader fill flash formatdecimal forms formview gridview gudi homeedition iframe iis javascript jquery listbox login microsoft mono mouse mssql multistepregistration news numerical objects opera panelmasterpagebuttoncontrols radio redirect registration relationaldatabases reportemail rotatepage save schoolproject search security sessionvariables silverlight smartcard smoobjects software sql-server sqlserver2005 suse textbox tracking treeview unauthorized validatedate validation vb.net video videos virtualdirectory vista visualstudio web webapplications webdevelopemnt webprogramming webservice xml xsl youareanotmemberofthedebuggerusers





