DataSource Controls :: SQL Data Disappeared?

Jun 3, 2010

a friend of mine at work had a department of the call centre stop working on a specific interface they were using because he needed to take the database that the system they were using reads from and writes to.It's completely irrelevant, but he did this to minimise overhead on the database while he ran a large query.Half an hour later, the database is back online, but all of the information that had been written to it before it was taken offline has disappeared - as if it never existed in the first place.What happened to the data? Is there any way to recover it?I'm thinking that the database might've been busy with a read/write operation before it was taken offline which could have corrupted the data, but I have no way to be sure.

View 1 Replies


Similar Messages:

Forms Data Controls :: Foreign Key Text Values Disappeared From Gridview?

Aug 2, 2010

I have a strange problem. I suddenly noticed that the gridviews on my list.aspx page are now displaying the numeric foreign key value rather than the display column value. For example, instead of displaying:

[Code].....

View 2 Replies

Web Forms :: The Dropdownlist And Radio Button Controls' Values Disappeared After Submit?

Jul 15, 2010

I have a master page with a form which has dropdown list control,text box,radio button controls.The entered and selected values get lost after I clicked on submit button.It goes back to original state when the page first loaded.Any idea why and how to retain these value?

View 9 Replies

State Management :: Cookie Value Disappeared?

Feb 13, 2011

We are using asp.net and 3.5 framework. I have a process that sets the value of a cookie named "mystaffid" in the Default.aspx code behind page. This holds the unique ID of the internal user (intranet). Now when I leave one of the web pages to go to another page in the same website I am getting the error "Input string was not in a correct format. " on the 3rd line below. how the cookie disappears? Also, this is happening in the Page_Load of the master page and I am doing the exact same thing in other pages with the same master page and not getting the error. The cookie is set to expire in 1 day when it is set in Default.aspx.

Dim intStaffID As Int32 = 0

If Not Request.Cookies("mystaffid") Is Nothing Then
intStaffID = Convert.ToInt32(Request.Cookies("mystaffid").Value)
End If

View 2 Replies

Web Forms :: How To Get Disappeared Web.sitemap And Menu Control

Mar 19, 2010

this is probably something stupid that i am forgetting to do but its got me stumped. I have a web.sitemap file in my app with the following entries

[Code]....

i then slapped a sitemapdatasource into my masterpage with a menu control and changed the design in the designer. I then run the app for my default page /Pages/Default.aspx. when the page comes up i see "Home" with a flare out arrow. when i mouse over home it shoots out a small box, as expected, to the right which obscures my text on the default page. the problem is the flared out box is blank and then i try move over it, essentially moving off home it dissapears. If im not mistaken, even if my links are broken or dont extist i should at least see the text right? so when i mouse over home, in the flareout menu i should see Dive, DIve Location, User, Client, Cert at least in unclickable plain text or something.

View 4 Replies

AJAX :: Panel Disappeared When LinkButton2 Is Clicked

Mar 1, 2010

well ... i have popupControlExtender attached to panel1

panel1 has link_button with popupControlExtender which attached to panel2....

now ... when the second link_button is clicked the first popup disappears ... which i don't want to happen

here's the code

[Code]....

the problem is panel1(the father panel) disappeared when LinkButton2 is clicked .and i wanted it to remain visible.

it's like a Menu for browsing more detailed info.

note : the OnClientClick is just a temporary thing cuz there's a server side implementation when linkButton is clicked.

View 3 Replies

Web Forms :: WebPart Personalization Buttons Disappeared?

Jan 23, 2011

I'm working with web parts in asp.net and every thing is working great in development environment,but in published environment the personalization buttons (RestoreVerb & CloseVerb & design mode) disappeared,i try it on win server 2003 and IIS6 working fine but on win server 2008 and IIS7 doesn't work.

to be more clear

on Development Environment
On Publiedhed Environment

View 1 Replies

AJAX :: How To Alert After Modalpopupextender Is Shown Or UpdateProgress Is Disappeared

Feb 26, 2010

here's my code:

[Code]....

My updateProgress will show a indicator while doing AsyncPostBack

My problem is that the alert message will appear always before modalpopupexntender is shown or updateProgress indicator still showing.

What I want is to alert message after modalpopupextender is shown or updateProgress is disappeared, is that possible?

View 1 Replies

Visual Studio :: Events Tab In Property's Window Disappeared?

Oct 9, 2010

The events tab in my property window disappeared.

I opend various applications and made even a new one, but nothing..

Changed from design to source view and back, even performing a "reset all settings "from the tools - import and export setting dus not give me my events tab back.

how to get the tab (with the lightning bold) back??

View 2 Replies

Some Map Silverlight Control Content Rendering Disappeared When Page Gets Refresh

Mar 31, 2010

