Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
Ranked #72.7K
~582 People Reached
Favorite Forums
Favorite Tags
Member Avatar for S2009

Hi all, I am beginner learning ASP.NET with C# as the programming language. Currently I am working with HTTPSERVERUTILITY. I have created a web form named as Default.aspx and Default2.aspx: I have written the following coding : Default.aspx: In source view [code] <body> <form id="form1" runat="server"> <div> <asp:Button ID="Button1" runat="server" …

Member Avatar for ebookfinder
0
501
Member Avatar for coollife

Hi i am assigning binary value from sqltable to byte array The error i am getting is Cannot implicitly convert type 'System.Data.DataColumn' to 'byte[]' Byte[] bytes = (Byte[])ds.Tables["Photo_Det"].Columns["Photos"]);

Member Avatar for Ramesh S
0
81