Login or Sign Up
Logging in...
Remember me
Log in
Or
Sign Up
Forgot password or user name?
Log in with
Search in titles only
Search in C Sharp only
Search
Advanced Search
Forums
Product Launch
Updates
Today's Posts
Member List
Calendar
Home
Forum
Topic
C Sharp
for changing the form name
Collapse
X
Collapse
Posts
Latest Activity
Photos
Page
of
1
Filter
Time
All Time
Today
Last Week
Last Month
Show
All
Discussions only
Photos only
Videos only
Links only
Polls only
Events only
Filtered by:
Clear All
new posts
Previous
template
Next
malli kai
New Member
Join Date:
Sep 2011
Posts:
6
#1
for changing the form name
Sep 27 '11, 06:41 AM
i want to change the form name.if i select one company database that company name will displayed in title of the form
riteshbest
New Member
Join Date:
Apr 2010
Posts:
4
#2
Sep 27 '11, 08:18 AM
Originally posted by
malli kai
i want to change the form name.if i select one company database that company name will displayed in title of the form
Syntax:
Code:
Page.Title = "//Your title";
Here is example with detailed procedure:
ASP.NET Core, an open-source web development framework | .NET
http://www.asp.net/master-pages/tutorials/specifying-the-title-meta-tags-and-other-html-headers-in-the-master-page-cs
Build web apps and services that run on Windows, Linux, and macOS using C#, HTML, CSS, and JavaScript. Get started for free on Windows, Linux, or macOS.
Comment
Post
Cancel
GaryTexmo
Recognized Expert
Top Contributor
Join Date:
Jul 2009
Posts:
1501
#3
Sep 27 '11, 03:51 PM
If this is WinForms, you can also use the
Text
property.
Comment
Post
Cancel
Previous
template
Next
Working...
Yes
No
OK
OK
Cancel
👍
👎
☕
Comment