Forms Data Controls :: How To Restrict The User To Edit Data When It Is Active In Database

Dec 8, 2010

I have two textboxes,one is for fromdate and another one is for todate. I have one more textbox for the question for the quiz(my application)For example in my database : From date is 12/8/10 and To date is 20/8/10.Now i want to restrict the user to edit the question if the quiz is already started.

Lets say today is 12/8/10. If the user comes tomorrow i.e; 13/8/10, he could not change the from date. I tried to disable the date if the date entered in textbox is < todays date. I dont know whether this one is correct or not.

View 10 Replies


Similar Messages:

Web Forms :: Restrict User To Edit Particular Records If Other User Is Editing Them In SQL Server?

Oct 29, 2012

how to restrict the other user if one works on the particular record.

i am having a table with the name tblProduct and i used to edit the records from the code behind using my website.

When one user login into the site and  search for the particular products and edits the product and at the same time other user log in and try to edit the same product, i need to show the alert message, "the user (username) is already working on this. please wait for a while."

View 1 Replies

Forms Data Controls :: Restrict User To Update Data To Some Text Boxes In Detailsview?

Jan 3, 2010

I have a detailsVeiw bounded with the sqldatasource.I want to restirct user to update all data in text boxes.

Or in words if user click Edit then it is required to show some text boxes to update and other should be read only.

How to do this task in asp.net.

View 3 Replies

Forms Data Controls :: How To Change Edit Text (edit) To Other Text (view) For One Particular User (vb.net)

May 5, 2010

im using gridview to read data from datasuorce(my access) and im editing data using 'enable editing' from smart tag(in design window .aspx), now i want to change the edit text: edit(i hav named it as edit) to 'view' for one particular user whose name:'sunil'?

this is my table(in my access layer and calling this data through datasource of gridview):

[code]....

View 16 Replies

Forms Data Controls :: Get Data To DB From Listview User Entries Whithout Select, Insert, Edit Events?

Feb 24, 2011

I'm using a listview control to do a survey stuff. Everything is working perfect to present the data questions, to be answered text with the different type of controls radiobuttonlists, checkboxlists, dropdownlists, etc. The admin can modify, create, change questions, answers, etc. on the survey.When it's select, edit, or insert it's easy to find the control inside a listview.However, I'm wondering how to post user's answers back to DB. How to find controls inside the listview to grab the entered data/responses from there using let's say the submit button that is outside of the listview.I believe there should be a way to do it as otherwise why we put radiobuttonlist on a listview that somebody could click it and then we should be able to get that entries. Or I'm too optimistic on this control?

View 2 Replies

Forms Data Controls :: GridView Not Updating / Created Simple Apps To Edit Data In An Access Database?

Dec 18, 2010

I have created a simple application to edit data in an access database using gridview but its not working , the results are shown correctly , but when i click update nothing happens..

Here is my code

<asp:GridView ID="GridView1" runat="server" AutoGenerateColumns="False"
DataSourceID="SqlDataSource1" EnableModelValidation="True" DataKeyNames="id" >
<Columns>
<asp:CommandField ShowEditButton="True" />
<asp:BoundField DataField="id" HeaderText="id" InsertVisible="False"
SortExpression="id" />
<asp:TemplateField HeaderText="NAME" SortExpression="NAME">
<EditItemTemplate>
<asp:TextBox ID="TextBox1" runat="server" Text='<%# Bind("NAME") %>'></asp:TextBox>
</EditItemTemplate>
<ItemTemplate>
<asp:Label ID="Label2" runat="server" Text='<%# Bind("NAME") %>'></asp:Label>
</ItemTemplate>
</asp:TemplateField>
<asp:BoundField DataField="FATHER_NAME" HeaderText="FATHER_NAME"
SortExpression="FATHER_NAME" />
<asp:BoundField DataField="MOTHER_NAME" HeaderText="MOTHER_NAME"
SortExpression="MOTHER_NAME" />
<asp:BoundField DataField="CLASS" HeaderText="CLASS" SortExpression="CLASS" />
<asp:BoundField DataField="gram" HeaderText="gram" SortExpression="gram" /
<asp:TemplateField HeaderText="Remark" SortExpression="Remark">
<EditItemTemplate>
<asp:DropDownList ID="PS" runat="server" SelectedValue='<%# Bind("Remark") %>'>
<asp:ListItem>PASS</asp:ListItem>
<asp:ListItem>FAIL</asp:ListItem>
<asp:ListItem>APPEARED</asp:ListItem>
<asp:ListItem>NOT APPEARED</asp:ListItem>
<asp:ListItem></asp:ListItem>
</asp:DropDownList>
</EditItemTemplate>
<ItemTemplate>
<asp:Label ID="Label1" runat="server" Text='<%# Bind("Remark") %>'></asp:Label>
</ItemTemplate>
</asp:TemplateField>
</Columns>
</asp:GridView>
<asp:SqlDataSource ID="SqlDataSource1" runat="server" ConflictDetection="CompareAllValues"
ConnectionString="<%$ ConnectionStrings:ConnectionString2 %>"
ProviderName="<%$ ConnectionStrings:ConnectionString2.ProviderName %>"
UpDatecommand = "update [REGULAR] set [NAME] = ?, [FATHER_NAME]=?, [MOTHER_NAME]=?, [CLASS]=?, [gram]=?, [Remark]=? where [id] = ?"
SelectCommand="SELECT [id], [NAME], [FATHER_NAME], [MOTHER_NAME], [CLASS], [gram], [Remark] FROM [REGULAR] WHERE (([CLASS] = ?) AND ([SCHCD] = ?))">
<SelectParameters>
<asp:ControlParameter ControlID="DropDownList3" Name="class"
PropertyName="SelectedValue" Type="String" />
<asp:ControlParameter ControlID="DropDownList1" Name="schcd"
PropertyName="SelectedValue" Type="String" />
</SelectParameters>
</asp:SqlDataSource>

