how to fetch html id value in code behind c# page.NRnarasiman rao10yAsked Sep 15, 2016, 3:54 AM889Visual Basic .NET My code as follows style="float: left; width: 250px;" class="ms" title="Select Project">protected void ImgbtnExcelClick(object sender, ImageClickEventArgs e){ string projectid = this.ms.Value;} But when i run the above code shows error as follows Cannot create an object of type 'System.Boolean' from its string representation 'multiple' for the 'Multiple' property. The above error comes because this below line style="float: left; width: 250px;" class="ms" title="Select Project"> The error comes because of multiple = "mutiple" please help me . how to solve my error1 ReplyKnow the answer? Post it — somebody with the same question will find it here.Sign in to answer this questionIt is the same account you read, post and publish with — and you will come straight back to this page.Sign inCreate an accountJAJisny Av10y agoPosted Sep 15, 2016, 4:24 AMHi,Repalce multiple = "mutiple" with multiple="true" class="ms" title="Select Project" multiple="true">
JAJisny Av10y agoPosted Sep 15, 2016, 4:24 AMHi,Repalce multiple = "mutiple" with multiple="true" class="ms" title="Select Project" multiple="true">