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
Rocky Rocky
NA
317
151.2k
How to disable the edit Button on gridview depends on status
Aug 27 2013 5:26 AM
Hi Friends,
i ve the application like that Travel request.aspx
departuredate = jquery date picker
from =textbox
to = textbox
lodge = textbox
add(after press the button ll on details on gridview)
submit
GRIDVIEW table
(above insertion value shown here)
for above values stored on My database table structure is:
create table travel_request
(
claim_id int identity,
departuredate datetime,
from varchar(20),
to varchar(20)
is_approved varchar(30)
)
once the user press the submit means ll go to approver now travel_request table column is_approved="fresh" in these fresh status user can edit the value from grid view.
once the approver given the approval now travel_request table column is_approved="approved " gidview edit button would be disable
how to make a code?
Reply
Answers (
7
)
How to parse JSON file in C# win form?
ListView