my project contain on line of code as
int64 value=(int64)Gridview1.selectedvalue
which gives error as ..Invalid Operation Exception..can u pls help me in that..?
Try
Convert.ToInt64(Gridview1.SelectedValue);
© COPYRIGHT 2025 ASPSnippets.com ALL RIGHTS RESERVED.