Click here to Skip to main content
15,892,965 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: Problem with table positioning Pin
Paddy Boyd4-Oct-07 1:05
Paddy Boyd4-Oct-07 1:05 
Questiontextbox management in asp.net Pin
haripriyach4-Oct-07 0:53
haripriyach4-Oct-07 0:53 
AnswerRe: textbox management in asp.net Pin
Christian Graus4-Oct-07 1:19
protectorChristian Graus4-Oct-07 1:19 
QuestionSQL Query Parent-Child data within same table. Pin
-- Abhi --4-Oct-07 0:44
-- Abhi --4-Oct-07 0:44 
AnswerRe: SQL Query Parent-Child data within same table. Pin
varshavmane4-Oct-07 0:57
varshavmane4-Oct-07 0:57 
GeneralRe: SQL Query Parent-Child data within same table. Pin
-- Abhi --4-Oct-07 1:08
-- Abhi --4-Oct-07 1:08 
GeneralRe: SQL Query Parent-Child data within same table. Pin
varshavmane4-Oct-07 1:12
varshavmane4-Oct-07 1:12 
AnswerRe: SQL Query Parent-Child data within same table. Pin
codeproject_Tarun4-Oct-07 2:08
codeproject_Tarun4-Oct-07 2:08 
As Per Ur Requirement the query below is

select p.parentid,p.childname,p.childid from tblCategory , tblCategory p
where c.childid=p.parentid

1	Category 2	2
1	Category 3	3
2	Category 4	4
3	Category 5	5
4	Category 6	6


and also if u want to execute the query with where clause then

select p.parentid,p.childname,p.childid from #temp c , #temp p
where c.childid=p.parentid 
and p.parentid=1

Hope It help u ....Smile | :)

Regards
Tarini Singh
Sr. Software Engineer. (IT)
tksingh@zenta.com
Questionalertbox in web appln Pin
Priya S4-Oct-07 0:42
Priya S4-Oct-07 0:42 
AnswerRe: alertbox in web appln Pin
sulabh20204-Oct-07 0:47
sulabh20204-Oct-07 0:47 
AnswerRe: alertbox in web appln Pin
Paras Kaneriya4-Oct-07 0:54
Paras Kaneriya4-Oct-07 0:54 
AnswerRe: alertbox in web appln Pin
sulabh20204-Oct-07 1:01
sulabh20204-Oct-07 1:01 
GeneralRe: alertbox in web appln Pin
Priya S4-Oct-07 1:06
Priya S4-Oct-07 1:06 
GeneralRe: alertbox in web appln Pin
varshavmane4-Oct-07 1:20
varshavmane4-Oct-07 1:20 
AnswerRe: alertbox in web appln Pin
bhavesh31844-Oct-07 2:19
bhavesh31844-Oct-07 2:19 
QuestionDisplay Varbinary<MAX) Image in DataGrid or an Image on a DataList Template Pin
RichardContact-14-Oct-07 0:26
RichardContact-14-Oct-07 0:26 
AnswerRe: Display Varbinary<MAX) Image in DataGrid or an Image on a DataList Template Pin
Christian Graus4-Oct-07 0:38
protectorChristian Graus4-Oct-07 0:38 
QuestionWhy do I get this error everytime when running my application?? Pin
varshavmane4-Oct-07 0:26
varshavmane4-Oct-07 0:26 
AnswerRe: Why do I get this error everytime when running my application?? Pin
Christian Graus4-Oct-07 0:39
protectorChristian Graus4-Oct-07 0:39 
GeneralRe: Why do I get this error everytime when running my application?? Pin
varshavmane4-Oct-07 0:40
varshavmane4-Oct-07 0:40 
GeneralRe: Why do I get this error everytime when running my application?? Pin
Christian Graus4-Oct-07 0:49
protectorChristian Graus4-Oct-07 0:49 
QuestionHow To display data in gridview in Summarized view Pin
codeproject_Tarun4-Oct-07 0:04
codeproject_Tarun4-Oct-07 0:04 
AnswerRe: How To display data in gridview in Summarized view Pin
varshavmane4-Oct-07 0:31
varshavmane4-Oct-07 0:31 
QuestionHow to maintain Session from one site to another Pin
sabby20063-Oct-07 23:56
sabby20063-Oct-07 23:56 
AnswerRe: How to maintain Session from one site to another Pin
Christian Graus4-Oct-07 0:03
protectorChristian Graus4-Oct-07 0:03 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.