I guess what I am saying is that I use this:
class="<% If IsNull(rstGroup_Conn.Field
then this:
value="<%response.write rstGroup_Conn.Fields("Lang
doesn't load a value - which to me makes no sense.
Main Topics
Browse All TopicsHi,
My webpage is a user form that interacts with a mySQL DB using ASP. I have set up an input to show one color if the DB field value is null and another if it is not null. The odd thing is, that whilke this seems to work, the fact that I am doing it is making the field value NOT load.
This makes no sense to me and I don't understand why using as field in a conditional statement in one spot would affect a response.write using the same field somewhere else.
What I am doing wrong? In this case, the Field "Language1" does have a value, but it is not showing up. If I remove the conditonal "class" ASP, the value appears.
This Question has been solved and asker verified All Experts Exchange premium technology solutions are available to subscription members.
Experts Exchange has been collecting answers to technology questions since 1996…3 million and counting! If you have a question, chances are we already have your answer.
If you can't find the exact answer you're looking for, ask our exclusive community of 50,000 experts. You’ll get a personalized answer from a trusted professional.
Thousands of free tech tips, tricks, how-to’s and tutorials are available in our peer reviewed articles section. See for yourself how smart our experts are, no login required.
Access the answers to your technology questions today.
30-day free trial. Register in 60 seconds.
Members of the expert community talk about why the experience at Experts Exchange is different than what you will find anywhere else.

Try it out and discover for yourself.
30-day free trial. Register in 60 seconds.
Join the community of experts here and help other tech pros by answering question in your area of expertise. You can earn FREE access to all Experts Exchange's premium features and resources.
Business Accounts
Answer for Membership
by: MitchellVIIPosted on 2009-02-10 at 08:38:51ID: 23602190
<td width=91 class="table_row_solid" style="border-top:none;pad ding:0px 2px 0px 2px"> s("Languag e1").Value ) Then %>textnull<% Else %>text<% End If %>" value="<%response.write rstGroup_Conn.Fields("Lang uage1").Va lue%>" onKeyUp="setInputStyleColo r(this)" onFocus="playClick()" tabindex="506"></p>
<p class="table_input"><input type="text" name="Language1" id="Language1" class="<% If IsNull(rstGroup_Conn.Field