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
Wilco van den Brink
NA
9
1k
what's wrong in this code, and how to solve it?
Jun 14 2015 8:20 PM
//L/E Number (LifePath/Expression Bridge Number).
public static int getLEBridgeNumber (LE_bridge_outcome.Text)
{
{
int input1 = int.Parse(Life_path_outcome.Text);
int input2 = int.Parse(Expression_outcome.Text);
return simplify (input1 - input2);
getLEBridgeNumbe.Text = getLEBridgeNumbe.ToString();
This error code is displaying:
Error 1 Identifier expected
This a related part of the code:
LE_bridge_outcome.Text = MY_service.getLEBridgeNumber(Life_path_outcome.Text, Expression_outcome.Text).ToString();
Thank in adventage,
Inspired greets,
Mysterio
Reply
Answers (
7
)
Page life cycle in Asp.net
C# Programming Chapter 3 exercises HELP!