15,743,299 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 januskarthik (Top 17 by date)
januskarthik
8-Apr-15 3:07am
View
i have updated my code
januskarthik
23-Jan-15 20:51pm
View
i want to print barcode images. window.print() not better solution to print barcode images..? if u know any other way let me know..
januskarthik
23-Jan-15 8:02am
View
anyone help me. i am using asp.net with c#
januskarthik
22-Jan-15 5:54am
View
thank you Deepu. and also i need how to print barcode image using c#
januskarthik
4-Dec-14 1:52am
View
i have updated gridview markup code above.. please review
januskarthik
4-Dec-14 1:19am
View
i don't know how to code for checkbox list. that is my doubt
januskarthik
4-Dec-14 1:13am
View
i have updated my question shanu.. please review it
januskarthik
17-Nov-14 5:49am
View
Thank you Mathew.. it is working fine.
januskarthik
17-Nov-14 5:15am
View
yes, it is working in IE. but in mozilla firefox not working. i want it work in all browser.
januskarthik
17-Nov-14 4:51am
View
html:
<asp:TextBox ID="txtMemoName" onblur="return alertevent();" runat="server" Width="200px" >
jquery:
function alertevent() {
var value = $("#<%=txtMemoName.ClientID %>").val();
if (value == "") {
$('#<%=txtMemoName.ClientID %>').focus();
$("#<%=txtMemoName.ClientID %>").css('border', '2px solid red');
}
return false;
}
januskarthik
17-Nov-14 4:46am
View
not working jignesh
januskarthik
17-Nov-14 4:15am
View
its does't change anything
januskarthik
17-Nov-14 2:21am
View
yes, i got textbox text in value variable..
januskarthik
14-Nov-14 2:31am
View
i have partially completed. i want to use jquery variable inside the id field in jquery like below.
var value="list1";
$('#list1').addclass('active); // this working fine.
but i want to use variable value instead of #list1 like
$(value).addclass('active'); // this not working
how can do that..
januskarthik
14-Nov-14 0:26am
View
thank you for reply. but its not work for me. i do not know how to use ajax please help me with my example code..
januskarthik
11-Nov-14 1:24am
View
<li><a id="abeyanceanchor" name="Abeyance" runat="server" >Abeyance</li>
<li><a id="deferanchor" runat="server" >Defer</li>
javascript :
$(document).ready(function () {
$('.ullist li a').click(function () {
$('.ullist li').removeClass('active');
$(this).parent().addClass('active');
});
});
januskarthik
11-Nov-14 0:53am
View
i tried the above code. but it did not work.
Show More