Click here to Skip to main content
16,018,318 members

Comments by omar maher (Top 10 by date)

omar maher 14-Jul-20 4:17am View    
the problem was in my Client i tried to sent a diffrent type of object that i cast it in the service

this the wrong

response.getNewsResponseObject.Item = newsList;

this is true

response.getNewsResponseObject.Item = getNewsOutputStructure;

becouse in service i told it i will sent to you an

GetNewsOutputStructure object not List<newslistobject>

in service
[System.Xml.Serialization.XmlElementAttribute("getNewsResponseDetailObject", typeof(GetNewsOutputStructure), Form = System.Xml.Schema.XmlSchemaForm.Unqualified, Order = 0)]
omar maher 28-Apr-14 4:30am View    
i read this but i dont need to update any thing in this table just i want to prevent any one to read row i selected it
can i use exclusive block ??
omar maher 13-Feb-14 10:51am View    
i make some changes in my question
omar maher 4-Feb-14 10:37am View    
thank you thatraja
omar maher 9-Mar-13 14:43pm View    
i want to use time stamp to detramine to me service is running becase when pc shut down or fail i want the stamp stop to return value
becouse when time stamp stop to return value i waill switch to anther server to start service in it