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

ASP.NET

 
GeneralRe: stange fontsize problem when downloading Pin
Seraph_summer30-Aug-09 8:45
Seraph_summer30-Aug-09 8:45 
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 
Hi,
I retrieving the value from Database. While retrieving i am checking for data is null or not. But if is not working properly.
This is my code, tell me if any correction is required
If dr is a datareader then,

if (dr[0].ToString() == null)
{
//code
}
else
{
// code
}

Please help me.
AnswerRe: Checking for Null values Pin
Abhijit Jana30-Aug-09 4:30
professionalAbhijit Jana30-Aug-09 4:30 
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 

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.