Click here to Skip to main content
15,896,359 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: problem in closing the window Pin
Pankaj Garg18-May-08 21:42
Pankaj Garg18-May-08 21:42 
GeneralRe: problem in closing the window Pin
eyeseetee18-May-08 21:45
eyeseetee18-May-08 21:45 
AnswerRe: problem in closing the window Pin
Vinay Dornala19-May-08 1:44
Vinay Dornala19-May-08 1:44 
AnswerRe: problem in closing the window Pin
l0kke19-May-08 3:14
l0kke19-May-08 3:14 
QuestionWindows Media Player Pin
jonhbt18-May-08 20:20
jonhbt18-May-08 20:20 
AnswerRe: Windows Media Player Pin
MHASSANF18-May-08 20:35
MHASSANF18-May-08 20:35 
QuestionDeleting words from a specified string?? Pin
Karan_TN18-May-08 19:48
Karan_TN18-May-08 19:48 
AnswerRe: Deleting words from a specified string?? Pin
boy.pockets18-May-08 20:24
boy.pockets18-May-08 20:24 
string a = "The code project website is blah blah blah...";
int index = a.IndexOf("is"); // gets the index of 'is'.
int startIndex = 0;
int length = index + 1; //the length of the string
a.Substring(startIndex, length);//returns the new string...

GeneralRe: Deleting words from a specified string?? Pin
Brady Kelly18-May-08 22:28
Brady Kelly18-May-08 22:28 
GeneralRe: Deleting words from a specified string?? Pin
Karan_TN18-May-08 22:53
Karan_TN18-May-08 22:53 
QuestionChange Print layout to landscape Pin
samerh18-May-08 19:47
samerh18-May-08 19:47 
AnswerRe: Change Print layout to landscape Pin
eyeseetee18-May-08 21:27
eyeseetee18-May-08 21:27 
QuestionCross Domain Authentication Pin
RCoate18-May-08 19:41
RCoate18-May-08 19:41 
AnswerRe: Cross Domain Authentication Pin
Sathesh Sakthivel18-May-08 20:06
Sathesh Sakthivel18-May-08 20:06 
GeneralRe: Cross Domain Authentication Pin
RCoate18-May-08 20:16
RCoate18-May-08 20:16 
GeneralRe: Cross Domain Authentication Pin
N a v a n e e t h18-May-08 21:08
N a v a n e e t h18-May-08 21:08 
QuestionParser Error Message: Access is denied: 'DCI'. (main application DLL) Pin
K.Safvi18-May-08 18:58
K.Safvi18-May-08 18:58 
AnswerRe: Parser Error Message: Access is denied: 'DCI'. (main application DLL) Pin
Sathesh Sakthivel18-May-08 20:08
Sathesh Sakthivel18-May-08 20:08 
AnswerRe: Parser Error Message: Access is denied: 'DCI'. (main application DLL) Pin
Rajesh R Subramanian18-May-08 21:35
professionalRajesh R Subramanian18-May-08 21:35 
AnswerRe: Parser Error Message: Access is denied: 'DCI'. (main application DLL) Pin
K.Safvi18-May-08 20:49
K.Safvi18-May-08 20:49 
QuestionDetail view inside repeater Pin
justintimberlake18-May-08 17:27
justintimberlake18-May-08 17:27 
QuestionWhen to use web parts in ASP.NET web apps Pin
Member 391904918-May-08 14:24
Member 391904918-May-08 14:24 
AnswerRe: When to use web parts in ASP.NET web apps Pin
Sathesh Sakthivel18-May-08 20:02
Sathesh Sakthivel18-May-08 20:02 
GeneralRe: When to use web parts in ASP.NET web apps Pin
N a v a n e e t h18-May-08 21:05
N a v a n e e t h18-May-08 21:05 
QuestioncheckBox in gridview Pin
trilokharry18-May-08 4:53
trilokharry18-May-08 4:53 

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.