Click here to Skip to main content
15,902,891 members
Home / Discussions / ASP.NET
   

ASP.NET

 
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 
string RemoveCommaInFrontOfL(string str)
{
  return "lilo,rajesh";
}


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


This will work.


-- modified at 14:13 Wednesday 13th June, 2007
GeneralRe: Removing first comma Pin
J$13-Jun-07 8:11
J$13-Jun-07 8:11 
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 
AnswerRe: Another way of getting the Text in the TextBox? Pin
_AK_13-Jun-07 0:15
_AK_13-Jun-07 0:15 
GeneralRe: Another way of getting the Text in the TextBox? Pin
nareshss13-Jun-07 0:49
nareshss13-Jun-07 0:49 
GeneralRe: Another way of getting the Text in the TextBox? Pin
_AK_13-Jun-07 0:52
_AK_13-Jun-07 0:52 
GeneralRe: Another way of getting the Text in the TextBox? Pin
nareshss13-Jun-07 1:03
nareshss13-Jun-07 1:03 
GeneralRe: Another way of getting the Text in the TextBox? Pin
_AK_13-Jun-07 1:23
_AK_13-Jun-07 1:23 
AnswerRe: Another way of getting the Text in the TextBox? Pin
Ptiwari313-Jun-07 3:02
Ptiwari313-Jun-07 3:02 
Questionhow to get value from web.config file in javascript function Pin
deep712-Jun-07 23:38
deep712-Jun-07 23:38 

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.