Ò׽ؽØÍ¼Èí¼þ¡¢µ¥Îļþ¡¢Ãâ°²×°¡¢´¿ÂÌÉ«¡¢½ö160KB

ÎÊÒ»¸ö¼òµ¥¹ØÓÚÔÚASP.NET ת»» numeric

ÎÊÒ»¸ö¼òµ¥µÄÎÊÌ⣬ÔÚÕâµÀ³ÌÐòÀïÃæ
string goodsName = this.GridView1.DataKeys[e.RowIndex][0].ToString();
string  salePrice = ((TextBox)this.GridView1.Rows[e.RowIndex].Cells[1].Controls[0]).Text.ToString();
string discount = ((TextBox)this.GridView1.Rows[e.RowIndex].Cells[2].Controls[0]).Text.ToString();
salePrice discount¶ÔÓ¦µÄÊý¾Ý¿â ÀàÐÍÊÇnumeric ,µ«ÎÒÔÚÕâÀï²»ÖªµÀÓ¦¸ÃÔõô°ÑstringÈ¥°ÑËüת»»ÎªÊý¾Ý¿âËùÐèÒªµÄnumeric

C# code:

using System;
using System.Collections.Generic;
using System.Linq;
using System.Web;
using System.Web.UI;
using System.Web.UI.WebControls;
using System.Data;
using System.Data.SqlClient;

namespace WebTest
{
public partial class _Default : System.Web.UI.Page
{
protected void Page_Load(object sender, EventArgs e)
{

}

public void getData()
{
SqlConnection cn = new SqlConnection("server=localhost;database=student;user=xie;password=xie");
SqlCommand cmd = new SqlCommand("select*from goods", cn);
SqlDataAdapter da = new SqlDataAdapter(cmd);
DataSet ds = new DataSet();
da.Fill(ds, "goods");
this.GridView1.DataSource = ds.Tables[0].DefaultView;
this.DataBind();
}

protected void Button1_Click(objec


Ïà¹ØÎÊ´ð£º

asp.net repeater ¿Ø¼þÔõô¿ÉÒÔÈ¡µ½×ӿؼþµÄÖµ

asp.net repeater ¿Ø¼þÔõô¿ÉÒÔÈ¡µ½×ӿؼþµÄÖµ£¬ÉèÖöϵãÔÚ ItemDataBound ʼþÔõôûÓÐÓõÄ
Request.Form["name"]

Â¥Ö÷ÄãÒªÔÚ°ÑrepeaterÖÐµÄ Ò»¸öÊôÐÔÉèÖÃһϲÅÄܽøÈëitemdataboundʼþ

¿ÉÒÔ ......

ÈçºÎÉú³ÉASCII¸ñʽÎļþ asp.net

rt  ÎÒÉú³ÉµÄÎļþµÄ±£´æ¶¼ÊÇutf-8 ÈçºÎÄÜÊÖ¶¯¿ØÖƳÉASCII


System.IO.File.WriteAllText(@"c:\a.txt", "hello", Encoding.ASCII);

ÄÇÊ×ÏÈ¿´Äã¶Á½øÀ´µÄÎļþÊǸöʲô±àÂë¸ñʽ,Èç¹ ......

asp.netÈçºÎ¸øpageÌí¼Ó¹Ø±Õ´°¿ÚʱËùµ÷ÓõÄʼþ

ÈçÌ⣬ÎÒ°Ñ´°¿Ú³ÌÐòÉè¼Æ³ÉÒ»Ö±ÔÚ´ò¿ªÍøÒ³£¬È»ºóºǫ́ÔÚÔËÐгÌÐò£¬ÎÒÏëÎÊÈç¹ûÓû§¹Ø±Õä¯ÀÀÆ÷£¬ºǫ́ÄÜ·ñÌí¼Óʼþ´¦Àí¹Ø±Õ£¨Ö÷ÒªÊÇÊÍ·ÅһЩ×ÊÔ´£©
ûÓпɿ¿µÄ°ì·¨¡£

ä¯ÀÀÆ÷ÊÇʲô£¿¼ÙÉèÄãÔÚä¯ÀÀÆ÷µØÖ·À¸ÉÏ´òÈë¡° ......

asp.netÑéÖ¤ÂëÎÊÌâ

HTML code:

<div>
<asp:TextBox runat="server" ID="txt"></asp:TextBox>
<img src="pic.aspx" alt="µã»÷¸ü»»Í¼Æ¬!" onclick=&quo ......
© 2009 ej38.com All Rights Reserved. ¹ØÓÚE½¡ÍøÁªÏµÎÒÃÇ | Õ¾µãµØÍ¼ | ¸ÓICP±¸09004571ºÅ