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
Viral Patel
NA
39
20.8k
How to pass text box number into int variable using c#
Sep 3 2015 3:33 AM
How to bind total in text box :
Ex : 15000 Database tot_amt Fileds Value Bind In Textbox
TextBox Value in Number =15000;
This Value Pass To The Integer Variable
Ex:
int a=Convert.ToInt32(Textbox.text);
But Textbox value are not the pass in a integer variable a.
How can possible to solved this problem .
plz answer this problem.......
Reply
Answers (
6
)
how to invisible the checkedlistbox item in c#.net
Memory