Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
S

songthan1

@songthan1
About
Posts
5
Topics
5
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • I have a problem with Repeater
    S songthan1

    I have a problem with Repeater. After create connection to database, run website then appear message error: External component has thrown an exception. This is my connection: private void Page_Load(object sender, System.EventArgs e) { SqlConnection myConnection = new SqlConnection("server=local;database=Rainbow;uid=sa;pw="); SqlDataAdapter myCommand = new SqlDataAdapter("select * from rb_Diem",myConnection); DataSet ds = new DataSet(); myCommand.Fill(ds,"rb_Diem"); rptDSachdiem.DataSource= ds; rptDSachdiem.DataBind(); } Repeater's of me name rptDSachdiem. <%# DataBinder.Eval(Container.DataItem, "STT")%> <%# DataBinder.Eval(Container.DataItem, "TenMon")%> <%# DataBinder.Eval(Container.DataItem, "Diem")%> <%# DataBinder.Eval(Container.DataItem, "Hoctrinh")%> <%# DataBinder.Eval(Container.DataItem, "TBC")%> <%# DataBinder.Eval(Container.DataItem, "STT")%> <%# DataBinder.Eval(Container.DataItem, "TenMon")%> <%# DataBinder.Eval(Container.DataItem, "Diem")%> <%# DataBinder.Eval(Container.DataItem, "Hoctrinh")%> <%# DataBinder.Eval(Container.DataItem, "TBC")%>

    ASP.NET help database sysadmin docker

  • The difference: DataGrid,DataList,Repeater
    S songthan1

    Who's tell me the differences between: DataGrid and DataList,DataGrid and Repeater,DataList and Repeater? Can you direct me to using them and send to me some documents or ebook about them? or give me a specific example?:confused:.Thanks a lot

    ASP.NET tutorial question

  • Insert a dynamic image into aspx
    S songthan1

    How to insert a dynamic image or picture into a web aspx. what's command? Ex: flash. Thanks:confused:

    ASP.NET adobe tutorial question

  • Design aspx
    S songthan1

    I want to create a web form by aspx. But I don't know how to access database (SQL Server.).Ex: Creat one page about mark management. I want to insert,update,display them . What is redirect in C#? Thanks for help me:confused:

    ASP.NET database question csharp sql-server design

  • write code
    S songthan1

    I've just learning about asp.net by C#. I want to know how to creat a object about date, month, year. It's relate to insert into SQL Server. Example: Brithday: Date: dropdownlist Month: dropdownlist Year: dropdownlist Everyone can help me understand about it and create it????:confused:

    ASP.NET csharp tutorial asp-net database sql-server
  • Login

  • Don't have an account? Register

  • Login or register to search.
  • First post
    Last post
0
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups