Click here to Skip to main content
15,915,093 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: ipconfig of the machine Pin
sindhutiwari12-Feb-08 23:58
sindhutiwari12-Feb-08 23:58 
GeneralMicrosites in ASP.NET Pin
.NET- India 12-Feb-08 22:37
.NET- India 12-Feb-08 22:37 
GeneralRe: Microsites in ASP.NET Pin
Akhilesh Yadav12-Feb-08 23:38
Akhilesh Yadav12-Feb-08 23:38 
GeneralRe: Microsites in ASP.NET Pin
.NET- India 12-Feb-08 23:45
.NET- India 12-Feb-08 23:45 
Generalrequest query string error Pin
eyeseetee12-Feb-08 22:37
eyeseetee12-Feb-08 22:37 
GeneralRe: request query string error [modified] Pin
Sandeep Akhare12-Feb-08 22:48
Sandeep Akhare12-Feb-08 22:48 
GeneralRe: request query string error Pin
eyeseetee12-Feb-08 23:11
eyeseetee12-Feb-08 23:11 
GeneralRe: request query string error Pin
Guffa12-Feb-08 23:57
Guffa12-Feb-08 23:57 
playing with bugs ) wrote:
and try to use String class method and properties like
String.IsNullOrEmpty / String.Equals instead of Checking for null and comparing two strings


If you want to check if the string is null or empty, the String.IsNullOrEmpty method is ideal, but if you only want to check if the string is null, that can not be done any other way than just comparing with null.

The == operator is overloaded in the string class so that you can use it to compare strings. This is the intuitive way of comparing strings, and it works just fine. The String.Equals method can be used if you want some functionality that the == operator doesn't cover, like case insensetive comparison.

Experience is the sum of all the mistakes you have done.

GeneralRe: request query string error Pin
Sandeep Akhare13-Feb-08 0:17
Sandeep Akhare13-Feb-08 0:17 
GeneralRedirect to custom page on 401 Error Pin
Manas Bhardwaj12-Feb-08 22:22
professionalManas Bhardwaj12-Feb-08 22:22 
GeneralRe: Redirect to custom page on 401 Error Pin
Manas Bhardwaj12-Feb-08 23:07
professionalManas Bhardwaj12-Feb-08 23:07 
Questionhow to automatically create a new user directory every time a new user logs on to my site Pin
capdevillia12-Feb-08 22:09
capdevillia12-Feb-08 22:09 
AnswerRe: how to automatically create a new user directory every time a new user logs on to my site Pin
Guffa12-Feb-08 22:28
Guffa12-Feb-08 22:28 
GeneralRe: how to automatically create a new user directory every time a new user logs on to my site Pin
capdevillia17-Feb-08 21:47
capdevillia17-Feb-08 21:47 
Questiondisplay a string in GridView istead of DB value Pin
mustafa bulan12-Feb-08 20:57
mustafa bulan12-Feb-08 20:57 
GeneralRe: display a string in GridView istead of DB value Pin
N a v a n e e t h12-Feb-08 21:09
N a v a n e e t h12-Feb-08 21:09 
GeneralRe: display a string in GridView istead of DB value Pin
mustafa bulan12-Feb-08 22:48
mustafa bulan12-Feb-08 22:48 
GeneralRe: display a string in GridView istead of DB value Pin
Akhilesh Yadav12-Feb-08 23:41
Akhilesh Yadav12-Feb-08 23:41 
GeneralRe: display a string in GridView istead of DB value Pin
Neophyte3012-Feb-08 22:53
Neophyte3012-Feb-08 22:53 
GeneralRe: display a string in GridView istead of DB value Pin
N a v a n e e t h12-Feb-08 23:40
N a v a n e e t h12-Feb-08 23:40 
QuestionNeed Your Guidance Pin
~V~12-Feb-08 20:51
~V~12-Feb-08 20:51 
QuestionHow to nevigate through all the text of a texbox when it is read only? Pin
FishiFishi12-Feb-08 20:43
FishiFishi12-Feb-08 20:43 
AnswerRe: How to nevigate through all the text of a texbox when it is read only? Pin
N a v a n e e t h12-Feb-08 21:15
N a v a n e e t h12-Feb-08 21:15 
AnswerRe: How to nevigate through all the text of a texbox when it is read only? Pin
Akhilesh Yadav12-Feb-08 23:44
Akhilesh Yadav12-Feb-08 23:44 
GeneralProblem opening web application in visual studio 2003 Pin
fulbright12-Feb-08 20:39
fulbright12-Feb-08 20:39 

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.