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
Sakshi Kaul
NA
72
7.2k
Database connectivity in ASP.net
Mar 26 2019 6:35 AM
Hi
I have to do coding on register button but I am not able to undestand on which page do I have to do coding for register button?
My code is starting from this below line....Please help
<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="Registration.aspx.cs" Inherits="RegistrationForm.Registration" %>
<!DOCTYPE html>
<script runat="server">
protected void ReligionTxt_TextChanged1(object sender, EventArgs e)
{
}
protected void EmpIdTxt_TextChanged(object sender, EventArgs e)
{
}
protected void Save_Click(object sender, EventArgs e)
{
Response.Write("page is registered");
}
protected void Page_Load(object sender, EventArgs e)
{
}
protected void GridView1_SelectedIndexChanged(object sender, EventArgs e)
{
}
</script>
Reply
Answers (
14
)
how to set holidays in calendar control from xml file
How to change the style of checkboxes ?