Click here to Skip to main content
15,917,061 members
Home / Discussions / ASP.NET
   

ASP.NET

 
QuestionRe: Working with IE7 not in Firefox Pin
newc130-Jan-08 5:48
newc130-Jan-08 5:48 
GeneralRe: Working with IE7 not in Firefox Pin
MSinha30-Jan-08 18:57
MSinha30-Jan-08 18:57 
GeneralRe: Working with IE7 not in Firefox Pin
Not Active30-Jan-08 5:57
mentorNot Active30-Jan-08 5:57 
GeneralRe: Working with IE7 not in Firefox Pin
MSinha30-Jan-08 19:08
MSinha30-Jan-08 19:08 
GeneralRe: Working with IE7 not in Firefox Pin
Not Active31-Jan-08 1:11
mentorNot Active31-Jan-08 1:11 
GeneralRe: Working with IE7 not in Firefox Pin
MSinha31-Jan-08 19:20
MSinha31-Jan-08 19:20 
GeneralRoll Your Own Ajax in DataList Control Pin
Brady Kelly30-Jan-08 4:16
Brady Kelly30-Jan-08 4:16 
QuestionThis java script is not working in Content pages Pin
Raam30-Jan-08 2:50
Raam30-Jan-08 2:50 
Am extremely sorry for posting my same query again. Thing is, i dint hav any solution. so i've made myself clear by posting the entire code. Plz try to answer my query if time n patience permits. Both the code inside code1 and code2 are not working. seperately i've checked it out.

]]>;
<asp:content id="Content1" contentplaceholderid="ContentPlaceHolder1" runat="Server">;


;
function length()
{
if(document.all('txtMessage').value.length&gt;10)
{
alert('Too many characters')
}
}






<%script type="text/javascript">;
function length()
{
var a = document.getElementById("TextBox1").value.length;
if (a >10)
{
alert("Too many characters");

}
}



<asp:textbox id="TextBox1" runat="server" style="z-index: 100; left: 324px; position: absolute;<br mode=" hold=" /"> top: 128px" TextMode="MultiLine">
;
<asp:button id="Button1" runat="server" style="z-index: 102; left: 381px; position: absolute;<br mode=" hold=" /"> top: 210px" OnClientClick="length()"; Text="Button" >;
;

The most difficult phase of life is not when no one understands you ; It is when you don’t understand yourself.

GeneralRe: This java script is not working in Content pages Pin
Sandeep Akhare30-Jan-08 3:18
Sandeep Akhare30-Jan-08 3:18 
GeneralRe: This java script is not working in Content pages Pin
newc130-Jan-08 3:45
newc130-Jan-08 3:45 
GeneralRe: This java script is not working in Content pages Pin
Sandeep Akhare30-Jan-08 3:56
Sandeep Akhare30-Jan-08 3:56 
Generalgridview filtering with drop down lists Pin
newbieAl30-Jan-08 2:40
newbieAl30-Jan-08 2:40 
QuestionConvert a web application build in 1.1 to 2.0? Pin
Gandalf_TheWhite30-Jan-08 2:21
professionalGandalf_TheWhite30-Jan-08 2:21 
GeneralRe: Convert a web application build in 1.1 to 2.0? Pin
Sandeep Akhare30-Jan-08 3:32
Sandeep Akhare30-Jan-08 3:32 
GeneralRe: Convert a web application build in 1.1 to 2.0? Pin
bokuceres30-Jan-08 20:01
bokuceres30-Jan-08 20:01 
QuestionObtaining client info when using no authentication Pin
ScottM130-Jan-08 2:00
ScottM130-Jan-08 2:00 
QuestionCan I call a palette in VS.NET 2003 Pin
Infernojericho30-Jan-08 1:27
Infernojericho30-Jan-08 1:27 
AnswerRe: Can I call a palette in VS.NET 2003 Pin
Gandalf_TheWhite30-Jan-08 2:24
professionalGandalf_TheWhite30-Jan-08 2:24 
GeneralRe: Can I call a palette in VS.NET 2003 Pin
Infernojericho30-Jan-08 3:06
Infernojericho30-Jan-08 3:06 
Questionwhen I change the file extension from html to aspx all the javascripts that are supposedn to design the page with XSL and HTC doesn't work. Pin
Shimmy Weitzhandler30-Jan-08 1:26
Shimmy Weitzhandler30-Jan-08 1:26 
QuestionRe: when I change the file extension from html to aspx all the javascripts that are supposedn to design the page with XSL and HTC doesn't work. Pin
pmarfleet30-Jan-08 1:36
pmarfleet30-Jan-08 1:36 
GeneralRe: when I change the file extension from html to aspx all the javascripts that are supposedn to design the page with XSL and HTC doesn't work. Pin
Shimmy Weitzhandler30-Jan-08 23:41
Shimmy Weitzhandler30-Jan-08 23:41 
GeneralRe: when I change the file extension from html to aspx all the javascripts that are supposedn to design the page with XSL and HTC doesn't work. Pin
pmarfleet31-Jan-08 0:08
pmarfleet31-Jan-08 0:08 
GeneralRe: when I change the file extension from html to aspx all the javascripts that are supposedn to design the page with XSL and HTC doesn't work. Pin
Shimmy Weitzhandler31-Jan-08 2:20
Shimmy Weitzhandler31-Jan-08 2:20 
GeneralRe: when I change the file extension from html to aspx all the javascripts that are supposedn to design the page with XSL and HTC doesn't work. Pin
Paddy Boyd30-Jan-08 1:56
Paddy Boyd30-Jan-08 1:56 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.