Posts Tagged ‘Access’

In Asp.net How Do I Make It So That Only Registered Users Can Access Certain Pages?

February 6th, 2010

?

With Asp.net 2.0 I Have A Dropdown List Linked To A Access Database. How To Redirect To A New Web Site?

February 5th, 2010

I am using Response.Redirect(DropDownList1.Selected… The problem I am having is that it is appending this url to the url in my address bar on internet explorer. Is there anyway to maybe clear the address bar so when my new url is selected from the dropdownlist it will redirect to only that site? I have been stuck for two days now any help will be greatly apprehiated!!!!
Thanks,
Terry

Can I Access A Javascript Array In My Asp.net Code?

February 4th, 2010

i have a javascript array and want to access it when the page is posted on the server. Is this possible? I should be able to access the array using asp.net code. Thank you very much and have a nice day!

How Can I Make A Remote Access Script Similar To Logmein Using Php?

January 24th, 2010

I want to make a script where i can login to my computer at home or at work, just a simple script can anyone guide me in the right direction?

Need To Access Hard Drive I’ve Removed From Xp Comp By Connecting It To A Vista Pc With Usb. Possible?

December 21st, 2009

I find myself unable to access some data files on a hard drive I took out of my old computer and have attempted to connect to my new computer. In a fit of impulsiveness & stupidity I failed to put together any backup or contingency plan in the event of my current scenario.
-The Hard drive is a Seagate Baracuda 7200.7 drive and served as a data drive in my old computer. I cleaned it out quite a bit and prior to removing it I had it’s actual contents trimed down to about 11GB of videos, mp3s and documents I wished to take over to my new comp.
-My old computer was running Windows XP pro 32 bit. The motherboard was a Abit AA8XE. This data drive was set as the master with the DVD drive slaved on the systems 2nd IDE connection(Main drive with OS was on first drive). Unfortunately this computer has already been wiped(dban) & donated to good will, so I have painted myself into a corner when it comes to accessing the data on the drive.
-My new Computer is running Windows Vista Home Premium 64 bit. The motherboard is a Gigabyte GA-MA790GP-UD4H. The primary hard drive and dvd drive are connected via SATA connections on this computer.
-I am using a hard drive enclosure to connect the old data drive to the computer via a usb 2.0 connection. I did not utilize the windows easy transfer utility as it kept wanting to back up my entire comp(both HD’s) which was not what I wanted. So I figured I could just treat it like a huge thumb drive and plug it in to the new comp for easy access to the files. nope… :(
What happens when I connect the hard drive
————————————–…
The drive can be seen and is indicated as “USB mass storage” in the device manager, but it does not show up as an hard drive I can access in my computer. It also does not appear in disk management screen. I’ve tried different jumper settings but it does not work set as “master” or “cable select” and the remaining jumper options do not seem applicable (”slave”, “Master with non ATA-compatible slave”, or a limited drive capacity option).
I’ve tried googling a solution, but the answers I’ve seen with similar problems seem to always involve formating the drive to resolve the problem. I realize now how silly an assumption I made by thinking Vista would read a drive formatted for XP without a hickup.
Have I officially entered S.O.L. territory or might there still be a way to get access to the hard drive’s contents on my Vista comp?

How Can I Access A Control In Asp.net With C# In Loginview?

December 1st, 2009

I have a page, the hierarchy goes like this:
LoginView1 –> DetailsView1 –> TemplateField –> Calendar1
How can I access the Calendar1 in the default.aspx.cs page?
For example I want to select the SQL insert query in the SqlDataSource1 control to define that the date is selected from Calendar1.

Why Can’t I Access My Index.html File?

November 28th, 2009

I have a subdirectory on a shared hosting account. In that I have an index.html file. Everything is fine if I browse to my subdirectory. But then I dumped a content management system into the main folder, leaving the subfolder alone. Now I suddenly get a 403 error EVEN THOUGH I still have a perfectly valid index.html file. If I browse directly to subfolder/index.html it works, but not if I browse to just subfolder/

How Can I Access The Session Or Application Object In My .cs File. I Am Using C# & Asp.net 2.0?

November 23rd, 2009

I am not able to access the session or application object in my .cs file. I am using C# & asp.net on .net 2.0.Its not showing Session or Application object in the editor drop down list too.

How To Connect And Asp.net Page To And Access Database In Dreamweaver Mx 2004?

November 21st, 2009

Whenever i try to connect my ASP.net page to an access database using dreamweaver. I get an error stating either the database is locked or I do not have permissions. I have checked both of them and neither can be the problem. I can make the connection in regular ASP. I can also make the connection in Visual Studio 2005. I do not have enough coding experience do make the connection in the code. I need the connection to be through dreamweaver so i can make the data bindings. Thanks for your help

How To Access Control From The Gridview Asp.net?

October 28th, 2009

Hello,
I have several templated columns and a button control in the GridView.I want to access the buttons inside it.