View 1 Replies

DataSource Controls :: Restrict User Not To Insert Data In A Booked Time Slot?

Jun 30, 2010

restrict user not to insert data in a booked time slot,suppose User reserved an item say below dates, now how to restrict other users to reserve that item at the below time.

date1 date2
2010-06-30 09:00:00.000 2010-06-30 12:00:00.000

how to restrict below cases:

(A,B are other dates entered by other user)

date1 A B date2
A date1 B date2
date1 A date2 B
A date1 date2 B

hence AB must be less than Date1,Date2 or greaterthan Date1,Date2

View 2 Replies

Web Forms :: How To Restrict User To Enter Only One Students Data

Jan 3, 2010

i am making a webform for university students to register projects.there is a dropdown list which will ask how many students have participated, suppose student select 3 students, now my question is how can i restrict user to enter only one students data,i want he/she should fill all three students data than the submit button should enabled.

View 5 Replies

Forms Data Controls :: Database Can't Update In Edit Mode

Aug 16, 2010

My gridview was working just fine until I converted the Officer Report collum to a templatefield so I could have a multiline text box. Now when I go into edit mode and press update, it doesn't update. I don't know what I am missing here?

[Code]....

Here is the datasource information.

[Code]....

View 5 Replies

Forms Data Controls :: Disable Timer If User Is In Edit Mode?

Nov 12, 2010

In my site, I am using an updatepanel and a timer to refresh gridview.

It may not be a direct link with DD, but I would like to know whether there is a way to stop the timer while the users are in Edit mode.

After the user enters some data in the Grid and if the timer ticks before updating the data, all information is gone.

View 2 Replies

Forms Data Controls :: Using Edit Command In Listview And Updating Database

Mar 4, 2010

i am updating data using editcommand by listview.. i got data max 50 depends on customers sometimes it has a few in the database. i am using listview and sqldatasource. when i update using editcommand in listview. it doesnt update relevant rows. it update to all data in database. why.. i have provided datasoure and list view.

<asp:ListView runat="server" ID="photosListView" DataSourceID="SqlDataSource1"
DataKeyNames="PhotoAlbumID" onitemediting="photosListView_ItemEditing" >
<LayoutTemplate>
<asp:PlaceHolder ID="itemPlaceHolder" runat="server"></asp:PlaceHolder>
</LayoutTemplate>
<ItemTemplate>
<div>
<div>
<div>
<asp:Image runat="server" ID="capImage"
ImageUrl="~/AsianaPortals/StudentUnion/Image/PhotoGallery/newadmin/caption.png" />
</div>
<div>
<asp:TextBox runat="server" ID="photodescriptionTextBox" Width="263px" Height="95" TextMode="MultiLine"
Text='<%# Bind("PhotoDescription") %>'/>
</div>.....................................

View 3 Replies

Forms Data Controls :: How To Make A Page To Delete And Edit User In Aspnetdb.mdf

Oct 13, 2010

i can not delete user by use gridview and objectdatasource in VS2010 .

View 4 Replies

