9,869,444 members (35,792 online)
Visit CodeProject.TV
Discuss CodeProject.TV
Sign in
Email
Password
Forgot your password?
Sign in using
home
articles
Chapters and Sections
>
Search
Latest Articles
Latest Tips/Tricks
Top Articles
Beginner Articles
Technical Blogs
Posting/Update Guidelines
Article Help Forum
Article Competition
Submit an article or tip
Post your Blog
quick answers
Ask a Question
View Unanswered Questions
View All Questions...
C# questions
ASP.NET questions
VB.NET questions
C#4.0 questions
C++ questions
discussions
All Message Boards...
Application Lifecycle
>
Running a Business
Sales / Marketing
Collaboration / Beta Testing
Work & Training Issues
Design and Architecture
ASP.NET
JavaScript
C / C++ / MFC
>
ATL / WTL / STL
Managed C++/CLI
Adobe Technologies
C#
Free Tools
Objective-C
Ruby On Rails
Database
Hardware & Devices
>
System Admin
Hosting and Servers
Java
.NET Framework
Mobile
VS 11 & .NET 4.5
Sharepoint
Silverlight / WPF
Visual Basic
Web Development
Site Bugs / Suggestions
features
Component & Service Catalog
Competitions
News
The Insider Newsletter
Newsletter archive
Surveys
Product Showcase
Research Library
CodeProject Stuff
community
The Insider News
The Lounge
The Weird & The Wonderful
The Soapbox
Press Releases
Who's Who
Most Valuable Professionals
Company Listings
Non-English Language
>
General Indian Topics
General Chinese Topics
help
What is 'CodeProject'?
General FAQ
Ask a Question
Bugs and Suggestions
Article Help Forum
Site Map
Advertise with us
Employment Opportunities
About Us
The default search term operator is
AND
.
You can use brackets,
AND
,
OR
, and
NOT
to improve your search. For example:
C# AND NOT(VB or SQL)
A query of a single
*
will return everything, filtered by any filters.
Filter examples:
Search by Author
author:"author name"
Filter by tag
tag:C#
or
tag:(C++ or Java)
Wildcard search
use "?" or "*" eg.
gr?d
or
gr*
44 Results
Search
Everything
Articles
Technical Blogs
Tips & Tricks
Questions
Answers
Forum Messages
News Items
Catalog Items
Videos
Training Courses
Just My Stuff
My Bookmarks
Sort by
Relevance
Rating Asc
Rating Desc
Title Asc
Title Desc
Author Asc
Author Desc
Date Created Asc
Date Created Desc
Date Modified Asc
Date Modified Desc
Price Asc
Price Desc
Duration Asc
Duration Desc
Match
All Fields
Title
Description
Author(s)
Tags
Any Date
Last 12 hours
Last 24 hours
Last week
Last 2 weeks
Last month
Last 3 months
Last 6 months
Last year
January
February
March
April
May
June
July
August
September
October
November
December
Rating Range
All - Including Unrated
1.0 - 5.0
2.0 - 5.0
3.0 - 5.0
4.0 - 5.0
4.5 - 5.0
4.8 - 5.0
5.0
Advanced Filters:
Article Topics
All Topics
Desktop Development
Web Development
Mobile Development
Cloud Computing
Enterprise Systems
Database
Multimedia
Languages
Platforms, Frameworks & Libraries
General Programming
Graphics / Design
Development Lifecycle
General Reading
Third Party Products
Mentor Resources
Article License
All Licenses
CPOL
CDDL
Ms-PL
MPL
CPL
Eclipse
MIT
BSD
Apache
CC (ASA 2.5)
Zlib
Public Domain
CC (Attr 3U)
CC (ASA 3U)
LGPL3
GPL3
Forums
All Forums
Feature Forums
General Programming
Web Development
Product Lifecycle
Database & SysAdmin
General Discussions
Non-English Language
Catalog Category
All Categories
Books & Training
Charting & Graphing
Components, Controls, Libraries
Data Manipulation & Mining
Database Tools
Debugging
Documentation & Help
Financial, Math & Scientific
Frameworks & APIs
General Development Tools
GIS & Maps
Graphics & 3D Modeling
Hardware and Robotics
Hosting
IDEs
Imaging
Mobility
Multimedia
Networking
Performance and Profiling
Programming Languages
Project Life-cycle Management (ALM)
Reporting
Search
Security
Setup & Deploy
System Adminstration
Utilities
Virtualization
Web Design/Development
Catalog License
All Licenses
Commercial
Fully Function Evaluation version
Limited Functionality Trial
Limited Time Trial
Shareware
Free For Personal Use
Freeware
Page 1 of 1
Page Size:
10
·
25
·
50
Author filtered by: rajin kp
[x]
radio button group : event is not firing when post back is true and when checked is set for on radio button as default value
by
rajin kp
Answer
1 May 2013
license:
CPOL
i solve this by changing my button click protected void Button1_Click(object sender, EventArgs e) { RadioButton2.Checked = true; RadioButton1.Checked = false; }is this a good one.why radio button show such behaviour
General Programming
»
Uncategorised Quick Answers
»
General
.NET3.5
C#
ASP.NET
.NET
radio button group : event is not firing when post back is true and when checked is set for on radio button as default value
by
rajin kp
Question
1 May 2013
license:
CPOL
i have a page
General Programming
»
Uncategorised Quick Answers
»
General
.NET3.5
C#
ASP.NET
.NET
radio button event is not fired even when auto post back is true
by
rajin kp
Question
1 May 2013
license:
CPOL
i have an aspx page
General Programming
»
Uncategorised Quick Answers
»
General
C#3.0
.NET3.5
C#
.NET
change datagrid back color in asp.net 3.5
by
rajin kp
Question
25 Apr 2013
license:
CPOL
i have an asp: datagrid which contain loat of template column.i want to change the back grond color in the grid row/cells based on the colum value lets say "Type" .datagrid is binded using code .
General Programming
»
Uncategorised Quick Answers
»
General
C#
ASP.NET
NoEffort
Create a Comma Delimited List Using SELECT
by
rajin kp
Question
12 Apr 2013
license:
CPOL
i have query select [1] AnalysisCount,[2] DietitianCount,[3] DoctorCount ,AppointmentDatefrom(select AppointmentDate ,AppointmentDate as dd, AppointmentTypeID from dbo.Appointment) sspivot (count(dd) For AppointmentTypeID in ([1],[2],[3]) )as pvtineed out put as Date...
General Programming
»
Uncategorised Quick Answers
»
General
C#
SQL2008R2
problem with datetime format in C# data tow
by
rajin kp
Question
2 Apr 2013
license:
CPOL
my data row for data table contain date in a format dd-MM-yyyy hh:mm::ss:AM check Two '::' symbol after minutes. I can't convert /read this value as datetime is there any solution for this it always throw invalid date formatt PLz help
General Programming
»
Uncategorised Quick Answers
»
General
C#3.0
C#
SQL-Server
SQL2008
invalied date format / date field can not read
by
rajin kp
Question
2 Apr 2013
license:
CPOL
i have a data row dr a having column PatientcreationDate .Column value while running is 23-04-2013 12:00::00:AM but i cant read this value using following code.value can be read as string but can't convert to date time if (DateTime.TryParse(dr["PatientCreationDate"].ToString(), out ...
General Programming
»
Uncategorised Quick Answers
»
General
C#
SQL
split or merge values in a table based on data in date field
by
rajin kp
Question
27 Jan 2013
license:
CPOL
I have a table AbsentId sid Startdate enddate Reasonid classid Acyearid schoolid1 1 5/1/2013 8/1/2013 1 1 1 12 1 10/1/2013 12/1/2013 2 1 1 13 2 12/12/2012 20/12/2012 1 1 1 14 2 5/1/2013 7/1/2013 3 1 1 1 Case 1When user insert a row Id sid Startdate enddate ...
General Programming
»
Uncategorised Quick Answers
»
General
SQL-Server
SQL2008
passing value from stored procedure for delete to after delete trigger in Sql server 2008
by
rajin kp
Answer
21 Jan 2013
license:
CPOL
i just add insert query to insert data to history table inside my procedure for delete and solve my problem.
General Programming
»
Uncategorised Quick Answers
»
General
SQL2005
C#
SQL-Server
SQL2008
passing value from stored procedure for delete to after delete trigger in Sql server 2008
by
rajin kp
Question
19 Jan 2013
license:
CPOL
i have a procedure "deleteActivity" which accept two paramater- Activityid and useridand i write a trigger for after delete to save history details. i want to pass the userid in the "deleteActivity" procedure for delete to After Delete trigger,to store who delete entry.I found that...
General Programming
»
Uncategorised Quick Answers
»
General
SQL2005
C#
SQL-Server
SQL2008
seting and retriving an integer value from context_info
by
rajin kp
Answer
18 Jan 2013
license:
CPOL
declare @userID int =5;select convert(int,convert(varbinary(4),CONTEXT_INFO()))
General Programming
»
Uncategorised Quick Answers
»
General
SQL-Server
SQL2008
seting and retriving an integer value from context_info
by
rajin kp
Question
17 Jan 2013
license:
CPOL
how can i set and retrive integer value from context_info
General Programming
»
Uncategorised Quick Answers
»
General
SQL-Server
SQL2008
sql query self join to find sum of difference in date
by
rajin kp
Question
10 Jan 2013
license:
CPOL
I have a table AbsentId sid Startdate enddate Reasonid1 1 1/1/2013 3/1/2013 12 1 4/1/2013 5/1/2013 23 2 12/12/2012 20/12/2012 14 2 5/1/2013 7/1/2013 35 1 8/1/2013 9/1/2013 1I want to find total number of days that a student absent for a reason .i.e. find sum of difference...
General Programming
»
Uncategorised Quick Answers
»
General
SQL-Server
SQL2008
date time converting error in sqlserver( Error converting data type nvarchar to datetime. )
by
rajin kp
Question
9 Jan 2013
license:
CPOL
i have a datetime string "01-10-2013 09:15 ص" when passing this value to a datetime parameter cause error Error converting data type nvarchar to datetime. plz help
General Programming
»
Uncategorised Quick Answers
»
General
C#
SQL-Server
SQL2008
Chatt Application in asp.net 2.0 Using LiveChat Starter Kit 2007 beta
by
rajin kp
Question
3 Jan 2013
license:
CPOL
I want to create a chat application using asp.net 2.0 and C#. I found many solution and implemented it using ajax and update panel.But i want to try Live chat Starter kit 2007 .Is there any demo for this project .I searched over internet but found that its latest version is available and support...
General Programming
»
Uncategorised Quick Answers
»
General
C#
ASP.NET
Changing anchor url inside a grid based on binded data
by
rajin kp
Question
3 Jan 2013
license:
CPOL
i have element in my datagrid.Iwant to change " href value to "ViewParentEmail.aspx" when DataBinder.Eval(Container.DataItem, "Type")=2 and to"ViewTeacherEmail.aspx" when...
General Programming
»
Uncategorised Quick Answers
»
General
C#
ASP.NET
Changing anchor url inside a grid based on binded data
by
rajin kp
Answer
3 Jan 2013
license:
CPOL
I solve its by adding a literal to grid view .I dont know whether its a good solution.Any way you got desired output :)protected void TaalebDGView_OnItemDataBound(object sender, DataGridItemEventArgs e) { if (e.Item.ItemType == ListItemType.Item || e.Item.ItemType ==...
General Programming
»
Uncategorised Quick Answers
»
General
C#
ASP.NET
Does this app depend on database load .
by
rajin kp
Forum Message
26 Dec 2012
application behave strange when there is load on database .Some times receiver has repetition of message and sender window has nothing.
General Discussions
»
Article "Chating In Asp.Net Using Ajax"
problems in implemeting chat
by
rajin kp
Forum Message
25 Dec 2012
i am implemt ur chat application in my web app.but it shows some problem sometimes messages in sender window is not shown and sometimes it shown morethan one times plz help
General Discussions
»
Article "Chating In Asp.Net Using Ajax"
Chat Application in asp.net 2.0
by
rajin kp
Question
18 Dec 2012
license:
CPOL
I want to implement chat for my website in asp.net 2.0 I read articleChat Application in ASP.NET Using AJAX (Pop-up Windows)[^]and successfully implemented it but in the comment section i found that this is helpful for student project .If there any other option to implement chat application...
General Programming
»
Uncategorised Quick Answers
»
General
C#
ASP.NET
Selecting Employyes under a manager
by
rajin kp
Question
12 Dec 2012
license:
CPOL
ihave a table named employee contain value eid name Manager type1 Mike 3 12 David 3 23 Roger NULL4 Marry 2 15 Joseph 2 2It is fixed that a manager has only 2 Employee i want to write a query which produce result like below Manager ...
General Programming
»
Uncategorised Quick Answers
»
General
SQL2005
SQL-Server
Accessig Each Row in a asp.net grid view using jquery
by
rajin kp
Question
3 Dec 2012
license:
CPOL
My .aspx page contains a grid view with id="gridview1". It is a bounded grid view and placed inside a update panel it contains a template field with check box.I would like to highlight rows in grid view as the mouse move moves over the grid and want to change color of grid row when the check...
General Programming
»
Uncategorised Quick Answers
»
General
C#
ASP.NET
jQuery
Aggregete function on List using Linq
by
rajin kp
Question
2 Dec 2012
license:
CPOL
I have a list containg list Objlist = new list(); Obj1.Name="earth";obj1.code="1" Obj1.Value = 10; objlist.add(Obj1); Obj2.Name="sun";obj1.code="2" Obj2.value = 15; objlist.add(Obj2); Obj3.Name = "earth";obj1.code="1" Obj3.Value = 25; objlist.add(Obj3);...
General Programming
»
Uncategorised Quick Answers
»
General
C#
ASP.NET
Crystal report Group Header Row merging with sub field
by
rajin kp
Answer
24 Oct 2012
license:
CPOL
crystal reprt Headder row merge with sub items possible ?[^]
General Programming
»
Uncategorised Quick Answers
»
General
C#
.NET
CrystalReports
ASP.net Page : Events not firing
by
rajin kp
Answer
18 Oct 2012
license:
CPOL
problem with validation controls inside template grid .remove all validations and then it works
General Programming
»
Uncategorised Quick Answers
»
General
.NET3.5
C#
ASP.NET
.NET
ASP.net Page : Events not firing
by
rajin kp
Question
8 Oct 2012
license:
CPOL
In my asp.net page am using three template grid for displaying data.first grid fill data in a selected index change of a drop down list and second and third grid fill selected index change of other drop-down list .If sum of rows in three grid greater than 43 page stop firing event.after that no...
General Programming
»
Uncategorised Quick Answers
»
General
.NET3.5
C#
ASP.NET
.NET
Page sum in Crystal report
by
rajin kp
Question
3 Oct 2012
license:
CPOL
HI, Iwant to calculate page sum in page footer and show same amount in next report headder ie My column Amount look likein page1Amount -----------------1256---sum:14page 2Amount-------------b/F:14-----10610----sum:40iam tried this in...
General Programming
»
Uncategorised Quick Answers
»
General
ASP.NET
CrystalReports
converting Integer To Words
by
rajin kp
Question
3 Sep 2012
license:
CPOL
how convert integer value to words:eg: 1020=Thousand and twenty
General Programming
»
Uncategorised Quick Answers
»
General
C#
ASP.NET
how find Time Complexity and Space Complexity of a Program
by
rajin kp
Question
13 Jul 2012
license:
CPOL
I am creating a website( my Academic Project) in which user can upload his program files(.cs,.PHP,.java),than the web compile the program and able to say Time and space complexity automatically.Is this possible.How can we calculate complexity of program .Is there any code in java for finding...
General Programming
»
Uncategorised Quick Answers
»
General
C#
Java
PHP
compiler
creating a sublist from a list based on object's innervariables value using linq c#
by
rajin kp
Question
22 Jun 2012
license:
CPOL
I have list of object list1 ,from this list i want to select a List say "obj" withobj.type="1001"Please suggest Linq query for this
General Programming
»
Uncategorised Quick Answers
»
General
C#
LINQ
crystal reprt Headder row merge with sub items possible ?
by
rajin kp
Answer
13 Jun 2012
license:
CPOL
Use the section expert and set overlay on for the group
General Programming
»
Uncategorised Quick Answers
»
General
C#
ASP.NET
CrystalReports
stored procedure and crystal report
by
rajin kp
Question
13 Jun 2012
license:
CPOL
can we bind a stored procedure with if else condition to crystal reportStored procedure Shown below[sp_report_select_paymentsettlemnt_details] @settlementperiodcode nvarchar(15),@fromdate datetime ,@todate datetime,@condition nvarchar(2)ASBEGIN if...
General Programming
»
Uncategorised Quick Answers
»
General
C#
CrystalReports
crystal reprt Headder row merge with sub items possible ?
by
rajin kp
Question
12 Jun 2012
license:
CPOL
I have a crystal report In which i group items by salesman as shown below Samitem11$22OKitemt2$3returnitem3$11OKSaneeshitem15$212OKitemt12$13OKitem3$11OKBut I need display report as shown below...
General Programming
»
Uncategorised Quick Answers
»
General
C#
ASP.NET
CrystalReports
Uncompiled Stored procedure and DML operation on view
by
rajin kp
Question
11 Jun 2012
license:
CPOL
hi friends ,I m a beginner in Programming.I have some doubt 1)can we create a stored procedure which is not compiled?2)can we create compiled queries with out using stored procedure?3)DML operation is possible in view?PLZ help
General Programming
»
Uncategorised Quick Answers
»
General
SQL2005
SQL-Server
MySQL
how can we delete row from data bounded gridview without using datasource
by
rajin kp
Question
8 Jun 2012
license:
CPOL
how can we delete row from data bounded gridview gridview1.datasource=Listgridview1.databind(); I am using List for binding girview .I want to delete row without deleting corresponding object from listPLZ Please help.
General Programming
»
Uncategorised Quick Answers
»
General
C#
ASP.NET
Crystal report Group Header Row merging with sub field
by
rajin kp
Question
8 Jun 2012
license:
CPOL
I have a crystal report as shown below Groupheadderr1r2r3t2t3u2u1But I need display result as shown below Groupheadderr1r2r3t2t3u2u1ie. the group header comes to first sub row and it is not repeatingIs this possible PLZ Help
General Programming
»
Uncategorised Quick Answers
»
General
C#
.NET
CrystalReports
null values in sum field
by
rajin kp
Question
6 Jun 2012
license:
CPOL
SELECT SUM(totalhanks) AS Expr1, colorcode, subcontractrowid, yarncodeFROM dbo.tb_yarnissueregGROUP BY colorcode, subcontravtrowid, yarncodesum color subcontractrowid yarncodeNULL 4 2012-2013/200/102/1/1 ...
General Programming
»
Uncategorised Quick Answers
»
General
SQL2005
SQL-Server
Selectin an object from list based on ineervariables value using Linq
by
rajin kp
Question
28 May 2012
license:
CPOL
I have list of object list1 ,from this list i want to select an object say "obj" with obj.code="1001"Please suggest Linq query for this
General Programming
»
Uncategorised Quick Answers
»
General
.NET3.5
C#
LINQ
.NET
Join table based on foreign key
by
rajin kp
Question
25 May 2012
license:
CPOL
I have two virtual table table1 fields:B,sum(A)table2 fields:B,sum(K) Table1 data:B sum(A)1 202 303 40Table2 data:B sum(k)5 206 703 20 Join results needed:B,sum(A),sum(K)...
General Programming
»
Uncategorised Quick Answers
»
General
SQL2005
SQL-Server
Virtual Table and Join
by
rajin kp
Question
24 May 2012
license:
CPOL
How create virtual table and inner join them in a single queryOriginal Table:table1 fields:A,B,C,D,ETable2 Fields:F,G,H,B,KVirtual table1 fields:B,sum(A)Virtual table2 fields:B,sum(K)Join results needed:B,sum(A),sum(K)
General Programming
»
Uncategorised Quick Answers
»
General
SQL2005
SQL-Server
Ajax autocompletion Extender
by
rajin kp
Answer
22 May 2012
license:
CPOL
To read this value as string Just add double quote (") before and after valuesie String array look like {"/"9/3/"","/"3/22/"","/"3/22e/""}and change my Web service aspublic static string[] GetCompletionList2(string prefixText, int count, string contextKey) { return (from m in...
General Programming
»
Uncategorised Quick Answers
»
General
C#
ASP.NET
Ajax
Ajax autocompletion Extender in asp.net 3.5
by
rajin kp
Answer
22 May 2012
license:
CPOL
To read this value as string Just add double quote (") before and after valuesie String array look like {"/"9/3/"","/"3/22/"","/"3/22e/""}and change my Web service aspublic static string[] GetCompletionList2(string prefixText, int count, string contextKey) { return (from m in...
General Programming
»
Uncategorised Quick Answers
»
General
C#
ASP.NET
Ajax
Ajax autocompletion Extender in asp.net 3.5
by
rajin kp
Question
22 May 2012
license:
CPOL
I am using an Ajax auto completion extender in my form.When Array for auto completion has value like {"9/3","3/22","3/22e"} auto completion in form popup with values 3,0.1363636363,3/22e insted of "9/3","3/22","3/22e".Values "9/3","3/22" etc are not dates .they are foreign keys in my form . Web...
General Programming
»
Uncategorised Quick Answers
»
General
C#
ASP.NET
Ajax
Ajax autocompletion Extender
by
rajin kp
Question
17 May 2012
license:
CPOL
I am using an Ajax auto completion extender in my form.When Array for auto completion has value like {"9/3","3/22","3/22e"} auto completion in form popup with values 3,0.1363636363,3/22e insted of "9/3","3/22","3/22e".Web service using for auto completion...
General Programming
»
Uncategorised Quick Answers
»
General
C#
ASP.NET
Ajax
Page 1 of 1
First
·
Prev
·
Next
·
Last
Advertise
|
Privacy
|
Mobile
Web02 | 2.6.130513.1 | Last Updated 14 May 2013
Copyright ©
CodeProject
, 1999-2013
All Rights Reserved.
Terms of Use
Layout:
fixed
|
fluid