Put one if Condition as below
 
ex:
     if(ds.Tables[0].Rows[2].City == 'null')
      {
 
      }
      else
       {
       }

 
On 6/4/06, o0JoeCool0o <[EMAIL PROTECTED]> wrote:

My problem is probably simple...
I am returning datasets and whenever the value of the field is null
instead of it putting the word "null" into the textbox or whatever I
assign that field to I just want it to be blank... is there a way to do
this easily?

It would be a pain to make an if statement for every single field just
to catch nulls...



--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Ajax.NET Professional" group.

To post to this group, send email to ajaxpro@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]

For more options, visit this group at http://groups.google.com/group/ajaxpro

The latest downloads of Ajax.NET Professional can be found at http://www.ajaxpro.info
-~----------~----~----~----~------~----~------~--~---

Reply via email to