When Bing map control loads for first time on any browser all pushpin on map are visible.

Bing map control renders perfectly.

Then I refresh browser it create rendering issue some custom pushpin on map gets disappeared. This behavior continues with pushpin. Pushpin are (.png) images and I am not using default bing map thumbtacks.

May be it is issue of browser caching content or Bing map control rendering issues on various browsers.

View 1 Replies

Web Forms :: Nested Master Pages / Images In The Master1 Disappeared

Mar 1, 2011

I am developinga site whichI want to contacin 2 'sub sites' - one for business clients and one for Home clients.

I therefore want to base each 'sub site' on a slightly different master page.

I have a base master calleed master1.master:

[Code]....

I then created a home.master using master1.master as its master:

[Code]....

BUT... on the web page all the contentplace holders are flagged as in error eg 'Could not fine "head" in the current master page or pages' where head is replaced by each placeholderIf I change the MasterPageFile= to point at master1.master the errors go away - but of course I dont have the differences in the page (at the moment just the menu)

I have tried the suggestions in http://forums.asp.net/t/1218788.aspx/2/10 but although the errors go away, the images in the Master1 left column don't get displayed and some of the css seems to disappear

View 2 Replies

Visual Studio :: Lost Variable Window Disappeared SV 2010?

Jun 13, 2010

I lost my Varible Window that displays the varibles during a debug session.

I can not find how to bring it back.

View 2 Replies

Web Forms :: File Upload Control Filepath Disappeared After Adding New Row In Table?

Oct 18, 2010

I have a dynamic html table. I can create new rows by clicking 'add' button at runtime.

Each row has 3 textboxes and a fileupload control. A row can be submitted after filling the textboxes and browsing the file for upload.

A 'submit' button is there to submit a row(which will also upload the selected file).

If i select a row, fill it, choose a file to upload after browsing and click submit button, it works fine.

The problem is that if I fill a row (and not submit) and 'add' a new row, my previously selected file (filepath) disappears.

What can I do to keep the file path remain after adding new rows?

View 1 Replies

Vwd 2008 Express Sp1 Tool Box Disappeared After Installing Report View 2008 Add

Jan 6, 2010

I am new to vwd. I installed vwd express edition 2008 with sql express 2008 in xp sp2. After this i installed report view 2008 addon for vwd express. After the installation i noticed that there is no toolbox in my vwd. Before it was there.

View 1 Replies

DataSource Controls :: Sqldatasource Insert Method - Copy Data To The Other Datasource By Selecting Checkbox

Feb 25, 2010

i have two sqldatasource controls. one i use to display data in textbox's ,filter'd by a select parameter in page behind code. Once checked, i want to copy this data to the other datasource ,by selecting checkbox.Then display this data in detailsview control.

At present the two datasource controls declared , render data to the page simultaneously during pageload. I want to first check data in textbox's from first source, before second datasource is rendered to screen. note, both are filtered by a page variable. i wish to leave the textbox datasource control in situ, as other controls and code depend on it.The other detailsview datasource is my problem?

View 1 Replies

DataSource Controls :: SQL Datasource / To Show A Message That There Is No Data Selected?

Mar 2, 2010

ASP.net SQL datasource C# code behind

I want the webpage to show a message that there is no data selected,

Instead of showing blank details view

here is a picture of blank details view:

