Click here to Skip to main content
15,887,945 members

Comments by SarveshShukla (Top 16 by date)

SarveshShukla 8-Jan-14 3:50am View    
There are already tons of article available on internet.Liitle googling will be of help.
SarveshShukla 7-Jan-14 5:15am View    
the syntax i mentioned is of c#
SarveshShukla 3-Jan-14 2:08am View    
This will give you the id
var x = dt.AsEnumerable().Where(dr => dr.Field("P") == id)
.Select(dr => dr.id).First();
SarveshShukla 3-Jan-14 1:37am View    
I think you need to provide credentials again as these credentials need to be sent in SOAP and when you are creating new proxy object there are no crdentials hence you are asked for the credentials.
SarveshShukla 31-Dec-13 4:02am View    
Deleted
it seems that you are initiating post request to the second page causing IsPostBack property to true