Click here to Skip to main content
15,893,190 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: Storing and Restoring viestate of page Pin
Not Active6-Apr-10 6:20
mentorNot Active6-Apr-10 6:20 
GeneralRe: Storing and Restoring viestate of page Pin
Shrikant Kale6-Apr-10 18:25
Shrikant Kale6-Apr-10 18:25 
GeneralRe: Storing and Restoring viestate of page Pin
Not Active7-Apr-10 1:57
mentorNot Active7-Apr-10 1:57 
GeneralRe: Storing and Restoring viestate of page Pin
Shrikant Kale8-Apr-10 19:26
Shrikant Kale8-Apr-10 19:26 
AnswerRe: Storing and Restoring viestate of page Pin
Arindam Tewary6-Apr-10 19:10
professionalArindam Tewary6-Apr-10 19:10 
QuestionReport with mulpitle Charts Pin
icanmakeiteasy6-Apr-10 5:14
icanmakeiteasy6-Apr-10 5:14 
AnswerRe: Report with mulpitle Charts Pin
T M Gray6-Apr-10 10:26
T M Gray6-Apr-10 10:26 
AnswerRe: Report with mulpitle Charts Pin
icanmakeiteasy13-Apr-10 19:33
icanmakeiteasy13-Apr-10 19:33 
Location_id  Parent_id  Location_name
29	       3        Rahway, NJ (Time Zone:EST)
3	       0        United States
30	      29        126 E. Lincoln Avenue
5	       3        North Wales, PA (Time Zone: EST)
6	       3        Whitehouse Station, NJ (Time Zone: EST)
7	       5        351 North Sumneytown Pike
8	       7        Upper Gwynedd
31	      30        Rahway
32	       3        West Point, PA (Time Zone:EST)
11	       6        One Merck Drive
12	      11        Whitehouse Station
33	      32        770 Sumneytown Pike
34	      33        West Point
35	       0        United Kingdom
36	       0        Germany
37	      36        Munich
38	      37        85540 Haar
39	      38        Lindenplatz 1
40	       0        Japan
41	      40        Tokyo
42	      41        Chiyoda-ku
43	      42        Kitanomaru Square
44	      43        1-13-12 Kudan-kita-Room 1425-E
45	       0        Singapore
46	      45        #10-03/10 Parkview Square
47	      46        600 North Bridge Road-188778
48	       3        San Francisco, CA
49	      48        Sirna-SF-314
50	       0        Brazil
51	       0        Italy
52	      51        Rome
53	      52        VIA PONTINA KM 30, 600
54	       0        Canada
55	      54        16711 TRANS-CANADA HIGHWAY
56	      55        Montreal H9H 3L1
57	      48        1700 Owens Street, 3rd Floor - 94158
58	       3        Boston, MA (TimeZone:EST)
59	      58        33 Avenue Louis Pasteur
60	      59        Boston<pre>

question is how to get United States child location?
relation is, 
United States ID is 3,
so find out all the parent_id with '3' 
ex:[North Wales, PA (Time Zone: EST)] parent_id is '3' location_id is '5'
now if any location's parent_id is '5', then that is also UnitedSates children
<pre>
3	       0        United States
5	       3        North Wales, PA (Time Zone: EST)
6	       3        Whitehouse Station, NJ (Time Zone: EST)
7	       5        351 North Sumneytown Pike
8	       7        Upper Gwynedd

how to get all the locations under 'United Sates'
icanmakeiteasy

GeneralRe: Report with mulpitle Charts Pin
kiranu eepuri13-Apr-10 20:43
kiranu eepuri13-Apr-10 20:43 
GeneralRe: Report with mulpitle Charts Pin
icanmakeiteasy13-Apr-10 20:56
icanmakeiteasy13-Apr-10 20:56 
GeneralRe: Report with mulpitle Charts Pin
icanmakeiteasy13-Apr-10 20:57
icanmakeiteasy13-Apr-10 20:57 
GeneralRe: Report with mulpitle Charts Pin
icanmakeiteasy21-Jul-10 1:40
icanmakeiteasy21-Jul-10 1:40 
Questionajax popup extender black background around the window Pin
laziale6-Apr-10 5:08
laziale6-Apr-10 5:08 
AnswerRe: ajax popup extender black background around the window Pin
T M Gray6-Apr-10 10:24
T M Gray6-Apr-10 10:24 
GeneralRe: ajax popup extender black background around the window Pin
Dipal Learner21-Dec-10 3:11
Dipal Learner21-Dec-10 3:11 
AnswerRe: ajax popup extender black background around the window Pin
Tyarla7-Apr-10 0:26
Tyarla7-Apr-10 0:26 
QuestionHelp with This Error --> Exception Details: System.Runtime.InteropServices.COMException: Retrieving the COM class factory for component with CLSID {0002E55D-0000-0000-C000-000000000046} failed due to the following error: 80040154 Pin
felipependragon6-Apr-10 3:19
felipependragon6-Apr-10 3:19 
AnswerRe: Help with This Error --> Exception Details: System.Runtime.InteropServices.COMException: Retrieving the COM class factory for component with CLSID {0002E55D-0000-0000-C000-000000000046} failed due to the following error: 80040154 Pin
felipependragon6-Apr-10 5:00
felipependragon6-Apr-10 5:00 
Questionhow to remove the rows from the gridview control when check box is unchecked Pin
developerit5-Apr-10 23:52
developerit5-Apr-10 23:52 
AnswerRe: how to remove the rows from the gridview control when check box is unchecked Pin
m@dhu6-Apr-10 0:39
m@dhu6-Apr-10 0:39 
AnswerRe: how to remove the rows from the gridview control when check box is unchecked Pin
Brij6-Apr-10 0:43
mentorBrij6-Apr-10 0:43 
AnswerRe: how to remove the rows from the gridview control when check box is unchecked Pin
carlecomm7-Apr-10 2:38
carlecomm7-Apr-10 2:38 
QuestionExport GridView Only to Excel in asp.net Pin
Abdul Rahman Hamidy5-Apr-10 23:31
Abdul Rahman Hamidy5-Apr-10 23:31 
AnswerRe: Export GridView Only to Excel in asp.net Pin
Dinesh Mani5-Apr-10 23:58
Dinesh Mani5-Apr-10 23:58 
GeneralRe: Export GridView Only to Excel in asp.net Pin
Abdul Rahman Hamidy6-Apr-10 0:13
Abdul Rahman Hamidy6-Apr-10 0:13 

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.