guys where r u !!!!!!!
i see my thread in the second page please dont ignore me :(
User Profile
Collapse
-
guys please i think we are very close from the end of the problem
the last error was
Parser Error Message: Could not load type '_Default'.
Line 1: <%@ Page Language="C#" AutoEventWireup ="true" CodeFile="Defau lt.aspx.cs" Inherits="_Defa ult" %>
Line 2:
Line 3: <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"...Leave a comment:
-
they say
Originally Posted by
I recommend having your webmaster review your code for the error that is being displayed. Our server does support asp.net version 1.1.4322.
that mean they support asp.net !Leave a comment:
-
when i ask them about supporting asp.net this what they say
what next ?...Leave a comment:
-
thnx for help
i will ask them
i get a new error is that mean any thing ?
Parser Error
Description: An error occurred during the parsing of a resource required to service this request. Please review the following specific parse error details and modify your source file appropriately.
Parser Error Message: Could not load type '_Default'.
Source Error:
...Leave a comment:
-
thnx alot but i have a question
is it possible that the problem is from the server
they say that the server support asp !Leave a comment:
-
i really need a help guys i dont have time just 22 hours
please helpLeave a comment:
-
-
asp error accord when upload the aspx file to my web site
hello
i have an aspx page that write in javascript
its too small file
when i upload it to my website i got an error
Server Error in '/' Application.
--------------------------------------------------------------------------------
Runtime Error
i tried to upload it to another website and its work fine
then i contact the host company... -
By The Way I asked alot of people who know c# very well
and no body success to resolve this
its too strange :(Leave a comment:
-
DataReader.Read () thats my datareader
and it check if the command is return something from the sql
and this is what containt the datareader1
Datareader1 = MyCom1.ExecuteR eader();
And MyCom1 Is
MyCom1 = new SqlCommand("sel ect * from Users where UserName='" + TextBox1.Text + "'", MyCon);Leave a comment:
-
it doesn't work man
i write this
...Code:protected void Button1_Click(object sender, EventArgs e) { Session["LoginAttempt"] = 0; Datareader1 = MyCom1.ExecuteReader(); if (((int)Session["LoginAttempt"]) != 3) { if (Datareader1.Read()) { Datareader1.Close();Leave a comment:
-
-
if u mean
i know that the session variable cant be increasedCode:Session ["abc"] =0;
i cant do this
Code:Session["abc"]+=1;
Leave a comment:
-
please can u explain more
becuase i am new and not professional
what mean session variableLeave a comment:
-
Disable TextBox When Enter worng Password 3 Times (C#)
hello
i have a program in c#
...Code:protected void Button1_Click(object sender, EventArgs e) { Datareader1 = MyCom1.ExecuteReader(); if (Datareader1.Read()) { Datareader1.Close(); DataReader = MyCom.ExecuteReader(); if (DataReader.Read()) { Response.Redirect("Default.aspx?uname=" -
-
thanx man
but this page u give me talking about files and not xml's
i want any hint to write this in javascript not vbscriptLeave a comment:
-
-
JavaScript Island Xml - how to add new data !?
hellow all
i have an xml file
that contains a peoples names and Tel. Number
i want to add two textboxs in the java script and one button
and when i write name in the textbox one and tel number in text box 2 and press at the button it add the values to the xml file
how can i do this !?!?
No activity results to display
Show More
Leave a comment: