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
Pankaj Kumar Choudhary
69
26.6k
13.4m
Use aspx.cs code in aspx page
Feb 22 2015 8:57 AM
I have a Doubt that what effect will occure if use the aspx.cs page code in .aspx page.
Like:
<form id="form1" runat="server">
<div>
<script runat="server">
protected void Page_Load(object sender, EventArgs e)
{
Response.Write("aspx");
}
</script>
</div>
</form>
Can it effect the performance of Application if yes( How???).
Please Clear my Doubt...
Reply
Answers (
1
)
by repeater control
how to get user's HostName, IP, and MAC Address ?