Dear All
I normally use this item command for enabling the editing through the Datalist control, right now i spend 4 hours because i didn't get why the itemcommand is not working when i click on the delete button under the Item template then i found the solution
I have done the stupid mistake
if (!IsPostBack)
{
// your loading function
}
else
{
// My silly mistake i reload the datalist so remove this from your code it will work fine
}
Regards
Rashid Imran Bilgrami
http://www.bestvisualization.com
I normally use this item command for enabling the editing through the Datalist control, right now i spend 4 hours because i didn't get why the itemcommand is not working when i click on the delete button under the Item template then i found the solution
I have done the stupid mistake
if (!IsPostBack)
{
// your loading function
}
else
{
// My silly mistake i reload the datalist so remove this from your code it will work fine
}
Regards
Rashid Imran Bilgrami
http://www.bestvisualization.com
Comments
Post a Comment
Thanks for the Comments , Your review will display soon