gridview rowupdating in ascx file
ASP.NET
2
Posts
2
Posters
0
Views
1
Watching
-
Hello everyone, i have a gridview that call a rowupdating command in a ascx file. i added dropdownlist with postback but i'm getting a null values. i tried it in aspx file and its working. what could be the problem? Thanks in advance,
jyn
make sure your .ascx file page load contains
if (!IsPostBack)
{}and you are binding within it .