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
Sidhartha Patnaik
1.2k
516
8.3k
repeater control
Apr 5 2017 4:11 AM
Hello sir,
How to count the number of textbox is null or not null inside a repeater control after retriving data from database.
my .aspx page
===========
<asp:repeater ID="Repeater1" runat="server">
<ItemTemplate>
---- and some Label controls-----
<asp:TextBox ID="TextBox1" runat="server"></asp:TextBox>
</ItemTemplate>
Due to there are two datas in database the textbox appears twice. So How to count which textbox is null or not null between these two textbox ?
Thanking you
Sidhartha Patnaik.
Reply
Answers (
5
)
Showing table field in sql server if not equal to 0
how to use case query for this task