Click here to Skip to main content
15,904,494 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hello,

I want to insert data into radgrid...
when i was debugging could see values in being stored in firstname and lastname..but couldn't see the data in grid after execution..i mean it not displaying in radgrid..



C#
try
               {

                   for (int i = 0; i < e.Commands[0].NewValues.Count; i++)
                   {
                       string lastname = e.Commands[0].NewValues["lastname"].ToString();
                       string firstname = e.Commands[0].NewValues["firstname"].ToString();


                   }

              }


Thank You
Posted
Updated 13-Mar-15 0:00am
v3
Comments
KaushalJB 13-Mar-15 6:05am    
Update your question with the html page code of your Telerik RadGrid.
Member 11148509 13-Mar-15 6:07am    
Sure but what is this connection with html?????can u please explain

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