473,625 Members | 2,744 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

FormView Buttons

Hello,

I created a FormView at runtime and implemented Insert, Edit and Item
templates through a Class (Implements ITemplate).

Since all my templates are the same, i.e., there are no differences
between them I just used the same class for all.

Can I do this?

And in my ITemplate I created 3 buttons: Insert, Update, Edit and
Cancel.

How can I make the buttons work with FormView?

And how do I have to manual hide or show the buttons depending on
FormView mode?

Thanks,

Miguel

Sep 29 '07 #1
1 2866
You can use the CommandName property of the buttons to make them
insert, update, edit, and cancel. Just set it to one of those as
strings. You can handle the PreRender event of the buttons to
determine if the mode of the containing FormView should contain each,
and set the Visible property appropriately.

-Mike Placentra II

On Sep 28, 10:01 pm, shapper <mdmo...@gmail. comwrote:
Hello,

I created a FormView at runtime and implemented Insert, Edit and Item
templates through a Class (Implements ITemplate).

Since all my templates are the same, i.e., there are no differences
between them I just used the same class for all.

Can I do this?

And in my ITemplate I created 3 buttons: Insert, Update, Edit and
Cancel.

How can I make the buttons work with FormView?

And how do I have to manual hide or show the buttons depending on
FormView mode?

Thanks,

Miguel
Sep 29 '07 #2

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

0
907
by: Ken McBryde | last post by:
I want to be able to jump to a record within a dataset being viewed by a formview. I have a formview bound to a SqlDataSource that returns multiple records, the UI offers the user Prev and Next buttons so that they can move through the data. It seems that you can move dynamically through the records in a formview simply by changing the page index, but this relies on the user knowing the page they want to see. I would like the user to be...
0
1354
by: hammad.awan_nospam | last post by:
Hello, This problem is really frustrating to me. I have a FormView on my page where I do all of the binding programatically. In other words, I don't use a datasource control but I bind to the DataSource property. I have defined an ItemTemplate which is necessary that has only a single link button with a command of "New." I also have defeined an InsertItemTemplate with two link buttons with command names of "Insert" and "Cancel", and...
4
12087
by: sck10 | last post by:
Hello, I am trying to use a radiobutton inside of a FormView for editing data. My question is how do you bind the radio buttons to the data field? Thanks, sck10 <td style="width:30%; text-align:center;"> <asp:RadioButton id="rbn01Approved" runat="server"
8
7064
by: BB | last post by:
Hi, I am using FormView Contol, TextBox (Hidden ) and Submit button whose caption is "View Page" in my aspx page. Here is what I am tryin to do.When page loads I generate dynamic url in text box . I want to append exisitng value in Formview field "CustomeID" to url. When userclicks on "view page" ,new window is opened with dynamic url. I am able to do generarting url dynamically, but dont know how i can do rest of the things. Any idea?
0
1187
by: Jon Paal | last post by:
--dropdownlist value isn't being saved to database from FORMVIEW --field PriorityID is datatype "number" (integer) what's missing ???? '=========code============= <asp:Content ID="Content1" ContentPlaceHolderID="PageContentPlaceHolder" runat="Server"> <asp:AccessDataSource id="DataSource1" Runat="Server"
1
6105
by: Brad Baker | last post by:
I have created a usercontrol (ascx file) which contains a formview, inside of the formview I have an EditItemTemplate and an ItemTemplate. Both the EditItemTemplate and ItemTemplate have link buttons which call some code to changed the formview mode from Edit to ReadOnly or vice versa. When I run the code though and click the link buttons, the formview doesn't switch modes (the page reloads the mode just doesn't change) Here is the code...
2
2146
by: Dennis | last post by:
I have a basic formview with edit and new buttons. I would like to hide the buttons if the user is not a member of certain groups. I know the code looks like this, but I can't figure out where the code needs to be called from because it errors if the controls don't exist. If Not Roles.IsUserInRole(ConfigurationManager.AppSettings("PowerUsers")) Then fvwCustomer.FindControl("EditButton").Visible = False
1
1573
by: shapper | last post by:
Hello, I have a GridView where each row has an EDIT and a DELETE buttons. I also have a FormView with TextBoxes, DropDownLists, etc. When an EDIT button is pressed I make the MyFormView.Visible = True. My questions are:
5
5341
by: rsdev | last post by:
Hi Guys, I can't get to the bottom of this one. I have a formview in an updatepanel and I switch between ReadOnly and Edit mode. No problem the first time round but when I try on the second go to return to ReadOnly it sticks in Edit mode. Wierd!!! Here's my code; public void BtnCloseEditMode_Click(object sender, EventArgs args) {
0
8253
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
8189
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
7182
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
1
6116
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
5570
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
4089
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
1
2621
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
1
1802
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
2
1499
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.