User Profile

Collapse

Profile Sidebar

Collapse
glasstap
glasstap
Last Activity: Jul 13 '06, 08:46 PM
Joined: May 26 '06
Location: Cumbria, UK
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • Did it myself

    Well, unfortunately my question was too silly to be responded to.

    Here is how I overcame it myself. If it's wring it's wrong, but it works.

    string TTUserID = DS_uidAndPwd.Fi eldValue("user_ ID",null);
    string User_Name = DS_uidAndPwd.Fi eldValue("user_ full_name",null );
    int intUserID;
    Session["intUserID"] = Convert.ToInt32 (TTUserID);...
    See more | Go to post

    Leave a comment:


  • glasstap
    started a topic asp.net help with if and sql thingies :-)

    asp.net help with if and sql thingies :-)

    I'm really strugling with something that should be very basic. I've got an SQL db holding user preference information - 0 for no and 1 for yes

    In the head i have:

    Code:
     <script runat="server" language="VB"> 
    Function general() as String
    IIf question.FieldValue("question_general_info", Container) = "1",Return("<img src='images/check2.gif'>"),Return("<img
    ...
    See more | Go to post
    Last edited by Niheel; May 27 '06, 04:48 PM.
No activity results to display
Show More
Working...