TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
C# Corner
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
About $parent
Share
facebook
twitter
linkedIn
Reddit
Topics
No topic found
Content Filter
Articles
Videos
Blogs
News
Complexity Level
Beginner
Intermediate
Advanced
Refine by Author
[Clear]
Mahesh Chand (6)
Sonia Bhadouria Vishvkarma (2)
Manoj Kalla (2)
Gajendra Jangid (2)
Siddharth Gajbhiye (2)
Manish Singh (2)
Sanwar Ranwa (2)
Tahir Ansari (2)
Scott Lysle (2)
Kirtan Patel (2)
Dinesh Beniwal (2)
Diptimaya Patra (2)
John Charles Olamendy (2)
Chetan Sanghani (1)
Ishika Tiwari (1)
Shivprasad (1)
Kishorekumar Pooruli (1)
Mohammad Irshad (1)
Sarathlal Saseendran (1)
Priyanka Jain (1)
Tuhin Paul (1)
Mrunali Sawant (1)
Ankit Rai (1)
Rehan Ahmad Abbasi (1)
Vipul Malhotra (1)
Rama Mohan (1)
Mohammad Hussain (1)
Shubhankar Banerjee (1)
Ashish Bhatnagar (1)
Durga Selvendran (1)
Kirtesh Shah (1)
Sanjay Kumar Pathak (1)
Puneet Kankar (1)
Rikam Palkar (1)
George (1)
Sarvesh Shinde (1)
Jin Necesario (1)
Satheesh Elumalai (1)
Rijwan Ansari (1)
g.vernooij (1)
Dhairya Krishnat (1)
Pawan Jajoo (1)
Shervin Cyril (1)
Venkatesh Kumar (1)
Bassam Alugili (1)
Kartik Kumar (1)
Prabhakar Maurya (1)
Sanjay Singh (1)
Shubham Srivastava (1)
Bidyasagar Mishra (1)
Prabu Elavarasan (1)
Sateesh Arveti (1)
Vadim Loboda (1)
Priyaranjan K S (1)
Vishal Jadhav (1)
Jatin Malik (1)
Kuppurasu Nagaraj (1)
Amit Diwan (1)
Mahesh Dahal (1)
Vincent Maverick Durano (1)
Mahender Pal (1)
Akash Malhotra (1)
Rahul Kumar Saxena (1)
Anubhav Chaudhary (1)
Vithal Wadje (1)
Subramanyam Raju (1)
Amit Tiwari (1)
Jasminder Singh (1)
Ramesh Kartik (1)
Vidya Vrat Agarwal (1)
Shekhar Chauhan (1)
G Gnana Arun Ganesh (1)
Mohammed Abdelhay (1)
Mahadesh Mahalingappa (1)
Kumar Saurabh (1)
Camilo III Lozano (1)
Pop Adrian Nicolae (1)
Nildo Soares DeAraujo (1)
nildo (1)
Dipal Choksi (1)
shru27 (1)
Ezhilan Muniswaran (1)
Robert Hinrichs (1)
Related resources for $parent
No resource found
Ethical AI Development in C#: Ensuring Fairness and Transparency
8/29/2024 8:30:10 AM.
It covers strategies for identifying and mitigating bias, implementing transparent algorithms, and adhering to responsible AI practices to build trustworthy systems.
CSS Image Opacity/Transparency
8/28/2024 5:14:19 AM.
This article covers how to create transparent images and text boxes using CSS. It demonstrates using the 'opacity' property for images and hover effects, and shows how to place text in a semi-
Sharing Data from Child to Parent in Angular 18
8/24/2024 7:39:37 AM.
In this walkthrough, you'll learn how to send data from a child component to a parent component in Angular using the @Output decorator and EventEmitter. You'll create a simple Angular project
Share Data from Parent to Child Component in Angular 18
8/23/2024 6:25:55 AM.
Learn how to send data between Angular components using @Input and @Output decorators. This guide demonstrates how to transfer data from a parent to a child component in Angular. Create a project, set
Transparent Data Encryption (TDE) in SQL Server
7/1/2024 7:04:40 AM.
Transparent Data Encryption (TDE) in SQL Server encrypts data at rest, ensuring database and log file protection against unauthorized access. TDE uses a database encryption key (DEK), secured by a cer
Passing Values from Partial Views to Parent Views in ASP.NET MVC
5/30/2024 6:54:34 AM.
Learn efficient methods for sending values from partial views to parent views in ASP.NET MVC. Explore challenges, examples, and techniques like JavaScript messaging for seamless communication, enhanci
3 Important Concepts: - Association, Aggregation and Composition
5/1/2024 11:12:36 AM.
Explore essential OOP concepts like association, aggregation, and composition through real-world examples. Understand their significance in modeling relationships and code maintainability. This artic
Drag and Drop ListBoxItem with Telerik Behavior: Parent Boundary
4/25/2024 10:41:35 AM.
Explore advanced drag and drop techniques in WPF using Telerik controls. Utilize ViewModel and ObservableCollection for dynamic data handling. Master MVVM architecture for cleaner code. Step-by-step
Sharing Data Between Components In Angular
4/16/2024 5:33:03 AM.
Share data between Angular components efficiently using Input and Output decorators, EventEmitter, and component interaction techniques. Explore parent-child and child-parent communication methods to
Sharing Data from Child to Parent in Angular 8 Using @viewchild
4/15/2024 11:51:06 AM.
Angular 8 facilitates efficient parent-child component communication through @ViewChild. This TypeScript decorator allows a parent component to access a child component's properties and methods, e
Share Data Between Child And Parent Components In Blazor
4/12/2024 11:14:56 AM.
Explore Blazor, Microsoft's framework for building dynamic web UIs with .NET. Learn about Razor components, data sharing between parent and child components, and creating reusable UI elements like
Create a Transparency in Image Using HTML5
4/12/2024 5:52:48 AM.
Learn how to create a transparent photo using HTML5 canvas and JavaScript. This beginner-friendly tutorial guides you through setting up the project in Visual Studio, creating HTML files, and adding i
What is Prop Drilling in Vue.js
3/20/2024 11:58:07 AM.
In this article, we will learn Prop drilling in Vue.js refers to the process of passing data from a parent component down through multiple layers of nested child components.
Binding Event Handler And Method As Props In React
3/6/2024 10:40:52 AM.
Binding event handlers and methods as props in React involve passing functions from parent components to child components, ensuring proper binding to maintain the correct context. This pattern allows
Vue.js Custom Events: Enhance Parent-Child Communication with $emit()
3/1/2024 5:39:10 AM.
Vue.js, with its powerful reactivity system, allows seamless communication between parent and child components. While props enable data flow from parent to child, the $emit() method serves as a bridge
How to Communicate from Child to Parent Using Events in Vue.js
2/27/2024 6:33:42 AM.
In Vue.js, child components can communicate with parent components through custom events. Child components emit events using $emit, and parent components listen and respond accordingly, enabling dynam
Props-Pass Tango: A Guide of Component Communication in React
12/28/2023 5:07:23 AM.
A Guide to Component Communication in React.
Data Transfer Without Parent and Child Component
10/31/2023 9:16:09 AM.
This content explains sharing data between Angular components via a service. It covers steps such as service creation, data sharing via click, and retrieval using data services.
Checking Previous Instance (Single Instance) Of An C# Windows Application, Also Setting MDI Child Form To A MDI Parent
10/18/2023 4:42:04 AM.
In this article I will describe how to check previous instance (single instance) of an C# windows application and also whether a MDI child is set to a MDI parent
Calling Parent Page Method From UserControl in C#
9/15/2023 10:41:15 AM.
In this article you will learn how to call a parent's page method from a UserControl in C#.
Oracle Data Provider for .NET : Part II
9/5/2023 5:55:04 AM.
Oracle Data Provider for .NET (ODP.NET) is an implementation of a data provider for the Oracle database. ODP.NET uses Oracle native APIs to offer fast and reliable access to Oracle data and features f
Exploring Math - Trig, Parent - Child and Relationship Functions in DAX
8/29/2023 4:29:48 AM.
This segment goes beyond the basics and explores functions like CALCULATE, FILTER, and ALL. It covers techniques for creating dynamic measures, time intelligence functions, and handling more intricate
How to Verify Your Smart Contract on PolygonScan?
8/27/2023 2:11:36 AM.
Discover Polygon's world of smart contracts. Verify and publish with PolygonScan for transparent, secure DApps. Boost trust, and open doors to transparency.
Child to Parent Data Sharing in Angular
8/22/2023 5:10:51 AM.
In Angular, component communication is a crucial aspect of building dynamic and interactive applications. One common scenario is sharing data from child components to parent components. The @Output de
Sharing Data from Parent to Child Components in Angular using @Input()
8/15/2023 9:00:40 AM.
Angular is a popular front-end framework that promotes component-based architecture. One common scenario in web development is passing data from a parent component to a child component for rendering o
Message Panes and Confirm Panes in Advance JFC
7/11/2023 5:32:21 AM.
Of all the options panes, the easiest option pane to create is a message pane. And Confirm pane is slightly different from the message option pane. This type of pane is used to request a decision from
How to Send Data From Parent Component to Child Component in Vue.js
5/29/2023 5:16:01 AM.
Angular @Output() Decorator
4/27/2023 9:58:58 AM.
In this article, we are going to discuss how to share data between the child component to parent component. In the previous article, we discussed how to pass data from the Parent component to the chil
Power Apps Confirmation Pop up screen using Container controls
4/26/2023 5:54:48 AM.
In this article, we will see how to add a confirmation pop-up screen for changing the status of an item in gallery control using container controls. This can be done using rectangle control also, but
How to get the parent directory in C#?
2/21/2023 11:51:52 PM.
How to get the parent directory of a sub directory in C# and .NET.
How To Pass Data From Child To Parent Component In React
12/30/2022 5:39:46 AM.
In this article, you will learn how to pass data from child to parent component in react.
Call Parent Method From Child Component And Child Method From Parent Component
3/9/2022 3:50:22 PM.
Call parent method from child component and child method from parent component
Valid Parentheses Solution With Stack In C# And JavaScript
2/22/2022 8:42:28 PM.
In this article, you will learn about valid parentheses solution with stack in C# and JavaScript.
Valid Parentheses
12/30/2021 6:49:40 AM.
This is an algorithm problem.
Trigger one flow from other in Power Automate
8/30/2021 5:42:31 AM.
In this video tutorial we will see how to run or call a child flow from your current flow.
jQuery Content Filter Selectors
4/10/2021 1:05:39 AM.
In this video we have discussed the jQuery content filter selectors such as contains, empty, has and parent.
How To Pass Data Between The Component To Another Component In Angular
3/23/2021 12:55:38 PM.
In this article, you will learn how to pass data between the component to another component in Angular.
Scope Inheritance - Master/Parent Child Controller In Angular
1/27/2021 4:12:33 PM.
In this article, you will learn about Scope Inheritance - Master/Parent Child Controller In Angular.
Sharing Data Between Angular Components Via @Input() And @Output()
1/19/2021 1:39:39 PM.
Transfer data from Parent to child component using @Input() decorator which allows data to pass through templates and child to parent component using @Output() decorator with the help of Event Emitter
Caution When Using SetParentRow of a DataSet
11/2/2020 4:56:36 AM.
I had a serious performance killer when using SetParentRow in the creation of a DataSet in ADO.NET.
DataRelation in ADO.NET
10/30/2020 2:17:09 AM.
In this article I will explain you about DataRelation in ADO.NET.
Parent And Child DAX Functions In Power BI
9/30/2020 2:20:47 PM.
In this article, you will learn about Parent and Child DAX Functions in Power BI.
Parent-Child Relationship Between Tabbed PowerApps Forms
7/31/2020 6:32:24 AM.
In this article you will learn about Parent-Child Relationship between Tabbed PowerApps Forms.
CSS Selectors in HTML : Part 2
5/7/2020 6:03:29 AM.
Today, we are going to explore CSS Selectors in HTML.
Let's Develop An Angular Application - Transfer The Data From Parent Component To Child Component Using @input() Decorator
5/5/2020 12:11:29 AM.
In this article ,we will see to transfer the data from a parent component to child component using @Inout() decorator
Create a Parent-Child Component in Angular
5/2/2020 2:13:09 PM.
In this article, you will learn how to create a Parent-Child component in Angular.
Intro To Pattern Matching - Covers C# 9
2/24/2020 2:44:43 AM.
In this article you will learn about Pattern Matching: Covers the proposals for C# 9.
How To Use Parental Control In Windows 10
1/13/2020 5:33:00 AM.
In this article, you will learn how to use parental control in Windows 10.
How to Make Windows 8 Transparent
12/20/2019 12:02:46 AM.
In this article we are going to explain how to make windows 8 transparent.
Make Transparent Web Page in HTML 5
12/19/2019 10:50:54 PM.
In this article you learnt how to make a webpage transparent using HTML5 and CSS3.
Create a Transparent Color Text Using HTML 5
12/4/2019 2:30:10 AM.
This is a simple application for beginners that shows how to create a transparent color text using HTML 5 and CSS tools.
How to Configure Parental Controls in Windows 8
12/2/2019 1:07:09 AM.
Parental controls is one of the best tools available in Microsoft’s operating systems. Parental control is used to protect your children from using system and also restricting the period they use it.
jQuery Traversing on DOM
11/5/2019 10:30:57 PM.
In this session, I will discuss about jQuery Traversing, DOM, and how can we traverse a DOM. We will also look into the types of traversing.
Getting Return 0 Value From C# Entry Point Method Using Parent And Child Programs
4/4/2019 11:22:01 PM.
In this article, we will learn how to return 0 value from C# Entry Point Methods using Parent and Child programs.
Transparent Brushes in WPF
2/26/2019 11:08:34 PM.
All elements in XAML including all brushes have an Opacity attribute that defines the transparency of an element. This article demonstrates how to use Opacity to implement transparent brushes in WPF u
Transparent Background of a Control in WPF
12/20/2018 11:59:21 PM.
How to create a transparent control in WPF. WPF control's background can be transparent by setting the Background property to null.
Understanding SQL Server Transparent Data Encryption
1/15/2018 4:19:50 AM.
In this video, we will look into the encryption of SQL Server Database using TDE.
Combination Of Id-ParentId And HierarchyId Approaches To Hierarchical Data
7/26/2017 11:09:41 AM.
How to combine the Id-ParentId and HierarchyId approaches to keep and fetch the data in hierarchical and alphabetical order.
Transparent Data Encryption In SQL Server
5/31/2017 5:32:15 PM.
Transparent Data Encryption in SQL Server.
Implementing Transparent Data Encryption In Always On
3/21/2017 3:31:14 PM.
Implementing Transparent Data Encryption In Always On.
Layout Width And Height + Linear Layout - Android Tutorial
12/16/2016 2:21:16 AM.
Learn about Android's layout width and layout height attributes - possible values that can be assigned to these attributes, the difference between match parent and wrap content. Also, learn about
Setting Up Transparent Data Encryption With Existing Azure SQL Database
9/13/2016 11:18:13 AM.
In this article, you will learn setting up of the Transparent Data Encryption of an existing Azure SQL Database, by using Azure Portal.
Add Up Button On App Bar In Android
8/4/2016 1:52:52 AM.
Android Studio tutorial to add "Up Button" on App Bar in Android. The button will perform up action and work like back button to reach the parent activity (Main Activity).A demo project is a
Transparent Data Encryption In SQL Azure
8/2/2016 10:17:49 AM.
In this article, you will learn about transparent data encryption in SQL Server.
MasterPage, UserControl, ModalPopup And UpdatePanel - Passing Values To Parent Page
7/21/2016 3:04:11 PM.
In this article, you will learn about MasterPage, UserControl, ModalPopup and UpdatePanel for passing values to parent page.
Show Child Accounts On Bing Maps Under Parent
11/23/2015 5:23:44 AM.
In this article we are going to demonstrate how we can add multiple pushpins in Bing Maps based on the latitude and longitude.
Fire Event From Child To Parent in C#
8/27/2015 1:48:14 PM.
In this article you will learn how to call a web form method or event from a child user control event or method using delegates.
ASP.Net jQuery and JSON Showing Modal Popup With (Parent - Child Window) Value Dependency
7/12/2015 12:15:40 AM.
This article shows how to show a modal window in ASP.NET using jQuery.
Call $scope, Model of Child Page on Parent Page in AngularJS
7/2/2015 5:09:09 PM.
This article explains how to call $scope and model of a child page on the parent page in AngularJS.
Call User Control Method From Parent Page in ASP.Net
2/6/2015 1:45:59 PM.
In this article we will learn how to call a User Control method from a parent page in ASP.Net.
Simple Way To Drag and Drop the Control Within Parent Layout in Windows Phone
11/26/2014 3:31:14 PM.
This article shows how to drag and drop controls inside of the parent layout in Windows Phone.
Differences Among SQL Server 2000, 2005 and 2008
9/26/2014 9:19:38 AM.
This article explains the main differences among SQL Server 2000, 2005 and 2008.
Pass Data From User Control to Parent Page, Using Events and Delegates in ASP.Net
3/13/2014 1:30:09 PM.
This article explains how to pass data from a user control to the parent page using events and delegates in ASP.Net.
Understanding FACADE Pattern
8/13/2013 10:40:51 AM.
The GOF book says the Facade Pattern should “Provide a unified interface to a set of interfaces in a system. It defines a high level interface that makes the subsystem easier to use”.
Building MDI WinForms Application using C#
8/8/2013 2:34:55 AM.
The Multiple-Document Interface (MDI) is a specification that defines a user interface for applications that enable the user to work with more than one document at the same time under one parent form (window).
Creating a Sub-task by Splitting Parent's Issue in JIRA in Testing
11/18/2012 12:12:16 PM.
In this article we discuss how to create a sub-task by splitting the parent's issue in JIRA in Testing.
Transparent Borderless Forms in Visual Basic 2005
11/9/2012 8:03:13 AM.
This article describes an approach to display transparent forms in a Windows application.
Developing MDI Applications in C#
5/19/2012 4:55:36 AM.
In this article, I'll explain how to write MDI applications using C# and Windows Forms.
Transparent Borderless Forms in C#
5/15/2012 4:21:03 PM.
This article describes an approach to display transparent forms in a Windows application.
How to Access MdiParent Controls From Child Forms
5/15/2012 3:20:25 PM.
In this article we will see how to access MdiParent controls from child forms.
How to Prevent Multiple Instances of Child Form in MDI Windows Form Application
5/15/2012 2:00:55 PM.
This article shows you how to prevent multiple instances of child form in MDI windows Form application.
Silverlight Child Window - Passing Data Between Child And Parent
8/7/2011 7:05:39 PM.
In this article we are going to see the Child window control in Silverlight. This example is taken from Silverlight 4 unleashed and implemented.
Cascading DropDown List in ASP.NET MVC 2 using JQuery
2/21/2011 7:14:03 PM.
Here I will demonstrate a cascading dropdown list (populating a child dropdown based on selection of parent dropdown) .
Drawing Transparent Controls in GDI+
8/4/2010 5:15:45 AM.
In this article you will learn how you can draw transparent controls.
Create a MDI Parent Form in VS 2008
7/10/2010 2:12:55 AM.
In this article you will learn how to Create a MDI Parent Form in VS 2008.
Transparent GUI in Windows Forms
4/23/2010 5:45:54 AM.
My article is about a prototype POS system for grocery stores or 24 hours mini marts using Transparency graphical user interface.
Show Parent Child Records in Windows Form like Ms Access
2/27/2010 4:27:57 AM.
In this article I am going to teach you that same thing how show such records in hierarchical view.
Drawing Transparent Graphics Objects in GDI+
2/21/2010 10:58:46 PM.
In this article I will explain about Drawing Transparent Graphics Objects in GDI+.
Transparent Window in WPF Application
12/17/2009 2:33:31 AM.
In this article I will guide you through how to use it. Remember Transparent Windows is not available in Windows XP by default Shell, but in Windows Vista and Windows 7 the Shell supports Transparency.
Checking a HTTP proxy status and type
10/18/2009 9:48:33 PM.
This article demonstrates how to check if a HTTP Proxy is working and if its anonymous or transparent using C#.
Passing Data from Child Window to Parent Window in Silverlight 3
10/12/2009 1:40:27 PM.
In this article we will see a sample implementation of this requirement to pass the value from the ChildWindow to the Parent Window.
Building Transparent Controls in WPF
10/1/2009 10:18:21 PM.
This article demonstrates how to build transparent and semi-transparent controls in WPF.
Developing Web Applications using data binding technologies
1/23/2009 1:03:31 AM.
This article is intended to illustrate how to develop Web application using data binding technologies in Microsoft Visual Studio.NET and Oracle JDeveloper.
Making Transparent Control using GDI+ and C# (Updated to NET 3.5)
6/11/2008 10:24:59 PM.
This article provides an approach to a Transparent Control that draws an ellipse with real transparent background and a brush that supports transparent colors.
Making Transparent Controls using GDI+ and C#
1/31/2007 6:44:17 AM.
This article shows you how to draw transparent controls with the help of GDI+.
Passing Data Between a Windows Form and Dialog Boxes
1/30/2007 6:38:01 AM.
In this example, we will create a windows form application to demonstrate the transfer of data between a windows form and a dialog box displayed from the windows form.
Transparent Panel in C#
1/30/2007 6:18:42 AM.
The attached source code shows how to create a transparent Panel in C#. Download the source code for more details.
Refreshing a parent page from a child in ASP.NET 2.0
1/18/2007 3:37:26 AM.
I'm going to explain how to refresh a parent page from a child page using the new API of ASP.NET 2.0 and JavaScript language.
Presenting Child Data along with Parent Row in Data Grid
2/27/2006 12:02:43 AM.
This article explains how we can bind the parent and child data to a Data Grid with minimum code effort using the Repeater control.
A Shaped Windows Forms Application with Variable Opacity
1/16/2006 6:57:00 AM.
This application demonstrates two simple techniques that beginners might find useful in developing creative new looks for Windows applications.