Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

~687 People Reached
Favorite Forums
Favorite Tags
Member Avatar for fawadkhalil

Hi all I have declared a Session variable in web handler i-e .ashx file like below [CODE] int SaleID; HttpContext.Current.Session["tempSaleID"] = SaleID; [/CODE] Now i want to remove this Session variable in class file i-e .cs In normal cases Session variable are removed using [CODE] Session.Remove("SaleID"); [/CODE] but in this …

Member Avatar for Cruize_Invades
0
100
Member Avatar for narendrajarad
Member Avatar for baladeveloper
Member Avatar for jesunatan

I want to connect mobile and server for my project help me the way to do that That is sending and receiving sms to server ..and storing it according to its field name im using asp.net (c#) and mssql

Member Avatar for narendrajarad
-2
31