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
Joseph Eldho
NA
187
10.4k
search option not working in nested gridview, differen table
Sep 26 2017 3:06 AM
In the nested gridview there are multiple rows for each in the main gridview. Related both with same id . Here id as billno select LbillHead.BillNo,LDate,custid,custname,Addrtype,(selectsum(Qty) from LbillDetails where LbillHead.BillNo=LbillDetails.BillNo) as Qty, (selectsum(Total) from LbillDetails where LbillHead.BillNo=LbillDetails.BillNo) as Total,(selectsum(GSTAmt) from LbillDetails where LbillHead.BillNo=LbillDetails.BillNo) as GSTAmt, (selectsum(InvAmt) from LbillDetails where LbillHead.BillNo=LbillDetails.BillNo) as InvAmt,LbillDetails.description "from LbillHead innerjoin custinfo on custinfo.custid=LbillHead.nameinnerjoin lbilldetails on lbilldetails.descid=LbillHead.billno where LbillHead.BillNo <> 0 " + str + "orderby LbillHead.BillNo desc
Reply
Answers (
1
)
I want to start a development of a website in .NET
how we make extensection of images to uplode in mvc