16,020,345 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 C++ questions
View Visual Basic questions
View Javascript questions
View .NET 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 Member 10517120 (Top 52 by date)
Member 10517120
6-Mar-14 0:15am
View
i had done it in the front End
Member 10517120
5-Mar-14 2:13am
View
seems complex im beginner
Member 10517120
5-Mar-14 1:35am
View
Thank u ramu g
Member 10517120
5-Mar-14 1:35am
View
How to do this in Sql MY query involves Grouping and also joins
Member 10517120
4-Mar-14 8:42am
View
please answer my question
Member 10517120
4-Mar-14 8:34am
View
Deleted
not two columns only single column..
i need to get row between two dates of a column
not all the rows
Member 10517120
1-Mar-14 0:31am
View
ok
im very new to sql jus 3 moonths old
Member 10517120
28-Feb-14 6:15am
View
select BookTitle,Library_Department_ID,SectorID,sum(NoofCopies) from tbl_bookmst where Status= 1 group by BookTitle,Library_Department_ID,SectorID
this is wt my query is .
I'm having one more column(bit) named IsReference which is 1 for Referencebook
and 0 for Issuebook
now i need to Convert this row to column With the name reference and Issue
How i need to Write the query
Member 10517120
28-Feb-14 5:47am
View
tnk u . let me check
Member 10517120
27-Feb-14 4:16am
View
but wts the code share here
Member 10517120
26-Feb-14 7:12am
View
where u display ur data?
in a gridview ?
where exactly ur data resides?
if it comes from db then store it a viewstate and then cast it it to datatable again
use rowfilter using primary key
Member 10517120
26-Feb-14 6:52am
View
Firstly have you located ur popup is it asp.net pop up extender?
Member 10517120
26-Feb-14 6:01am
View
yes exactly
Member 10517120
20-Feb-14 23:56pm
View
there is no such null values
Member 10517120
20-Feb-14 23:56pm
View
its retuning 3 rows
Member 10517120
12-Feb-14 1:49am
View
No one there to answer it !!!!!!!
Member 10517120
10-Feb-14 0:22am
View
Tnx for Your Concern.. Im not finding the exact peice of code
Member 10517120
10-Feb-14 0:19am
View
Dude I'm asking about Focus... not active Tab index..
My active tabindex is 1 and i need focus to shift from tab1 to tab 0
Member 10517120
10-Feb-14 0:13am
View
I want use any thing .... much more comfortable with C# code..
i needt set focus to next tab
Member 10517120
10-Feb-14 0:09am
View
is it java script... ?
why do i need this!!
I'm not talking about AtiveTabindex..
I need to Set Focus to Next Tab when page Loads
Member 10517120
7-Feb-14 4:42am
View
This Worked
Member 10517120
31-Jan-14 23:22pm
View
tnx a lot ..
let me check
Member 10517120
31-Jan-14 23:22pm
View
I'm not preventing it wt exactly happening is my focus is not shifting from tabpanel1 to tabpanel2 instead its moving to address bar.. so i just want to redirect the focus address bar to tabpanel2
Member 10517120
31-Jan-14 5:39am
View
thanks for ur concern
Member 10517120
31-Jan-14 5:39am
View
How about this ?
window.onload = isPostBack;
function isPostBack() {
if (!document.getElementById('clientSideIsPostBack')) {
return false;
}
if (document.getElementById('clientSideIsPostBack').value == 'Y') {
***// DO ALL POST BACK RELATED WORK HERE***
return true;
}
else {
***// DO ALL INITIAL LOAD RELATED WORK HERE***
return false;
}
}
Member 10517120
31-Jan-14 2:14am
View
TNX A LOT
Member 10517120
31-Jan-14 1:57am
View
thats what i need controls inside template field for validation in javascript
Member 10517120
31-Jan-14 1:28am
View
ok
Member 10517120
31-Jan-14 1:11am
View
tnx can we check the txt in .aspx so that no need to write item databound
Member 10517120
30-Jan-14 23:48pm
View
link is not working
https://www.codeproject.com/script/Membership/Modify.aspx?mid=10517120 in order to update my name
Member 10517120
30-Jan-14 23:42pm
View
k i will update ...
wonderfull peice of code .. working very fine..
Member 10517120
30-Jan-14 23:27pm
View
tnk u karthik..
by the way my name i karthik too..
Member 10517120
30-Jan-14 6:51am
View
my actual requirement is finding the contact from gridview and then displaying corresponding information in popup on button click
Member 10517120
30-Jan-14 6:49am
View
thank you
how to replace "test@test.com" with textbox's text ??
Member 10517120
29-Jan-14 23:25pm
View
link is not working
Member 10517120
28-Jan-14 5:53am
View
its jus because of you
Member 10517120
28-Jan-14 2:46am
View
ForeColor='<%# Convert.ToString(Eval("Subject_Name")) == "Break" ? System.Drawing.Color.Magenta :Convert.ToString(Eval("Subject_Name")) == "Not Assigned" ? System.Drawing.Color.Red: System.Drawing.Color.Green %>' this worked for me
Member 10517120
28-Jan-14 2:44am
View
Thank u so much..
this is how i modified ur code as per my requirement
ForeColor='<%# Convert.ToString(Eval("Subject_Name")) == "Break" ? System.Drawing.Color.Magenta :Convert.ToString(Eval("Subject_Name")) == "Not Assigned" ? System.Drawing.Color.Red: System.Drawing.Color.Green %>'
Member 10517120
28-Jan-14 1:31am
View
tnx a lot it worked ..
its all because of you..
Member 10517120
28-Jan-14 1:09am
View
this is the error which i got
Type of conditional expression cannot be determined because there is no implicit conversion between 'System.Drawing.Color' and 'bool
Member 10517120
28-Jan-14 1:07am
View
I need to Check
actually if the text is "Break" or "Not Assigned" color should be Red
Else Green. and the Column Name is 'Subject_Name'
Member 10517120
28-Jan-14 1:01am
View
wow joCodes You are Master
Member 10517120
28-Jan-14 0:29am
View
I'm having a Labels in my Datalist ItemTemplate.
How to Change the Color of the label based upon the text displayed..
i'm using Eval Property to assign text.. which was from db table..
if the text is break then color should be red else it should be green
How to Acheive it plz help
Member 10517120
28-Jan-14 0:15am
View
it worked tnx a lot
Member 10517120
27-Jan-14 23:58pm
View
there is no such property for datalist
Member 10517120
17-Jan-14 6:49am
View
Any one there to provide me the soli-ution
Member 10517120
17-Jan-14 4:35am
View
yes its working fine if i comment it...
and i'm not having any problem when i set past date as start date..
but if i set future date as start date, then its not working
Member 10517120
17-Jan-14 4:22am
View
its being static i'm unable to select a date from it..its not moving to next month or year
Member 10517120
15-Jan-14 4:27am
View
not single selection . I need Multiple Selection.
user can pay half amount through cash rest by card..too
Member 10517120
11-Jan-14 7:28am
View
code not yet written..
I'm having Five payment Modes based on the selection of payment modes i need to display the controls
Member 10517120
11-Jan-14 7:26am
View
ASP.NET
Member 10517120
11-Jan-14 7:25am
View
ASp.Net
Show More