Search results

  1. B

    How do you embed asp.net code in c# ?

    The code goes like this: string st1=@"TPics\"; st2= rd["DlNo"].ToString(); // (Database code) string st3="T.jpg"; //Hyperlink should start here ----- Response.Write("<Img src='" + st1 + st2 + st3 + "' width='106' height='96'>"); //Display image dynamically //Hyperlink should end here ------...
  2. B

    How do you embed asp.net code in c# ?

    The code goes like this: string st1=@"TPics\"; st2= rd["DlNo"].ToString(); // (Database code) string st3="T.jpg"; //Hyperlink should start here ----- Response.Write("<Img src='" + st1 + st2 + st3 + "' width='106' height='96'>"); //Display image dynamically //Hyperlink should end here ------...
  3. B

    How do you create graphs in PHP?

    I do not want proprietary software. I want only open source code which is free. Anyone knows any tutorials which can help a beginner learn how to make graphs in PHP.
  4. B

    How many men have given up fatherhood so they can save up money to invest in...

    ...stocks or some other business? Is this idea of giving up parenthood to save money to start a business rare or common in your neighborhood ? Have you heard of such a thing before ? Am I the only one who thinks this way ?
Back
Top