Click here to Skip to main content
16,005,125 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: how to implement single signon service? Pin
Manas Bhardwaj9-Sep-08 5:28
professionalManas Bhardwaj9-Sep-08 5:28 
QuestionASP.NET Treeview not refreshing Pin
Blumen9-Sep-08 4:46
Blumen9-Sep-08 4:46 
QuestionDirectory/File Permissions with ASP.NET Pin
Lea Hayes9-Sep-08 4:36
Lea Hayes9-Sep-08 4:36 
AnswerRe: Directory/File Permissions with ASP.NET Pin
Manas Bhardwaj9-Sep-08 5:31
professionalManas Bhardwaj9-Sep-08 5:31 
GeneralRe: Directory/File Permissions with ASP.NET Pin
Lea Hayes9-Sep-08 12:06
Lea Hayes9-Sep-08 12:06 
Questioni want to connect Secure Ftp(SFTP) through my web application...... Pin
Shaik Haneef9-Sep-08 4:15
Shaik Haneef9-Sep-08 4:15 
Questionwhat is the problem with this piece of code? Pin
snouto9-Sep-08 3:12
snouto9-Sep-08 3:12 
AnswerRe: what is the problem with this piece of code? Pin
Manas Bhardwaj9-Sep-08 3:31
professionalManas Bhardwaj9-Sep-08 3:31 
snouto wrote:
it gives me nullreferenceException :object reference not set to an instance of an object


while (enumerator.MoveNext())
{
    cap += ((System.Collections.DictionaryEntry)(enumerator.Current)).Key.ToString() + " : " + ((System.Collections.DictionaryEntry)(enumerator.Current)).KeyValue.ToString() + " ";
}


Please remember to rate helpful or unhelpful answers, it lets us and people reading the forums know if our answers are any good.

QuestionSID is same for every User Pin
Piyush Vardhan Singh9-Sep-08 2:01
Piyush Vardhan Singh9-Sep-08 2:01 
QuestionReading from excel file. Pin
hemant.kaushal9-Sep-08 1:50
hemant.kaushal9-Sep-08 1:50 
AnswerRe: Reading from excel file. Pin
Dilip H. Patel9-Sep-08 2:08
Dilip H. Patel9-Sep-08 2:08 
GeneralRe: Reading from excel file. Pin
hemant.kaushal9-Sep-08 3:01
hemant.kaushal9-Sep-08 3:01 
QuestionHow to find Password from Active directory using SID? Pin
sumit70349-Sep-08 1:14
sumit70349-Sep-08 1:14 
AnswerRe: How to find Password from Active directory using SID? Pin
Ashfield9-Sep-08 1:49
Ashfield9-Sep-08 1:49 
GeneralRe: How to find Password from Active directory using SID? Pin
sumit70349-Sep-08 1:56
sumit70349-Sep-08 1:56 
GeneralRe: How to find Password from Active directory using SID? Pin
Ashfield9-Sep-08 4:37
Ashfield9-Sep-08 4:37 
AnswerRe: How to find Password from Active directory using SID? Pin
Abhijit Jana9-Sep-08 17:58
professionalAbhijit Jana9-Sep-08 17:58 
Questioncreating dynamic pages in asp.net c# Pin
VijayVishwakarma9-Sep-08 0:32
VijayVishwakarma9-Sep-08 0:32 
AnswerRe: creating dynamic pages in asp.net c# Pin
eyeseetee9-Sep-08 0:46
eyeseetee9-Sep-08 0:46 
GeneralRe: creating dynamic pages in asp.net c# Pin
VijayVishwakarma9-Sep-08 0:50
VijayVishwakarma9-Sep-08 0:50 
GeneralRe: creating dynamic pages in asp.net c# Pin
Manas Bhardwaj9-Sep-08 1:29
professionalManas Bhardwaj9-Sep-08 1:29 
GeneralRe: creating dynamic pages in asp.net c# Pin
VijayVishwakarma9-Sep-08 2:25
VijayVishwakarma9-Sep-08 2:25 
GeneralRe: creating dynamic pages in asp.net c# Pin
J4amieC9-Sep-08 2:57
J4amieC9-Sep-08 2:57 
GeneralRe: creating dynamic pages in asp.net c# Pin
VijayVishwakarma9-Sep-08 21:11
VijayVishwakarma9-Sep-08 21:11 
GeneralRe: creating dynamic pages in asp.net c# Pin
Steven A. Lowe12-Sep-08 18:49
Steven A. Lowe12-Sep-08 18:49 

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.