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
Prashant Malav
NA
80
19.8k
hidden field value empty
Mar 18 2016 12:23 AM
how to solve on first time page load (redirect one page to second page) hidden field value empty.
Note:-
protected void imgbtncheckout_Click(object sender, EventArgs e)
{
try
{
double checkamount = 250.0;
double codeBehindValue = Convert.ToDouble(HDNshoppingamt.Value); // debugging HDNshoppingamt value empty.
if (codeBehindValue >= checkamount)
{
if (Session["userid"] != null)
{
...
Reply
Answers (
2
)
How to add watermark image in rdlc report in c#
QR code reader through webcam