Click here to Skip to main content
15,892,298 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
Hi! i am new to asp.net. I have used GridView in windows form application, How we can insert/add textbox and dropdownlist values into GridView on button click in asp.net webfroms application. I have searched the same but not yet able to find appropriate answer. thanks in advance
Posted
Updated 18-Jun-15 18:10pm
v2

1 solution

You cannot use any System.Windows or System.Windows.Forms controls in ASP.NET. You can easily understand why if you get some basic understanding how Web works.

—SA
 
Share this answer
 
v2

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900