How Can i use Gridview instead of textbox -


Can I use a Gradeview as a textbox? Actually, I want to show value from the database in the texbox in my project, but I want the user to click on the + button to add a text and add the notice I should do it with Gridview but I do not know really how? I work on ASP.NET and C #

You probably add rows in grid view Should be seen as the user clicks the button Your initial gridview must have a column with the text box.

Here's an example you can follow:

Comments

Popular posts from this blog

Out of index C/C++ -

regex - PatternSyntaxException: while using String.ReplaceAll function in java? -

objective c - how Set autolayout for multiple dynamic buttons and labells in iOS? -