You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: controls/chat/server-side-programming/overview.md
+80-1Lines changed: 80 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,10 +8,89 @@ published: True
8
8
position: 0
9
9
---
10
10
11
-
# Server-side Programming Overview
11
+
# Server-side Programming
12
12
13
+
You can configure the settings of **RadChat** and create its elements on the code-behind via the Server-Side API of this customizable ASP.NET Chat control.
13
14
15
+
## Configuring a Chat From the Code-Behind
14
16
17
+
**Example 1** shows a possible application of the Server-Side API of the chat. The code in the example configures some settings of the chat, of its User and Messages settings, then assigns the event handlers of the client-side events.
18
+
19
+
>caption **Figure 1**: A chat that is configured from the code-behind.
0 commit comments