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
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
Abdalla Elawad
NA
1k
214.2k
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