Want to build the ChatGPT based Apps? Start here
Become a member
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
C# Corner Home
Technologies
Monthly Leaders
ASK A QUESTION
Forum guidelines
Abdalla Elawad
1.2k
1k
186.7k
how can create Id to (a) inside li asp.net
Oct 29 2019 1:14 AM
hi guys
how can i create id here and how to call this id on thal site master page load . alreday create this id but can not ability to call it on page load of site master , please look to code on both side :
Welcome
Logout
protected void Page_Load(object sender, EventArgs e)
{
if (Session["RequesterName"] != null)
{
Welcome.InnerHtml = "Welcom : " + Session["RequesterName"].ToString();
}
Reply
Answers (
5
)
how can i save long number in sql contain 10 digits
convert xml node like data from database to list of string