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
~828 People Reached
Favorite Forums
Favorite Tags
Member Avatar for krishnamurtrhy

Please help me... How to dynamically create image array and display images which is in folder. I tried this one but not displaying image. its simply printing text message that [B]System.Web.UI.WebControls.Image[/B] protected void Page_Load(object sender, EventArgs e) { Image[] image = new Image[25]; for (int i = 0; i < …

Member Avatar for dnanetwork
0
139
Member Avatar for krishnamurtrhy

Im receiving the above msg even after using MultipleActiveResultSets=True to connection string public partial class registration : System.Web.UI.UserControl { string gender; SqlCommand cmd = null; SqlConnection con = null; protected void Page_Load(object sender, EventArgs e) { con = new SqlConnection("Server=.; database=nkm; user id=sa; pwd=karthavya"); con.Open(); cmd = new SqlCommand(); cmd.Connection …

Member Avatar for Lusiphur
0
359
Member Avatar for krishnamurtrhy

Really Im getting very much confustion. I searched in net to get solution for the following msg. There is already an open DataReader associated with this Command which must be closed first. Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace …

Member Avatar for Lusiphur
0
209
Member Avatar for msamir

I want to craete session object in my application .please tell me how to create and use session object.

Member Avatar for krishnamurtrhy
0
121