15,742,316 members
Sign in
Sign in
Email
Password
Forgot your password?
Sign in with
home
articles
Browse Topics
>
Latest Articles
Top Articles
Posting/Update Guidelines
Article Help Forum
Submit an article or tip
Import GitHub Project
Import your Blog
quick answers
Q&A
Ask a Question
View Unanswered Questions
View All Questions
View C# questions
View Javascript questions
View C++ questions
View Python questions
View Java questions
discussions
forums
CodeProject.AI Server
All Message Boards...
Application Lifecycle
>
Running a Business
Sales / Marketing
Collaboration / Beta Testing
Work Issues
Design and Architecture
Artificial Intelligence
ASP.NET
JavaScript
Internet of Things
C / C++ / MFC
>
ATL / WTL / STL
Managed C++/CLI
C#
Free Tools
Objective-C and Swift
Database
Hardware & Devices
>
System Admin
Hosting and Servers
Java
Linux Programming
Python
.NET (Core and Framework)
Android
iOS
Mobile
WPF
Visual Basic
Web Development
Site Bugs / Suggestions
Spam and Abuse Watch
features
features
Competitions
News
The Insider Newsletter
The Daily Build Newsletter
Newsletter archive
Surveys
CodeProject Stuff
community
lounge
Who's Who
Most Valuable Professionals
The Lounge
The CodeProject Blog
Where I Am: Member Photos
The Insider News
The Weird & The Wonderful
help
?
What is 'CodeProject'?
General FAQ
Ask a Question
Bugs and Suggestions
Article Help Forum
About Us
Search within:
Articles
Quick Answers
Messages
Comments by anvas kuttan (Top 42 by date)
anvas kuttan
30-May-13 4:07am
View
do you have any javascript to postback the page?
anvas kuttan
1-Feb-12 0:47am
View
yes i am almost gone through every hope. i made my entire code to windows service but this sql notification service wont get invoke that time. i foun that Begin invoke method is fro system.controls may that is why that event not firing in windows service.
anvas kuttan
13-Sep-11 2:23am
View
Actually i need to convert this exe to a service any idea pls
anvas kuttan
13-Sep-11 2:22am
View
hai,
Thank you for u reply actually i wont have any interface i created a project and create a EXE too now i want to convert this EXE to service
anvas kuttan
21-Jul-11 2:21am
View
working fine in all cases but birthday is current date it shows 0
ie, 18/7/2011 current date
18/7/2010 date of birth
age shows 0
:(
anvas kuttan
4-Jul-11 4:02am
View
hai see ma post
anvas kuttan
16-Jun-11 8:39am
View
http://www.asp.net/ajaxlibrary/HOW%20TO%20Use%20the%20ColorPicker%20Control.ashx
anvas kuttan
16-Jun-11 8:34am
View
do u getting any other control check accordion panel
anvas kuttan
16-Jun-11 8:29am
View
so simple just give reference to ur project on right click on reference . and then register it in your source(html).
anvas kuttan
16-Jun-11 4:28am
View
yes you are right "the root element"
anvas kuttan
16-Jun-11 4:21am
View
hai my 5 for the suggestion first i am also thinking of posting this. then i thought w3schhol is some more simple to understand ..
anvas kuttan
10-Jun-11 4:15am
View
yes i did
anvas kuttan
10-Jun-11 0:08am
View
why tou down voted this one if you dnt like this answer simply reject it
anvas kuttan
7-Jun-11 3:53am
View
is it work for you you for got to add .Value ok i will post for radio button too
accept it if you got the answer
anvas kuttan
7-Jun-11 3:49am
View
hey look my answer i tested it it working last solution ..
anvas kuttan
7-Jun-11 2:33am
View
Thank You SA
anvas kuttan
7-Jun-11 0:20am
View
do you have the answer i mean i tried in different ddls too it has data but when i alerting the value it just have a blank message box
anvas kuttan
7-Jun-11 0:06am
View
best link to learn CSS My 5
anvas kuttan
6-Jun-11 4:59am
View
thank you
anvas kuttan
4-Jun-11 3:38am
View
hi, thank you for your reply .. i done it but i am getting blank, when alerting the value
anvas kuttan
2-Jun-11 1:59am
View
hey i removed that update panel still it wont work
anvas kuttan
2-Jun-11 1:43am
View
<script type="text/javascript">
$(document).ready(function() {
alert("aa");
if ($("<%=txt.ClientID%>").is(":focus")) {
$("<%=popupPanel.ClientID%>").show();
}
});
$("txt.ClientID").blur(function() {
$("<%=popupPanel.ClientID%>").hide
});
</script>
<asp:UpdatePanel ID="UP2" runat="server">
<contenttemplate>
<asp:TextBox ID="txt" runat="server" ReadOnly="true" onblur="function();">
<asp:HiddenField ID="HidValues" runat="server" />
<ajaxToolkit:PopupControlExtender ID="PopEx" runat="server" TargetControlID="txt"
PopupControlID="popupPanel" Position="Bottom" />
<Triggers>
<asp:AsyncPostBackTrigger ControlID="chklstMultipleValues" EventName="SelectedIndexChanged" />
</Triggers>
<asp:Panel ID="popupPanel" runat="server" Height="200px" ScrollBars="Auto" Style="display: none">
<asp:CheckBoxList ID="chklstMultipleValues" runat="server" AutoPostBack="true" Height="200px"
OnSelectedIndexChanged="chklstMultipleValues_SelectedIndexChanged">
anvas kuttan
2-Jun-11 1:42am
View
Deleted
<script type="text/javascript">
$(document).ready(function() {
alert("aa");
if ($("<%=txt.ClientID%>").is(":focus")) {
$("<%=popupPanel.ClientID%>").show();
}
});
$("txt.ClientID").blur(function() {
$("<%=popupPanel.ClientID%>").hide
});
</script>
<asp:UpdatePanel ID="UP2" runat="server">
<contenttemplate>
<asp:TextBox ID="txt" runat="server" ReadOnly="true" onblur="function();">
<asp:HiddenField ID="HidValues" runat="server" />
<ajaxToolkit:PopupControlExtender ID="PopEx" runat="server" TargetControlID="txt"
PopupControlID="popupPanel" Position="Bottom" />
<Triggers>
<asp:AsyncPostBackTrigger ControlID="chklstMultipleValues" EventName="SelectedIndexChanged" />
</Triggers>
anvas kuttan
2-Jun-11 1:39am
View
ya i done it .. put the code too but unfortunately it wont
work now my panel wont visible too
anvas kuttan
2-Jun-11 1:31am
View
hi,
thank you for your reply it is not working . but i afraid it is my mistake . where i call this function
anvas kuttan
2-Jun-11 1:26am
View
hi, thanks for your reply .. i done the javascript part already but searching for the event . any suggestion or example
anvas kuttan
26-May-11 7:51am
View
ya that's why i put a query string first... ;)
anvas kuttan
16-May-11 2:13am
View
welcome happy coding
anvas kuttan
14-May-11 7:12am
View
1st i am also
thought the same thing
anvas kuttan
13-May-11 6:24am
View
my 5
anvas kuttan
6-May-11 0:33am
View
Where i found those tips .. i don't think my code is heavy because a page having nothing in its page load is taking time to load for the first time .. from there on wards its working fast(i mean after loaded for the first time)
anvas kuttan
4-May-11 0:43am
View
ok i will do from now it self thank you for your advc
anvas kuttan
2-May-11 6:04am
View
hi ashimau ,
thank you for your time
it is not working for me i just copy this code to a new window is i do anything more .. or i am working in firefox . plz help me .. is there any idea to avoid work this code on close button only i mean no refresh
anvas kuttan
2-May-11 5:40am
View
dear thank you for your replay
i already gone through almost every way.. u know these events fire not only with close but also with refresh, postback everything. so i need close button specific
anvas kuttan
30-Apr-11 7:44am
View
dheeraj .. Thank you for your help... i tried a lot ... i git the page close event and all but that JavaScript calling on the unload event of the body tag so it will arise even if there is refresh or a post back
anvas kuttan
30-Apr-11 0:20am
View
but it wont give me an access denied error it shows only printer installed in my system but i have to get all the printers (network printers)
anvas kuttan
27-Apr-11 1:57am
View
sandeep i made the question clear
anvas kuttan
26-Apr-11 8:02am
View
this will help i am sure just copy paste the code
anvas kuttan
26-Apr-11 1:07am
View
perfect my 5 ..
anvas kuttan
21-Apr-11 8:00am
View
Thanks for the post... once i run the same code in a windows application it will return all the printer including network printer in my system ...but that i8s not working in asp.net my system is hosted in iis
anvas kuttan
21-Apr-11 4:57am
View
sorry for that comment i am in such a expectation
anvas kuttan
1-Apr-11 2:54am
View
Deleted
You can access the value from User control using method.
Show More