Forms Data Controls :: Prompt User When Leaving The Gridview Row In Edit Mode?

May 19, 2010

I have to warn the user when leaving the gridview row in edit mode without saving or cancelling the data. How can I achieve this? I have a javascript function which simply prompts the user when he/she leaves the screen which is not serving the purpose.

View 6 Replies

Forms Data Controls :: Enable / Disable Controls In Template In Gridview When User Clicks Edit

Mar 4, 2011

I am looking to enable/disable controls (TextBox, DropDownList, etc.) in a GridViews template column based on the users specific access level when the user clicks the edit button. I have tried the following two methods:

[Code]....

View 4 Replies

How To Restrict A User To Enter Data When A Session Expired

Sep 17, 2010

I have developed a ASP.NET application,I have used sessions for parameter passing.I dont want to let the user to enter data when the session expired.Please suggest me how to do that.

View 1 Replies

Restrict The Logged In User To Show Data Only For Their Company?

Sep 6, 2010

In an asp.net webform app, I need to restrict the logged in user to show data only for their company. This is a primary key of my topmost table. How to I set that based off the user. I imagine I would have another table with some user ID mapped to company ID?

View 1 Replies

Forms Data Controls :: Datagrid That The User Can Edit And Click A Checbox Then Input Their Initials To Update A Task?

Aug 4, 2010

I have a datagrid that the user can edit and click a checbox then input their initials to update a task. The update works except it does not record the userid field. Below is the gridview code and the vb/sql

[Code]....

View 14 Replies

Forms Data Controls :: Delete, Edit, Select Items Is In Grid View I Have To Do In C# Code It Will Reflect To Database Also?

May 20, 2010

I want delete, edit, select items is in grid view i have to do in c# code it will reflect to database also

View 3 Replies

Web Forms :: Showing All Active User's Activities Without Refreshing Page And Without Database Hit

Mar 22, 2010

We are making a site in asp.net 3.5 C# and i am showing my all user activites on one page (i am making a call to db at page load) but to get updated user activities i have to refresh the page so that again one hit go to the db and get all updated data.

But i want to update this feature like this site : [URL]

Objective: i want when user open activity page first time then in first hit it will get 20 latest user activities but after that i dont want to make a database call for that again and again. but each new activity of user's will automatically append to my activity list one by one.

View 5 Replies

AJAX :: Restrict User To Type Further If Input Doesn't Retrieve Any Value From Database Using Autocompleteextender?

Aug 25, 2010

I am retrieving list of projects and project IDs using autocompleteextender. Is it possible to restrict the user to type further if the input doesn't retrieve any value from database. Though, I have found a solution by calling function through OnClientPopulated. But this function calls back the webservice "GetCompletionList" method. I don't want to recall one method two times. is there any other way?

View 1 Replies

Data Controls :: Add Edit Update And Delete In GridView Without Using Database?

May 7, 2015

How to add data to grid with on click of button, without save to database, and on again click to button data will append to grid in new row.

View 1 Replies

Data Controls :: Insert Edit Update Delete Row In GridView Without Using Database

May 7, 2015

how to insert,update,delete row in gridview without saving in database ?suppose 1 textbox,1 button and 1 gridview .textbox and button outside of gridview.

what is the coding of this project ?

View 1 Replies

Forms Data Controls :: Gridview Is Showing The Edit Mode After The Edit Is Done

Mar 30, 2010

I have a grid view with edit and save buttons when I click on edit it is letting me edit it and if I click on save it is lettingme save the data that I have edited.

The thing is after save is done it is showing the data in edit mode i.e <edit item template > mode I am still seeing the textboxes if I refresh the page then I am seeing it normally.

How can I stop the gridview to show edit mode after the save is done?

View 4 Replies

Forms Data Controls :: Edit An Entire Column Instead Of Edit By Row Within A Gridview?

Apr 5, 2010

Can someone tell me if there is a technique to make an entire Column within an gridview (for example digits) editable (instaed of a single row) and update this column after changing values by press an Update-button?

A commercial solution is also o.k. with me, but, of course, a method to do it ourselve would be nice.

View 2 Replies

Forms Data Controls :: How To Edit GridView All Rows In Edit Mode

Dec 4, 2010

- I want to put multiple rows of a gridview into edit mode

- I have not found any easy method to accomplish this task. I found a way to programmatically put a gridview into edit mode, but in testing the code below it works for only 1 row at a time :

[Code]....

View 5 Replies







Copyrights 2005-15 www.BigResource.com, All rights reserved