Click here to Skip to main content
15,949,686 members

Comments by AbidHussain128 (Top 16 by date)

AbidHussain128 25-Aug-15 0:46am View    
Hi,
At following line.
mycmdOptionPanel.Parameters.AddWithValue("@Device_name", "'"+LabelDeviceName.Text+"'");

Remove "'" when passing value.
Update line with:
mycmdOptionPanel.Parameters.AddWithValue("@Device_name", LabelDeviceName.Text);
AbidHussain128 1-Jan-15 5:02am View    
is xml you are downloading is service like web service? or it is actual xml file.
AbidHussain128 12-Jun-14 0:53am View    
Hi Suvabrata Roy,

I have created sample page. using MogoDB. going for load testing.
Thanks for your support.

+Abid
AbidHussain128 10-Jun-14 2:33am View    
Thanks Prasad
AbidHussain128 10-Jun-14 2:30am View    
Hi suvabrata Roy,

I need both things.
we are just analyzing right now. you can recommend me better solution for this.