Click here to Skip to main content
15,895,799 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: MessageBox in ASP.Net,c# Pin
Christian Graus13-Apr-08 11:16
protectorChristian Graus13-Apr-08 11:16 
Questionasp.net Pin
harshil_searcher13-Apr-08 6:44
harshil_searcher13-Apr-08 6:44 
GeneralRe: asp.net Pin
Guffa13-Apr-08 7:05
Guffa13-Apr-08 7:05 
GeneralRe: asp.net Pin
Christian Graus13-Apr-08 11:17
protectorChristian Graus13-Apr-08 11:17 
QuestionUsing VC++ dll in ASP.Net C# web project Pin
Member 250396313-Apr-08 5:32
Member 250396313-Apr-08 5:32 
GeneralRe: Using VC++ dll in ASP.Net C# web project Pin
Christian Graus13-Apr-08 11:58
protectorChristian Graus13-Apr-08 11:58 
GeneralSearch the hashtable with key is present or not ( C# ASP.NET) Pin
Prabakar12-Apr-08 23:17
Prabakar12-Apr-08 23:17 
AnswerRe: Search the hashtable with key is present or not ( C# ASP.NET) Pin
pmarfleet13-Apr-08 0:00
pmarfleet13-Apr-08 0:00 
Have you read the documentation? The Hastable class has a ContainsKey[^] method that is used to detect the presence of a particular key.

BTW, unless you are still working with .NET 1.x, you are better off using the generic Dictionary[^] class instead of a Hashtable. The generic Dictionary class allows you to specify exactly what data types the key and value should be, thus enforcing type safety in your data.

Paul Marfleet

"No, his mind is not for rent
To any God or government"
Tom Sawyer - Rush


Questionhow to create our own forum Pin
paresh_sarjani12-Apr-08 19:44
paresh_sarjani12-Apr-08 19:44 
AnswerRe: how to create our own forum Pin
Christian Graus13-Apr-08 11:20
protectorChristian Graus13-Apr-08 11:20 
GeneralHelp with The Message "The Page Can't displayed" Error [modified] Pin
Aldorado12-Apr-08 7:37
Aldorado12-Apr-08 7:37 
GeneralRe: Help with The Message "The Page Can't displayed" Error Pin
Not Active12-Apr-08 14:54
mentorNot Active12-Apr-08 14:54 
GeneralRe: Help with The Message "The Page Can't displayed" Error Pin
Aldorado12-Apr-08 23:53
Aldorado12-Apr-08 23:53 
GeneralRe: Help with The Message "The Page Can't displayed" Error Pin
Laddie13-Apr-08 3:41
Laddie13-Apr-08 3:41 
GeneralRe: Help with The Message "The Page Can't displayed" Error Pin
Aldorado13-Apr-08 3:43
Aldorado13-Apr-08 3:43 
GeneralRe: Help with The Message "The Page Can't displayed" Error Pin
mr.mohsen13-Apr-08 4:45
mr.mohsen13-Apr-08 4:45 
GeneralRe: Help with The Message "The Page Can't displayed" Error Pin
Aldorado13-Apr-08 4:49
Aldorado13-Apr-08 4:49 
GeneralRe: Help with The Message "The Page Can't displayed" Error Pin
Blue_Boy13-Apr-08 5:50
Blue_Boy13-Apr-08 5:50 
GeneralRe: Help with The Message "The Page Can't displayed" Error Pin
Aldorado13-Apr-08 7:17
Aldorado13-Apr-08 7:17 
GeneralRe: Help with The Message "The Page Can't displayed" Error Pin
Blue_Boy13-Apr-08 7:30
Blue_Boy13-Apr-08 7:30 
GeneralRe: Help with The Message "The Page Can't displayed" Error Pin
Aldorado13-Apr-08 11:50
Aldorado13-Apr-08 11:50 
GeneralRe: Help with The Message "The Page Can't displayed" Error Pin
tradakad15-Apr-08 2:00
tradakad15-Apr-08 2:00 
GeneralRe: Help with The Message "The Page Can't displayed" Error Pin
Aldorado15-Apr-08 7:18
Aldorado15-Apr-08 7:18 
GeneralRe: Help with The Message "The Page Can't displayed" Error Pin
tradakad16-Apr-08 2:42
tradakad16-Apr-08 2:42 
GeneralI found the solution Pin
Aldorado20-Apr-08 12:46
Aldorado20-Apr-08 12:46 

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.