Register Register Member Login Member Login Member Login Forgot Password ??
PHP , ASP , ASP.NET, VB.NET, C#, Java , jQuery , Android , iOS , Windows Phone
 

Registered : 109,036

HOME > .NET Framework > Forum > ถามเรื่องการ insert เกียวกับรุปภาพเข้าฐานข้อมูล แล้วโดยใช้ control <asp:fileuplode แล้วเกิด Error



 

ถามเรื่องการ insert เกียวกับรุปภาพเข้าฐานข้อมูล แล้วโดยใช้ control <asp:fileuplode แล้วเกิด Error

 



Topic : 055486



โพสกระทู้ ( 46 )
บทความ ( 0 )



สถานะออฟไลน์




ถามเรื่องการ insert เกียวกับรุปภาพเข้าฐานข้อมูล แล้วโดยใช้ control <asp:fileuplode แล้วเกิด Error
เรียนท่านผู้รู้ช่วยดูให้หน่อยนะคับ

หน้า ClassEmployee.cs
string strCmd = "INSERT INTO Food(Name,type,Price_per_table,Total,Deteal,unit,Picture,Status)";
strCmd += "VALUES('" + Name + "','" + type + "','" + Price_per_table + "','" + Total + "','" + Deteal + "','" + unit + "','" + Picture + "','" + Status + "')";


page EmpFormFoods1.aspx

