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
SUJAY ANAND
826
983
31.7k
Asp controls and Telerik Rad controls
Nov 28 2019 3:57 AM
How to pass string value to asp controls like textbox or label or telerik text box?
foreach(GridDataItem item in RadGrid1.SelectedItems)
{
String strCityCode = item["CityCode" ].Text.ToString();
lbl1.Text = strCityCode;
txtrad27.Text = strCityCode;
Reply
Answers (
1
)
Search exact text on list of string
JSON to C# Object (JSON Deserializer)