[URL=http://img28.imageshack.us/i/errorks.jpg/][IMG]http://img28.imageshack.us/img28/4328/errorks.jpg[/IMG][/URL]

What C# code do i need to use so that, whenever I enter that page, only an error message will show up

instead of the details view ..etc.

View 3 Replies

Forms Data Controls :: Updating The Datasource / Mark All The Values In The Binding Column Of Datasource If Checkbox In Headertemplate Is Checked?

Sep 29, 2010

Scenario:
I am creating a custom gridview control which has a custom CheckBoxTemplateField column (deriving from TemplateField class). This template field column has custom Checkboxheadertemplate (implementing ITemplate) and CheckboxItemTemplate (also implementing ITemplate). In InstantiateIn method of both templates (header as well as Item template), I am adding a checkbox control which has Autopostback = true.

My requirement is:
I want to mark all the values in the binding column of datasource if checkbox in headertemplate is checked. I dont want to mark only rows visible on grid. I WANT TO MARK ALL ROWS IN DATASOURCE. I want to do this in _CheckedChanged event of checkbox in header template.

Problem I am facing: When I check/uncheck the checkbox in header, it postbacks. so in OnCheckedChanged event, gridview's datasource is null. Secondly, in any event of gridview, I could access only those rows of datasource for which corresponding rows are visible in gridview through Gridviewrow.DataItem property. But I want to set it for all rows in datasource.

View 5 Replies

DataSource Controls :: Inserting Data With Object Datasource?

Aug 9, 2010

This is the first time I have been working on databases and I am trying to insert data using an object datasource but no data is being inserted and no exception is thrown. I'm not sure where I am going to wrong. I am putting user data into session variables and inserting the session variables into the dataacess class layer and have a try and exception but nothing being thrown. Any help would be really appreciated because I don't know even where to start looking with this or how I can get the error to be thrown. Please see some of my code below to give an idea of what I am doing

Object Access Class
public void InsertCarPolicyHolder(PolicyHolderClass ph, CarInsuranceOptions options)
{

[code]...

View 2 Replies

Javascript - JS: "The Callee (server [not Server Application]) Is Not Available And Disappeared." Accessing Window.opener?

Oct 1, 2010

In our (quite large and old) ASP.NET application we use a lot of pages loaded into frames, iframes, and modal dialogs (using window.showModalDialog). We are starting to see the error above quite a bit, and I can't seem to find a single rational explanation for it anywhere.Popup Blockers. Nope. We're not running them. Not even the built-in blocker.Trusted Zone. Nope. The application runs on LocalHost right now, and it's in the trusted sites list.Stray Cosmic Rays. Possible, but not probable. It's way too consistent.

I did eventually find the error message buried on Microsoft's site in some dusty tome about retrieving automation error message information. In it, they were talking about Excel, and they said: "In this example, Microsoft Excel is the server application. Referencing a workbook object once it is destroyed (or closed) generates the error."That is probably as close as I've ever come to an explanation for the cause of the error, without a real, concrete explanation. Someone tried to use something after their reference to it was disposed of. Oddly, you can still see the windows on the screen. Curiously, however, this smacks suspiciously to me of the accepted answer to this.So here's what happens.

Page A is the main page.PageA displays PageB in a frame. PageB is a toolbar.PageA displays PageC in another frame. That's the content.PageC displays PageD in a nonmodal dialog. PageD, for reasons unknown to me, wants to modify the controls in PageB. It's trying to use window.opener to do that, and failing horribly.If someone could enlighten me as to why this is the case (the code works in FF), I'd appreciate it.

View 2 Replies

Forms Data Controls :: How To Insert Data To Gridiew Without Using Datasource[means Temp Data]

Oct 18, 2010

in one on my page i am using to add the data from popup window to grid view without using the backend means databasethis is my popup window code

[Code]....

[Code]....

View 2 Replies

DataSource Controls :: Read Data From An Access Data File And Input Into The SQL Database?

Mar 10, 2010

I have a lot of members data to enter into the ASPNETDB database. How can I read this data from an Access data file and input into the SQL database. All data is for user Names and Password,

View 1 Replies

DataSource Controls :: Data Access Layers And App Data Database Information

Jan 3, 2010

I am using an SQL Express server hosted on a different machine and it is listed in my server explorer just fine. It is listed as my connection string in my web.config just fine as well and lastly it seems to sync just fine with my asp.net membership tables. My question is does it need to be listed in my app data folder of my site? Currently I have the ASPNETDB.mdf connection listed, which is apparently just a local sql express connection. The database I am using in my webconfig and other files is not listed so do I need to add it there?

Second question is about DAL, Data Access Layers. I have mostly been using presentation level SQL commands with my data presentation controls. Manually entering separate select, insert and update statements. I just went through a tutorial that stated the best way to interact with your database in asp.net is with DAL using table adapters. It mentioned that it gives you the ability to use strongly-typed references to each row. My question is can I use the same method multiple times on a single page. For instance a method inside an adapter named GetProductsByID(@ID) ? What if I want this bound to three different gridviews on a single page? Anyone have any other general things to point out about using DAL over presentation level commands?

View 2 Replies

DataSource Controls :: Importing Data In SQL Server From Diffrent-2 Data Sources

Apr 12, 2010

I developing a application in Asp.net3.5(C#) and Sql server2005, my problem is that i have to Import data from diffrent-2 data sources like MS Access, Oracle, ODBC, XML to my Data base(in Sql server) using C# code. I don't know any thing about importing data from these data sources.

View 1 Replies

DataSource Controls :: Encapsulate A Data Access Layer With WCF Or WCF Data Services?

Jul 12, 2010

Are there scenarios where it makes sense to encapsulate a data access layer (of a ASP.NET webapplication) with WCF or WCF Data Services ? Makes it sense to use a service inside the application ?

View 2 Replies

Forms Data Controls :: Listview Data Sorting With DataSource Property?

Dec 5, 2010

I am using a ListView and i want to get my datatables sorted by clicking table headers. I am binding my ListView to DataSet via DataSource peoperty of ListView.I donot want to use ObjectDataSource or SQLDataSource Controls.

View 2 Replies







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