display data of a datatable as a text of link button in a gride view.
-
hello every one .I have datatable which i assign as a source of grideview.Now i want bind column of that datatable with a link button which is inside the gride.Tell me the idea.
-
hello every one .I have datatable which i assign as a source of grideview.Now i want bind column of that datatable with a link button which is inside the gride.Tell me the idea.
What have you tried ? Do you know anything about what you're doing at all ? This is beyond trivial, I am sorry. Are you defining your own columns for the gridview, or are you just letting it autogenerate ? If you define your own columns, it's immediately apparent how to define one as a link.
Christian Graus Driven to the arms of OSX by Vista. Read my blog to find out how I've worked around bugs in Microsoft tools and frameworks.
-
hello every one .I have datatable which i assign as a source of grideview.Now i want bind column of that datatable with a link button which is inside the gride.Tell me the idea.
Are you using a Template column?Use Eval/Bind to Bind to the required column.
Arun Jacob http://codepronet.blogspot.com/
-
hello every one .I have datatable which i assign as a source of grideview.Now i want bind column of that datatable with a link button which is inside the gride.Tell me the idea.
You can set the autogeneratecolumns=false in gridview properties and then use template column to bind your columns need any clarification post me a message