How to check null values in dataset ?
Answer Posted / divya
if (IsDBNull(ds.Tables(0).rows(0).Item("fldname")) then
Response.write("Contains null value")
end if
| Is This Answer Correct ? | 4 Yes | 3 No |
Post New Answer View All Answers
What is content page in asp net?
What is viewstate? What does the “enableviewstate” property do?
What is server components?
What are validators and list some validators of asp.net?
What kind of data we can store in viewstate?
What are type/key pairs in client script registration? Can there be 2 scripts with the same type/key pair name?
What is the difference between a multi-layer and multi-tier applications?
What are validator? Name the validation controls in asp.net? How do you disable them? Will the asp.net validators run in server side or client side? How do you do client-side validation in .net? How to disable validator control by client side javascript?
What is mta?
What is sta?
What is autopostback in asp net?
What does aspcompat="true" mean?
What is meant by asp.net?
What is base class of button control in .net?
Can we use a static function with a non-static variable?