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
Naidu
NA
11
8.8k
how to assign values to controls in static method.
Jul 27 2013 5:41 AM
Hi Guys,
I have webmethod
which is static and i want to assign the value to text box using webmehod as shown below:
public static void Test(DataRow dr)
{
lblrollno.Text = Convert.ToString(dr[0]);
lblname.Text = Convert.ToString(1);
.
.
.
.
.
.
.
.
.
.
}
Reply
Answers (
1
)
unable to call the jquery function from codebehind,
How to assign privileges to employees by using checkbox ?