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
Sujeet Raman
860
927
354.4k
My Llink button is not firing(Source code attached)
Sep 6 2016 2:18 AM
Llink button is not firing, but working when commented the code in page load
In one of my page MeasurementNew.aspx and cs page having this issue.
Link button is not working. If I commented the code in page load including !postback,its firing but the dropdown named dddemandnumber failed to load.
2.Add new item is another button in the grid which is having same function in the above link button also not working
protected void btnNewItem_Click(object sender, EventArgs e)
gridview:gvdetail
Enable tracing and check the axd file in new tab.checked link button time, attributes, lost timings etc. Also delete the link buttons entire link. Then rebuild and drag and drop the link
its working when no selection in dropdown.when i select a value in dropdown the page displayed according to that value..But link button still dead
protected void lbtnSRBook_Click(object sender, EventArgs e) { Response.Write("123"); } works on link button click.but when i add the code instead of " Response.Write("123")" not working
Attachment:
sourceCode.rar
Reply
Answers (
3
)
how to use google translation api in offline mode example
why textbox is appear when fillup the correct details?