asp.net

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • babsath

    #1

    asp.net

    i create a application using asp.net vs2008. In that application i
    create web form and add c# script in the same file. i want data
    accessing with that page. now i can i include "using
    system.data.sql client" in the default.aspx file. i dont want another
    file as default.aspx.cs
  • iyond

    #2
    Re: asp.net

    just using <%@import namespace="syst em.data.sqlclie nt" %>

    "babsath" <babusathish54@ gmail.com????
    news:01ed561c-69a2-42a4-a08f-68e48c9fecd2@a1 8g2000pra.googl egroups.com...
    i create a application using asp.net vs2008. In that application i
    create web form and add c# script in the same file. i want data
    accessing with that page. now i can i include "using
    system.data.sql client" in the default.aspx file. i dont want another
    file as default.aspx.cs

    Comment

    Working...