Click here to Skip to main content
15,897,718 members

Comments by Arlert (Top 20 by date)

Arlert 25-Feb-15 11:30am View    
in richtextbox i will be able to apply alignment for whole paragraph, but with textbox such operation can not be done, no?
Arlert 21-Feb-15 15:17pm View    
if i set no action on update, the problem is still unresolved
Arlert 21-Feb-15 13:57pm View    
because if id will change, it must change on both tables
Arlert 8-Feb-15 16:03pm View    
i am doing a restful web service. i need to return user data in json. as i am using linq to sql class, i return auto-generated model. token data is also returning with user's one (because tables are related). i made an extension method, and when i need to return only user's data without token or etc, i call this method, where i set token as null. not a good practice, but for test is good.
Arlert 4-Jan-15 15:03pm View    
oh, man. thank you. also, had to send charset header = utf8.
p.s. without urlencode/urldecode it does not work