Click here to Skip to main content
15,888,351 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: stange fontsize problem when downloading Pin
Abhishek Sur30-Aug-09 9:50
professionalAbhishek Sur30-Aug-09 9:50 
QuestionCan it possible to hide/Diasble view source [ HTML Source] of any Web page?? Pin
basantakumar30-Aug-09 4:02
basantakumar30-Aug-09 4:02 
AnswerRe: Can it possible to hide/Diasble view source [ HTML Source] of any Web page?? Pin
Abhijit Jana30-Aug-09 4:30
professionalAbhijit Jana30-Aug-09 4:30 
AnswerRe: Can it possible to hide/Diasble view source [ HTML Source] of any Web page?? Pin
Abhishek Sur30-Aug-09 5:59
professionalAbhishek Sur30-Aug-09 5:59 
GeneralRe: Can it possible to hide/Diasble view source [ HTML Source] of any Web page?? Pin
Abhijit Jana30-Aug-09 8:01
professionalAbhijit Jana30-Aug-09 8:01 
GeneralRe: Can it possible to hide/Diasble view source [ HTML Source] of any Web page?? Pin
Abhishek Sur30-Aug-09 9:43
professionalAbhishek Sur30-Aug-09 9:43 
QuestionChecking for Null values Pin
srikantha_nagaraj30-Aug-09 3:53
srikantha_nagaraj30-Aug-09 3:53 
AnswerRe: Checking for Null values Pin
Abhijit Jana30-Aug-09 4:30
professionalAbhijit Jana30-Aug-09 4:30 
srikantha_nagaraj wrote:
But if is not working properly.

What do you mean by not working Properly. What problem are you getting ?

You can use String.IsNullOrEmpty() Method to implement it.

string S=dr[0].ToString();
if (String.IsNullOrEmpty(S) == true) 
   {
    // Do your job !
   }


Abhijit Jana | Codeproject MVP
Web Site : abhijitjana.net
Don't forget to click "Good Answer" on the post(s) that helped you.

GeneralRe: Checking for Null values Pin
Manas Bhardwaj30-Aug-09 8:28
professionalManas Bhardwaj30-Aug-09 8:28 
AnswerRe: Checking for Null values Pin
Abhishek Sur30-Aug-09 5:52
professionalAbhishek Sur30-Aug-09 5:52 
AnswerRe: Checking for Null values Pin
Inderjeet Kaur30-Aug-09 21:17
Inderjeet Kaur30-Aug-09 21:17 
QuestionCSS styles cease to be visible in ASP.NET development server Pin
Chesnokov Yuriy29-Aug-09 23:24
professionalChesnokov Yuriy29-Aug-09 23:24 
AnswerRe: CSS styles cease to be visible in ASP.NET development server Pin
Abhishek Sur30-Aug-09 9:53
professionalAbhishek Sur30-Aug-09 9:53 
AnswerRe: CSS styles cease to be visible in ASP.NET development server Pin
Chesnokov Yuriy30-Aug-09 10:19
professionalChesnokov Yuriy30-Aug-09 10:19 
GeneralRe: CSS styles cease to be visible in ASP.NET development server Pin
Abhishek Sur30-Aug-09 10:37
professionalAbhishek Sur30-Aug-09 10:37 
AnswerRe: CSS styles cease to be visible in ASP.NET development server Pin
Chesnokov Yuriy30-Aug-09 19:19
professionalChesnokov Yuriy30-Aug-09 19:19 
AnswerRe: CSS styles cease to be visible in ASP.NET development server Pin
Chesnokov Yuriy30-Aug-09 19:42
professionalChesnokov Yuriy30-Aug-09 19:42 
GeneralRe: CSS styles cease to be visible in ASP.NET development server Pin
Abhishek Sur30-Aug-09 21:27
professionalAbhishek Sur30-Aug-09 21:27 
GeneralRe: CSS styles cease to be visible in ASP.NET development server Pin
Chesnokov Yuriy30-Aug-09 22:20
professionalChesnokov Yuriy30-Aug-09 22:20 
GeneralRe: CSS styles cease to be visible in ASP.NET development server Pin
Abhishek Sur31-Aug-09 22:46
professionalAbhishek Sur31-Aug-09 22:46 
AnswerRe: CSS styles cease to be visible in ASP.NET development server Pin
Chesnokov Yuriy1-Sep-09 1:37
professionalChesnokov Yuriy1-Sep-09 1:37 
GeneralRe: CSS styles cease to be visible in ASP.NET development server Pin
Abhishek Sur1-Sep-09 9:38
professionalAbhishek Sur1-Sep-09 9:38 
GeneralRe: CSS styles cease to be visible in ASP.NET development server Pin
Chesnokov Yuriy30-Aug-09 10:21
professionalChesnokov Yuriy30-Aug-09 10:21 
QuestionComponents Pin
Matt Cavanagh29-Aug-09 21:42
Matt Cavanagh29-Aug-09 21:42 
AnswerRe: Components Pin
Abhijit Jana29-Aug-09 22:11
professionalAbhijit Jana29-Aug-09 22:11 

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.