Click here to Skip to main content
15,901,373 members

Comments by IviKAZAZI (Top 38 by date)

IviKAZAZI 13-Jan-14 9:34am View    
Everything works fine on HTTP,also GET method on HTTPS. The only problem is POST on HTTPS (Method not allowed)
IviKAZAZI 5-Dec-13 6:01am View    
Creating the whole solution its not what i intended,but thats an option :)
IviKAZAZI 9-Sep-13 6:01am View    
U are right about the NULL, it returned no rows. But i resolved it just by executing the command with ExecuteNonQuery before i executeReader and it worked. Maby the problem is with some decalred sql variables on top of the query.
IviKAZAZI 4-Sep-13 11:05am View    
I solved it,the code was ok,i just addad a line of code cmd.ExecuteNonQuery(); before this line rdr = cmd.ExecuteReader(); and it worked. I dont know why this happend but its ok now. Hope this helps anyone else...
IviKAZAZI 26-Mar-13 7:19am View    
i cant really say where the error shows,cuz i cant debug the code at this moment. Maby i should flush the request and close it but there is no such propertie in mobile device project.