Code (C#)
<asp:FileUpload ID ="Picture" runat="server" Width="230px" /></td>


page    EmpFormFoods1.aspx.cs

    protected void btSAVE_Click(object sender, EventArgs e)
    {
        ClassEmployee cm = new ClassEmployee();
    //    (string Name, string type, Decimal Price_per_table, string Total, string Deteal, string unit,string Picture, string Status)
        if (cm.insertFood(Name.Text, type.Text, Price_per_table.Text, Total.Text, Deteal.Text, unit.Text,Picture.text, Status.Value.ToString()))
        {

            Response.Write("<script>alert('บันทึกข้อมูลเรียบร้อย') </script>");
            Name.Text = string.Empty;
            type.Text = string.Empty;
            Price_per_table.Text = string.Empty;
            Total.Text = string.Empty;
            Deteal.Text = string.Empty;
            unit.Text = string.Empty;
            Picture.Text = string.Empty;
            Status.Text = string.Empty;
        }
        else 
        {
            Response.Write("<script>alert ไม่สามารถบันทึกข้อมูลได้ </script>");
        }


ผลของการ Run

ww

Description
CS1061: 'System.Web.UI.WebControls.FileUpload' does not contain a definition for 'text' and no extension method 'text' accepting a first argument of type 'System.Web.UI.WebControls.FileUpload' could be found (are you missing a using directive or an assembly reference?)



Tag : .NET, Ms SQL Server 2005, Web (ASP.NET), C#







Move To Hilight (Stock) 
Send To Friend.Bookmark.
Date : 2011-02-03 10:07:38 By : computer_psu031 View : 1190 Reply : 1
 

 

No. 1



โพสกระทู้ ( 74,058 )
บทความ ( 838 )

สมาชิกที่ใส่เสื้อไทยครีเอท

สถานะออฟไลน์
Twitter Facebook

Quote:
Picture.text


ตัวนี้เรียกผิดน่ะคัรบ

Code (VB.NET)
fiUpload.PostedFile.FileName;


Code (C#)
<%@ Page Language="C#" Debug="true" %>
<script runat="server">

    void btnSubmit_Click(object sender, EventArgs e)
	{
        if(this.fiUpload.HasFile)
		{
            this.fiUpload.SaveAs(Server.MapPath("Myfiles/" + fiUpload.FileName));
            this.lblText1.Text = "File Name: " + fiUpload.PostedFile.FileName;
            this.lblText2.Text = "File Size: " + fiUpload.PostedFile.ContentLength;
            this.lblText3.Text = "File Type: " + fiUpload.PostedFile.ContentType;
        }
    }

</script>
<html>
<head>
</head>
<body>
    <form runat="server">
        <asp:FileUpload id="fiUpload" runat="server"></asp:FileUpload>
        <asp:Button id="btnSubmit" onclick="btnSubmit_Click" runat="server" Text="Submit"></asp:Button>
        <hr />
        <asp:Label id="lblText1" runat="server"></asp:Label>
        <br>
        <asp:Label id="lblText2" runat="server"></asp:Label>
        <br>
        <asp:Label id="lblText3" runat="server"></asp:Label>
    </form>
</body>
</html>



Go to : (C#) ASP.NET FileUpload - asp:FileUpload






แสดงความคิดเห็นโดยอ้างถึง ความคิดเห็นนี้
Date : 2011-02-03 16:52:02 By : webmaster
 

   

ค้นหาข้อมูล


   
 

แสดงความคิดเห็น
Re : ถามเรื่องการ insert เกียวกับรุปภาพเข้าฐานข้อมูล แล้วโดยใช้ control <asp:fileuplode แล้วเกิด Error
 
 
รายละเอียด
 
ตัวหนา ตัวเอียง ตัวขีดเส้นใต้ ตัวมีขีดกลาง| ตัวเรืองแสง ตัวมีเงา ตัวอักษรวิ่ง| จัดย่อหน้าอิสระ จัดย่อหน้าชิดซ้าย จัดย่อหน้ากึ่งกลาง จัดย่อหน้าชิดขวา| เส้นขวาง| ขนาดตัวอักษร แบบตัวอักษร
ใส่แฟลช ใส่รูป ใส่ไฮเปอร์ลิ้งค์ ใส่อีเมล์ ใส่ลิ้งค์ FTP| ใส่แถวของตาราง ใส่คอลัมน์ตาราง| ตัวยก ตัวห้อย ตัวพิมพ์ดีด| ใส่โค้ด ใส่การอ้างถึงคำพูด| ใส่ลีสต์
smiley for :lol: smiley for :ken: smiley for :D smiley for :) smiley for ;) smiley for :eek: smiley for :geek: smiley for :roll: smiley for :erm: smiley for :cool: smiley for :blank: smiley for :idea: smiley for :ehh: smiley for :aargh: smiley for :evil:
Insert PHP Code
Insert ASP Code
Insert VB.NET Code Insert C#.NET Code Insert JavaScript Code Insert C#.NET Code
Insert Java Code
Insert Android Code
Insert Objective-C Code
Insert XML Code
Insert SQL Code
Insert Code
เพื่อความเรียบร้อยของข้อความ ควรจัดรูปแบบให้พอดีกับขนาดของหน้าจอ เพื่อง่ายต่อการอ่านและสบายตา และตรวจสอบภาษาไทยให้ถูกต้อง

อัพโหลดแทรกรูปภาพ

Notice

เพื่อความปลอดภัยของเว็บบอร์ด ไม่อนุญาติให้แทรก แท็ก [img]....[/img] โดยการอัพโหลดไฟล์รูปจากที่อื่น เช่นเว็บไซต์ ฟรีอัพโหลดต่าง ๆ
อัพโหลดแทรกรูปภาพ ให้ใช้บริการอัพโหลดไฟล์ของไทยครีเอท และตัดรูปภาพให้พอดีกับสกรีน เพื่อความโหลดเร็วและไฟล์ไม่ถูกลบทิ้ง

   
  เพื่อความปลอดภัยและการตรวจสอบ กระทู้ที่แทรกไฟล์อัพโหลดไฟล์จากที่อื่น อาจจะถูกลบทิ้ง
 
โดย
อีเมล์
บวกค่าให้ถูก
<= ตัวเลขฮินดูอารบิก เช่น 123 (หรือล็อกอินเข้าระบบสมาชิกเพื่อไม่ต้องกรอก)







Exchange: นำเข้าสินค้าจากจีน, Taobao, เฟอร์นิเจอร์, ของพรีเมี่ยม, ร่ม, ปากกา, power bank, แฟลชไดร์ฟ, กระบอกน้ำ

Load balance : Server 01
ThaiCreate.Com Logo
© www.ThaiCreate.Com. 2003-2024 All Rights Reserved.
ไทยครีเอทบริการ จัดทำดูแลแก้ไข Web Application ทุกรูปแบบ (PHP, .Net Application, VB.Net, C#)
[Conditions Privacy Statement] ติดต่อโฆษณา 081-987-6107 อัตราราคา คลิกที่นี่