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
Ankit Shukla
NA
681
116.8k
use class file in web form
Aug 17 2018 10:57 PM
Hello,
I have a class file "customer.cs". location of class file is:
App_Code > BL (Folder) > customer.cs
some part of code:
Namespace PlaceTheBall.BE
Public Class clsBEBalls
{
code....
}
I have a page login.aspx which is in admin folder.
Admin(folder) > login.aspx
How to call customer.cs in login.aspx?
I am trying like this:
using PlaceTheBall.BE
But it is not working.
Please help
Reply
Answers (
3
)
Dynamic Textbox
How to Export Data to Excel in Laravel?