Click here to Skip to main content
15,919,121 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: Inserting new record in RADgridcontrol Pin
madhavi.kona3-Jul-08 3:23
madhavi.kona3-Jul-08 3:23 
GeneralRe: Inserting new record in RADgridcontrol Pin
eyeseetee3-Jul-08 3:24
eyeseetee3-Jul-08 3:24 
QuestionProblem showing image in an web report using crystal report Pin
CrazyCoder263-Jul-08 1:41
CrazyCoder263-Jul-08 1:41 
Questioncrystal reports in aspx Pin
Puneri3-Jul-08 1:27
Puneri3-Jul-08 1:27 
AnswerRe: crystal reports in aspx Pin
eyeseetee3-Jul-08 2:49
eyeseetee3-Jul-08 2:49 
GeneralRe: crystal reports in aspx Pin
Puneri6-Jul-08 2:48
Puneri6-Jul-08 2:48 
Questionjavascript problem in asp.net 2.0 Pin
vijaylumar3-Jul-08 0:48
vijaylumar3-Jul-08 0:48 
QuestionError:Type and identifier are both required in a foreach statement Pin
rockram3-Jul-08 0:20
rockram3-Jul-08 0:20 
Code:
foreach ( strSuggestion in functionReturnValue)
{
dblSimilarity = WordSimilarity(strWord, strSuggestion);
i = intSuggestionCount;
while (dblSimilarity > dblSimilarityArray(i))
{
if (i < intSuggestionCount)
{
strSuggestionArray(i + 1) = strSuggestionArray(i);
dblSimilarityArray(i + 1) = dblSimilarityArray(i);
}
strSuggestionArray(i) = strSuggestion;
dblSimilarityArray(i) = dblSimilarity;
i = i - 1;
if (i == -1)
{
break; // TODO: might not be correct. Was : Exit Do
}

}
}

functionReturnValue = strSuggestionArray;

return functionReturnValue;
return functionReturnValue;
}
AnswerRe: Error:Type and identifier are both required in a foreach statement Pin
Sherin Iranimose3-Jul-08 0:21
Sherin Iranimose3-Jul-08 0:21 
QuestionDecrypt password Pin
Member 38798812-Jul-08 23:53
Member 38798812-Jul-08 23:53 
AnswerRe: Decrypt password Pin
Sherin Iranimose3-Jul-08 0:16
Sherin Iranimose3-Jul-08 0:16 
GeneralRe: Decrypt password Pin
Member 38798813-Jul-08 0:42
Member 38798813-Jul-08 0:42 
GeneralRe: Decrypt password Pin
Sherin Iranimose3-Jul-08 1:00
Sherin Iranimose3-Jul-08 1:00 
AnswerRe: Decrypt password Pin
N a v a n e e t h3-Jul-08 0:28
N a v a n e e t h3-Jul-08 0:28 
QuestionStarting ASP.net MVC framework in .net 3.5 Pin
mynameissuraj2-Jul-08 23:16
mynameissuraj2-Jul-08 23:16 
AnswerRe: Starting ASP.net MVC framework in .net 3.5 Pin
meeram3952-Jul-08 23:28
meeram3952-Jul-08 23:28 
GeneralRe: Starting ASP.net MVC framework in .net 3.5 Pin
mynameissuraj3-Jul-08 1:45
mynameissuraj3-Jul-08 1:45 
GeneralRe: Starting ASP.net MVC framework in .net 3.5 Pin
meeram3953-Jul-08 2:08
meeram3953-Jul-08 2:08 
QuestionAgain interesting question Pin
paresh_sarjani2-Jul-08 22:13
paresh_sarjani2-Jul-08 22:13 
AnswerRe: Again interesting question Pin
N a v a n e e t h2-Jul-08 22:27
N a v a n e e t h2-Jul-08 22:27 
Questionset bellow style dynamically in asp.net 2.0 and these values I will get from database--urgent Pin
trilokharry2-Jul-08 22:09
trilokharry2-Jul-08 22:09 
QuestionDynamic Image button and Its click event ? Pin
Masood Kochi,SSF2-Jul-08 21:38
Masood Kochi,SSF2-Jul-08 21:38 
AnswerRe: Dynamic Image button and Its click event ? Pin
eyeseetee2-Jul-08 21:52
eyeseetee2-Jul-08 21:52 
AnswerRe: Dynamic Image button and Its click event ? Pin
Venkatesh Mookkan2-Jul-08 21:53
Venkatesh Mookkan2-Jul-08 21:53 
AnswerRe: Dynamic Image button and Its click event ? Pin
Sherin Iranimose2-Jul-08 21:55
Sherin Iranimose2-Jul-08 21:55 

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.