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
Karthik K
1k
738
192.1k
How to Disable Textbox in Gridview If the Texbox is not null
Aug 30 2013 5:17 AM
Dear Friend ,
I would like to Disable the Textbox in Gridview , if the textbox is not null...
I wrote the below coding in the RowEditing Event but its not working.
gvAssginingView.EditIndex = e.NewEditIndex;
TextBox TxtVal = (TextBox)gvAssginingView.Rows[e.NewEditIndex].FindControl("txtDriverCode");
TxtVal.Enabled = false;
Can Anyone Guide me ...
Thanks in advance
Karthik.k
Reply
Answers (
3
)
How to change dataset QUERY connection string at runtime in
how to get first three character from string in asp.net?