a problem with ScriptManagerProxy
-
hello I have a problem.please help me. my program works without ScriptManagerProxy correctly in the page of product.ascx but with it doesn't work! why? the source of program is available in below: example
-
hello I have a problem.please help me. my program works without ScriptManagerProxy correctly in the page of product.ascx but with it doesn't work! why? the source of program is available in below: example
Please remember that we all do our work entirely voluntary, and most of us do not download zip-Files posted in a Forum because of the risk that it may include a virus. If you post the code you are referring to (in the appropriate <pre> - tags) you are going to receive a broader feedback, and it is more likely that someone can help you with your issue.
Veni, vidi, caecus | Everything summarizes to Assembly code
-
hello I have a problem.please help me. my program works without ScriptManagerProxy correctly in the page of product.ascx but with it doesn't work! why? the source of program is available in below: example
OK! the .aspx page
<%@ Page Language="C#" AutoEventWireup="true" CodeFile="Default.aspx.cs" Inherits="_Default" %>
<%@ Register src="admin/productions.ascx" tagname="Product" tagprefix="uc1" %>
<html xmlns="http://www.w3.org/1999/xhtml">
<head runat="server">
<title>Untitled Page</title></head>
<body>
<form id="form1" runat="server"></form>
</body>
</html>the .ascx page
<%@ Control Language="C#" AutoEventWireup="true" CodeFile="Productions.ascx.cs" Inherits="Admin_Productions" %>
<%@ Import Namespace="System.Data.SqlClient"%>
<%@ Import Namespace="System.Configuration"%>در این دسته بندی داده ای نیست
-
OK! the .aspx page
<%@ Page Language="C#" AutoEventWireup="true" CodeFile="Default.aspx.cs" Inherits="_Default" %>
<%@ Register src="admin/productions.ascx" tagname="Product" tagprefix="uc1" %>
<html xmlns="http://www.w3.org/1999/xhtml">
<head runat="server">
<title>Untitled Page</title></head>
<body>
<form id="form1" runat="server"></form>
</body>
</html>the .ascx page
<%@ Control Language="C#" AutoEventWireup="true" CodeFile="Productions.ascx.cs" Inherits="Admin_Productions" %>
<%@ Import Namespace="System.Data.SqlClient"%>
<%@ Import Namespace="System.Configuration"%>در این دسته بندی داده ای نیست
-
If you are expecting people to help you with this then you need to explain exactly what the problem is and where in all that code it occurs. Just dumping your code and saying "it does not work" is not enough.
Veni, vidi, abiit domum
OK but i said that what problem is. I have three page. The default page and one user control and third ,code behind of the user control that i have put it in previous post. My program work correctly without the ScriptManagerProxy (without Ajax) but with it doesn't work.(in the .ascx page).
<%--------my code--------%>
If i remove the Ajax tag that have put above,my program hasn't any problem BUT if put it ,doesn't work properly. now do you help me?:rose:
-
OK but i said that what problem is. I have three page. The default page and one user control and third ,code behind of the user control that i have put it in previous post. My program work correctly without the ScriptManagerProxy (without Ajax) but with it doesn't work.(in the .ascx page).
<%--------my code--------%>
If i remove the Ajax tag that have put above,my program hasn't any problem BUT if put it ,doesn't work properly. now do you help me?:rose:
-
hello I have a problem.please help me. my program works without ScriptManagerProxy correctly in the page of product.ascx but with it doesn't work! why? the source of program is available in below: example
hello again see,my problem exactly is that my program without putting the ScriptManagerProxy hasn't any problem and works properly.but with it doesn't work. "doesn't work" is in other word,not that my program has an error,no,only works bad.(i haven't a syntax error while have a runtime error only and only for the ScriptManagerProxy tag ) for more explanations: in the code below,if we haven't ScriptManagerProxy tag in the page,we can to enter the values in the fiels and press the button to sends the values.but if we put ScriptManagerProxy tag in the page,the program isn't able to send the values because says FileUpload1.HasFile is false (fileupload1 is empty)then the if condition isn't true therefore my Query doesn't run.i hope to explain properly.
\* \*