you can read this article : http://www.codeproject.com/useritems/simpleajaxupload.asp
qtuan
Posts
-
AJAX and FileUpload -
ORA-12705: Cannot access NLS data files or invalid environment specifiedHi all, In VS2005, I use OracleConnection class of Oracle.DataAccess.Client Namespace so connect to Oracle database throw exception: "ORA-12705: Cannot access NLS data files or invalid environment specified".But i use OracleConnection class of System.Data.OracleClient is fine. Please help me.Thankx
-
Bind DropdownListHi, You can bind Dropdownlist inside ItemTemplate of Datagrid.The following my code:
<asp:GridView ID="GridView1" runat="server"> <Columns> <asp:TemplateField> <ItemTemplate> <asp:DropDownList ID="DropDownList1" runat="server"> </asp:DropDownList> </ItemTemplate> </asp:TemplateField> </Columns>
-
dynamic controls disappear after clicking a buttonHi, You can use the code in the code behind:
for (int i = 0; i < TableID.Rows.Count; i++) { CheckBox chk = (CheckBox)TableID.Rows[i].FindControl("CheckBoxId"); if(chk.Checked) // checkbox checked else // not check }
I hope it help for you -
dynamic controls disappear after clicking a buttonHi, I think you don't determine cell's ID that you find control.
-
Gridview: Check data inputI have a gridview .In gridview, i allow to edit data Problem : when User edit and update data.I want to check data input (server side ) .How to do this. Thank for your help.
-
Run WebsiteI already created virtual folder in IIS but it not run. Thank for your help
-
Run WebsiteHi everybody, i create a website name Test in VS2005.When i run (ctrl+F5), it work well.But when i open IE and type localhost/Test/default.aspx, it have error: The XML page cannot be displayed Cannot view XML input using XSL style sheet. Please correct the error and then click the Refresh button, or try again later A name was started with an invalid character. Error processing resource 'http://localhost/Test/default.aspx'. Line 1, Pos... <%@ Page Language="C#" AutoEventWireup="true" CodeFile="Default.aspx.cs" Inherits="_Default" %> Anybody know, please help me. Thank you
-
Check Credit CardCan you tell me more ? Thank you. -- modified at 4:17 Sunday 1st January, 2006
-
Check Credit Cardthank you
-
Check Credit CardHi everyone ! My idea make electric trade website but I don't know how to check valid credit card . Someone can help me solve this problem . Thank for your help.
-
Change Menu PageThank you very much.:)
-
Change Menu PageHi everybody ! I create Default.aspx page .It contain two Frame ,left frame contain MenuDefault.aspx page ,right frame contain Content.aspx page. I want when user login with authority is admin to replace MenuDefault.aspx page with MenuAdmin.aspx page How do i find solution? Thanks for your help!
-
set color of stringI want to set color of string and move that string in cosole but i don't know.Who know to help me. Thank you.