when i used onClientClick event for calling a javascript function in .aspx file. but it's not working at all.how can i get alert for input of data within "<" in textbox.
pls help me
Retrieving the COM class factory for component with CLSID {86A3FE22-515C-45BF-B489-07DEEB03E2D6} failed due to the following error: 80040154.
this is error message in my page in asp.net?
pls help me how can i remove it
can i take div element within the td element of the table. bcoz when i taking, it's not showing in the design mode of asp.net VWD?
syntax is
<td width="33%" id="tdselected" runat="server">
<div id="divSelectedList" runat="server" class="divListStyle">
</div>
<asp:ListBox…
A frequently error is coming in the Code and error message of that error is
At least one recipient is required, but none were found
and Stack trace of that error is given below .
at System.Web.Mail.SmtpMail.LateBoundAccessHelper.CallMethod(Object obj, String methodName, Object[] args) at…
in the textbox when we pass the text within "< " bracket then it shows the error like
A potentially dangerous Request.Form value was detected from the client (grouplink$txtAddPerson="
can we use more than one click event in the Jquery
as
$(document).ready(function(){
$(#button).click(function(){
...........click(function(){
...........click(function(){
});
$(this).hide();
});
});
pls help me
In my project i have to implement an interface which shows whether a particular user is online or not as in social networking site(like orkut and facebook)
Neither the <blink> tag nor the text-decoration:blink; style in css are supported in Internet Explorer.
Is there any technique available for making blinking text in IE?
i have a problem regarding the textbox.
i have done the textbox auto expandable but when i insert the text first time then the textbox shrink in size from their original size.but my requirement is that when my text is exceeding the text box length then it auto expand. my code is
<script…
What is ViewState in the Asp.net.How Viewstate crashes in the browser.what is the solution when Viewstate crash?in my code when i peak pk_id from view state then it's for some time and not work sometime also.