Click here to Skip to main content
15,917,454 members
Home / Discussions / ASP.NET
   

ASP.NET

 
QuestionHow to use images in a static web page ? [modified] Pin
Sankara Narayana13-Jun-07 1:44
Sankara Narayana13-Jun-07 1:44 
AnswerRe: How to use images in a static web page ? Pin
Sylvester george13-Jun-07 2:06
Sylvester george13-Jun-07 2:06 
QuestionScript Function - lastIndexOf() Pin
gauthee13-Jun-07 1:05
gauthee13-Jun-07 1:05 
AnswerRe: Script Function - lastIndexOf() Pin
PandemoniumPasha13-Jun-07 1:13
PandemoniumPasha13-Jun-07 1:13 
AnswerRe: Script Function - lastIndexOf() Pin
DavidNohejl13-Jun-07 1:34
DavidNohejl13-Jun-07 1:34 
AnswerRe: Script Function - lastIndexOf() Pin
koolprasad200313-Jun-07 2:23
professionalkoolprasad200313-Jun-07 2:23 
QuestionLogout Problem Pin
suveenmohan13-Jun-07 1:03
suveenmohan13-Jun-07 1:03 
AnswerRe: Logout Problem Pin
Manas Bhardwaj13-Jun-07 1:19
professionalManas Bhardwaj13-Jun-07 1:19 
AnswerRe: Logout Problem Pin
badgrs13-Jun-07 1:22
badgrs13-Jun-07 1:22 
AnswerRe: Logout Problem Pin
Biju Sam13-Jun-07 1:23
Biju Sam13-Jun-07 1:23 
QuestionRemoving first comma Pin
Lijo Rajan13-Jun-07 0:31
Lijo Rajan13-Jun-07 0:31 
AnswerRe: Removing first comma Pin
Biju Sam13-Jun-07 0:35
Biju Sam13-Jun-07 0:35 
AnswerRe: Removing first comma Pin
Manas Bhardwaj13-Jun-07 0:50
professionalManas Bhardwaj13-Jun-07 0:50 
AnswerRe: Removing first comma Pin
Fatbuddha 113-Jun-07 5:01
Fatbuddha 113-Jun-07 5:01 
AnswerRe: Removing first comma [modified] Pin
Rama Krishna Vavilala13-Jun-07 6:46
Rama Krishna Vavilala13-Jun-07 6:46 
GeneralRe: Removing first comma Pin
J$13-Jun-07 8:11
J$13-Jun-07 8:11 
Rama Krishna Vavilala wrote:

void RemoveCommaInFrontOfL(string str)
{
return "lilo,rajesh";
}

string str=,lijo,rajesh;
str = RemoveCommaInFrontOfL(str);

This will work.


No, it won't work.
RemoveCommaInFrontOfL has a void return type, so the line
str = RemoveCommaInFrontOfL(str);
Should cause a compile error. I see what you were trying to accomplish with that though this solution doesn't seem like it will work for any other string arguments, hence is probably not a very practical solution.
QuestionImage displayed partially from Cache Pin
Jay_se13-Jun-07 0:16
Jay_se13-Jun-07 0:16 
AnswerRe: Image displayed partially from Cache Pin
Venkatesh Mookkan13-Jun-07 0:29
Venkatesh Mookkan13-Jun-07 0:29 
GeneralRe: Image displayed partially from Cache Pin
Jay_se13-Jun-07 1:02
Jay_se13-Jun-07 1:02 
Questionasp.net Calendar source code in C# Pin
amin_behzadi13-Jun-07 0:16
professionalamin_behzadi13-Jun-07 0:16 
AnswerRe: asp.net Calendar source code in C# Pin
rishee2516848113-Jun-07 0:38
rishee2516848113-Jun-07 0:38 
GeneralRe: asp.net Calendar source code in C# Pin
amin_behzadi13-Jun-07 1:20
professionalamin_behzadi13-Jun-07 1:20 
AnswerRe: asp.net Calendar source code in C# Pin
Bajrang Singh13-Jun-07 3:44
Bajrang Singh13-Jun-07 3:44 
GeneralRe: asp.net Calendar source code in C# Pin
amin_behzadi13-Jun-07 20:12
professionalamin_behzadi13-Jun-07 20:12 
QuestionAnother way of getting the Text in the TextBox? Pin
chand1013-Jun-07 0:09
chand1013-Jun-07 0:09 

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.