Click here to Skip to main content
15,891,976 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: how to send mail with out spam Pin
sugunavathysubramanian14-Jul-08 22:36
sugunavathysubramanian14-Jul-08 22:36 
GeneralRe: how to send mail with out spam Pin
eyeseetee14-Jul-08 23:57
eyeseetee14-Jul-08 23:57 
GeneralRe: how to send mail with out spam Pin
sugunavathysubramanian15-Jul-08 0:47
sugunavathysubramanian15-Jul-08 0:47 
QuestionHow to implement hash table functionality in c# Pin
sri_009914-Jul-08 20:34
sri_009914-Jul-08 20:34 
AnswerRe: How to implement hash table functionality in c# Pin
Piyush Vardhan Singh14-Jul-08 20:57
Piyush Vardhan Singh14-Jul-08 20:57 
GeneralRe: How to implement hash table functionality in c# Pin
sri_009914-Jul-08 21:26
sri_009914-Jul-08 21:26 
GeneralRe: How to implement hash table functionality in c# Pin
Guffa14-Jul-08 21:55
Guffa14-Jul-08 21:55 
AnswerRe: How to implement hash table functionality in c# Pin
Guffa14-Jul-08 21:52
Guffa14-Jul-08 21:52 
Use a Dictionary<Key,Value>.

Example:

Dictionary<string, string> test = new Dictionary<string, string>();<br />
test.Add("answer", "42");<br />
string answer = test["answer"];


Despite everything, the person most likely to be fooling you next is yourself.

Questionuser from (Domain Users) group in Active directory Pin
Piyush Vardhan Singh14-Jul-08 20:31
Piyush Vardhan Singh14-Jul-08 20:31 
QuestionHow to create our own appointment template in aspxschedular Pin
sri_009914-Jul-08 20:31
sri_009914-Jul-08 20:31 
QuestionThumnail Viewver Pin
sjs4u14-Jul-08 20:20
sjs4u14-Jul-08 20:20 
AnswerRe: Thumnail Viewver Pin
_AK_14-Jul-08 20:26
_AK_14-Jul-08 20:26 
GeneralRe: Thumnail Viewver [modified] Pin
sjs4u14-Jul-08 20:30
sjs4u14-Jul-08 20:30 
GeneralRe: Thumnail Viewver Pin
eyeseetee14-Jul-08 21:26
eyeseetee14-Jul-08 21:26 
GeneralRe: Thumnail Viewver Pin
sjs4u14-Jul-08 21:46
sjs4u14-Jul-08 21:46 
GeneralRe: Thumnail Viewver Pin
_AK_15-Jul-08 0:40
_AK_15-Jul-08 0:40 
AnswerRe: Thumnail Viewver [modified] Pin
raushan_914-Jul-08 21:40
raushan_914-Jul-08 21:40 
GeneralRe: Thumnail Viewver Pin
sjs4u14-Jul-08 21:53
sjs4u14-Jul-08 21:53 
GeneralRe: Thumnail Viewver Pin
raushan_914-Jul-08 22:02
raushan_914-Jul-08 22:02 
QuestionHow to get the current time of UK from US time using c# [modified] Pin
G Nathan14-Jul-08 20:02
G Nathan14-Jul-08 20:02 
AnswerRe: How to get the current time of UK from US time using c# Pin
eyeseetee14-Jul-08 21:31
eyeseetee14-Jul-08 21:31 
Questionhow to remove System.InvalidCastException error? Pin
sathyan_829414-Jul-08 20:01
sathyan_829414-Jul-08 20:01 
AnswerRe: how to remove System.InvalidCastException error? Pin
firozu15-Jul-08 1:31
firozu15-Jul-08 1:31 
Questionhow to remove this error? Pin
sathyan_829414-Jul-08 19:37
sathyan_829414-Jul-08 19:37 
AnswerRe: how to remove this error? Pin
Herman<T>.Instance14-Jul-08 19:44
Herman<T>.Instance14-Jul-08 19:44 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.