Right now, I am struggling with this ASP.NET problem. I want the computer to display a label that says, "ID Already exists -- must select a different value" when the computer has a matching (or the same) number in the dropdown list box. When I add a NEW ID, this is when the process happens.If the New ID does not = to the values in the ID Number, then when I press 'Add New Item', the red label should display:ID Already exists. Must select a different value. Right now, my code for the add button event is:
If ddlItems.Text = "Add New Item" Then
Dim item As New Item
With item
[Code]....
What can I do to add the text below and read all IDNumbers to verify that it is not chosen already?
I am running a website from IIS on one computer and I want to view the web page on another computer. the only way I can do this is by using the ipaddress of the computer with IIS on it but would rather have a url. How can I generate a url or use a domain name from [URL]. I signed up for an account on that website but dont know how to use it. I dont know how to configure it.
I know it sounds weird and unusual but I have got a requirement like this: I want to know how I can run an exe or take some control of a user's computer. Please note that when I say user computer I mean only 2-3 computers on which I have admin privileges.
So, the complete requirement is that I have to control other computers for which I have admin user and password in asp.net.
In ASP.NET web application, by default even I have not logged in displays my computer name. When I click on logout, no any effect. How I login with different username on my localhost if it not displays as logged out.
In above image, my computer name is being displayed by default. How to remove such?
I wanted to run a .net application on a laptop. I created the application(aspx pages and SQL database) on a computer that has VS 08 installed. Now i wanted to run this application on a laptop that does not have SQL sever 2005 installed.
As far as the aspx pages if i publish them to a zip drive copy it to my laptop and go into IIS and define a new virtual directory to point where my pages are that should work RIGHT??
Now for the database i don't know what i need to do
If I have a generic public asp.net website, I want to know who is visting my website (I know how to get that), but more importantly, I want to know what company the user is from (is this a microsoft employee viewing my website, or a Coca Cola employee viewing my site or is this person using a home computer to view my site). How can I determine the computers domain name? Hope this is making sense.
At most companies, I have seen the company name included as the "Full Computer Name" or the Domain value in "Computer name, domain and workgroup settings".
have to support an application which has been developed by another developer who is not with our company. When I run the localhost application http://localhost:8080/ReportServer/Pages/ReportViewer.aspx? from my server, it works fine but when I enter http://ipaddress:8080/ReportServer/Pages/ReportViewer.aspx? from another computer, it throws an rsInternalError 'Computer name could not be obtained.'I have other aspx pages hosted on my server and am able to access those pages from the other computer by entering http://ipaddress/kt/Default.aspxI am a total newbie to SSRS.
am doing an online computer service project. what i am looking for is an example of the contents that will be asked to the customer when he is logging an complaint. any suggestions, links will be really useful.
What are the ways to detect a computer other than ip address. I saw some bux website where they do not store ip addresses but detects computers. How this is possible? Do this a program, or any other? Is this in anyway related to cookies, or mayby something else? A web application automatically detects computers using something other than an IP address. What could it be?
I am developing asp.net web application on visual studio 10. I want to move this project to another machine running visual studio 10. I have databases and style sheets with my project. Whats the best way to copy this project to another machine preserving all dependencies.
I am using asp.net ajax reorder list for one single page. It works fine for other computers on our network, except one computer. Regardless what browser she's using, it doesn't work. Is there a setting on the workstation's browser to allow asp.net ajax or something?
I have an issue getting computer name where the person is loged-in in the application. The problem isnt to get the PC Name, but to save it in the DB (SQL).
My client has given me a project in which he wants to access any file from his computer over internet through website. Do some one has any idea from where to start. Note:- A user has to install windows application in which he will select the files,videos,audio to be accessed and Through website he will access those files or able to play music or videos through website when his computer is on.
Is there a function similar to CopyWebsite that would allow me to compare the files between my laptop and the hosted webserver? Tonight I deleted all the files off of my computer and downloaded the complete website from the hosted server just to ensure that I had the most recent copy. It would have been nice to have run a comparison routine to see if the files were identical. I have using Visual Studio 2010 Pro
simple explanation like:- four blocks all connected to one server hosting a website using iis 5 c# i want if user from block a accesses the home page the page says block A user how are you, same goes for all blocks so how to identify from where the request is coming from in this simple scenerio
I can't seem to find good documentation of My.Computer.Network. We are currently using Xceed FTP in a program and I want to try to replace the functionality with the built-in .NET class. Can anyone point me to comprehensive doc and/or do you know if the class supports doing a diretory listing at the remote FTP site?
I want to log out the user when he (or someone else) logs in from a diferent computer using the same user name.
Basicaly i want to prevent multiple individuals from staying loged in under a single user name by signing out the previous users. Any ideeas about how i can acomplish that ?
can i get information about the computer that enter my page , like the currently logged user on that computer and the ip address . and if i can get the currently logged user name , isn't that considered as security risk .