-
Hi, This may seem to a very easy one for some. I already have a formview which has an EDIT DELETE NEW LINKButton in its ItemTemplate. Now based on some criteria i want the EDIT & DELETE linkbuttons to be enabled/disabled. Means when a user is not an Admin, the edit and delete button should not be...
-
Hi, I have a dropdown box listing "Teams" (id: DropDownList1) and another dropdown box listing "Staff" (DropDownList2). On selecting a team, it filters the staff combo box by means of an SelectedIndexChanged event that sets the Staff dropwdown lists datasource to one with a filter...
-
Hi, I have a dropdown box listing "Teams" (id: DropdownList1) and another dropdown box listing "Staff" (DropdownList2). On selecting a team, it filters the staff combo box by means of an SelectedIndexChanged event that sets the Staff dropwdown lists datasource to one with a filter...
-
Dear Friends, as per the client requirement, i created a table dynamically and its showing on the page, but there are n number of records, which create n number of tables which is not right. So i want to use formview and want to show each table sepereatly means by using next, previous please let me know...
-
We are experiencing a very frustrating situation that I'll do my best to explain. We have a UserControl with a FormView on it. The UserControl creates a SqlDataSource in its OnLoad event and assigns the ID to the DataSourceID property of the FormView. At run time, the FormView is displayed in edit...
-
So...trying to create a list of records from a sql database, and I have my formview control set up how I want it. Now, I'm trying to figure out how to show a list of the records, and I saw something about the repeater control. I was wondering how to make this work with the formview control, or if...
-
I am using DynamicData Website with LINQ2SQL. I am using FormView and DynamicControl as I needed control over how the data is being displayed. Below is few lines from Page_Load and Page_Init. I am doing some custom validation in DetailsDataSource_Updating, the reason for this is the Data for a CheckboxList...
-
Hi, I am just using the formview and built in Sql Datasource to populate a drop down list. I want the first record to be a select message, so that the onchange event can fire and build out a gridview of records based on a parameter from the drop down. I can do everything but get the blank record in the...
-
Hi I am using these: ASP.Net 2.0, VB.Net, Visual Studio 2005, SQL Server 2005, Formview, placeholder In my asp.net page I am using a placeholder to hide / show a table row based on the value is / is not null. <asp:PlaceHolder ID="PlaceHolder1" runat="server" Visible=' <...
Posted to
Web Forms
(Forum)
by
nzkks
on
04-30-2009, 12:00 AM
Filed under: placeholder, sql server 2005, vb.net, visual studio 2005, asp.net 2.0, FormView
-
Hello all, I have a button control on a formview. I want to use the button to redirect to another page with query strings. The parameters of the query string are controls that is pulled from the database and diplayed on the formview using: <asp:Label ID= "lblMonth" Text= '<%# Eval...