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
Herald Suva
NA
19
88.1k
Handling Formview Mode and page navigation
Jan 28 2011 1:21 AM
somebody can help me on these please....:D
<asp:TreeView ID="TreeView1" runat="server">
<Nodes>
<asp:TreeNode Text="Employees">
<asp:TreeNode Text="Add" Value="Add" NavigateUrl="~/AddEditEmployee.aspx" />
<asp:TreeNode Text="Search" Value="Search" />
<asp:TreeNode Text="Candidate Search" Value="Candidate Search" />
</asp:TreeNode>
</Nodes>
</asp:TreeView>
on my "AddEditEmployee.aspx" page i am using a formview to add and/or edit employee record. What I want to do is, when i click the "Add" on my TreeView I want my formview in "AddEditEmployee.aspx" page to be in Insert mode so that I am able to add new employee. After filling all the required information and click Save button in my formview it automatically redirected to a summary page where the new employee's records are displayed. In this summary page if i clicked the name of the new employee I want page to to return "AddEditEmployee.aspx" page with the formview in Edit mode.
what is best way to handle these problem?.. thank you in advance.. it will be a great help..
Reply
Answers (
0
)
how to insert the bytearray file into a sql table
google map on asp.net web Application