13,936 Topics
![]() | |
I am a .NET Developer with 2.9 yrs of Exp, I am ready to take new projects ,Projects to be completed,etc in ASP.NET,C#,Sql Server2000 mail me at :manjudna@yahoo.com | |
Hi Guys, After devloping couple of years and months........many projects in .NET framework.....using C# , VB.NET, and ASP.NET.........My personal vote goes to C#. No doubt I love to code in this languages. And I know many of you like so... So then whether VB.NET Programmer getting downward.....I can't say so,, … | |
Can anyone help me with the following problem? I am working on an ASP.Net application and have some basic database functionality working, i.e. a user login. It is working perfectly but when i try and put the files in a lower directory the login wont work. I am just working … | |
I have created a new ASP.NET application in VB.NET and I have made a login page that is call if the user are not logedd in and rediret to the start page. In my internal page I have a dinamic menu that is generated by sub that check the database … | |
sending form data to database creates a error! hi i have created a form which should connect to a database and update it when the user inputs into the form, however as soon as i hit the button on the form i get the error No value given for one … | |
Created a form in which the user selects a item from a dropdownlist then clicks a button which in turn uses a streamwriter to open a sequential file and displays the data associated with their selection, this is a text file. When I run the solution I get this error … | |
I'm doing an asp.net application but am using vb.net to code the example i'm working on. I'm creating a form that will show historic stock prices I have three description and value pairs: Company Name stock symbol Hartford har Vertigo ver Dickson dks I have created three sequential files that … | |
This will probably be a simple problem to fix, at least I hope it is. I am trying to test some simple asp.net code in Apache using my localhost directory. The only trouble is that it just displays the code and does not load the page the way it should … | |
Hi I have a peculiar problem. I created an ASP.Net page with the code behind in C#. After submitting I am storing the primary key value of the row inserted in a ViewState variable. Then I pass this as a query string and do a Response.Redirect() to another page. Then … | |
Whenever I go to update visual studio 2003 I get the following message: Visual Studio .net 2003 setup encountered errors while attempting to download required files. Check your web browser configuration settings and your connection hardware, and then try again. Ok... I am connected to the net, what web browser … | |
Hello there! This is my firts post, and I'm happy of finding a site like this. I have a little trouble with .net. I'm programming a site (i mean webforms) and something very weird happens. If I have two webforms, both of them connects to a DB and they use … | |
Here is a Example of A Gateway Doorway Page That is spidered by the search engines and listed just as a everyday html based webpage, however when a surfer clicks on a the link coming off the search engine he is redirected right to you root index or main page. … | |
PROBLEM: ____________________________________________________________ Im trying to create an update on an oracle database and Im having some real trouble with it. If anyone has experience creating transactions and stored procedures from .net or asp and can help out I can use the assistance. My code is returning the following error and … | |
Hi All, Can any one explain me what application block ? and how to code in web application using vb.net, please send me a sample if u have experience in programming application block, i have a web application which is intranet i need to pass the username and password thro … | |
Hello, I'm trying to make a website that has products in a database, but unfortunately the pages can't be in asp.net. So, I'm using visual studio to connect to my database. Then I write out my category pages as needed, I have them set up in a table format. I've … | |
I need help writing a method to create a simple text file. I want that file to be saved to a local drive (client side of my asp.net app). The filename will always be the same "license.txt" but the content will be different for each user. I don't really want … | |
Hi, I have some code that only functions when im focused in the first column... what i need is to have the code execute when the cursor is in any of the columns in the current row. visual basic code:-------------------------------------------------------------------------------- [CODE] Private Sub Auth_KeyDown(ByVal sender As Object, ByVal e As … | |
Hi, I want to create a conduit to transfer files between a PDA and a PC in VB .NET, I've found something that teaches me how to do it for the Palm OS but I want to be able to do it on the Windows CE OS as well. Would … | |
Dear all, This is my first post :). I am an undergraduate student of an IT university. Now I start to making a thesis as final project for undergraduate. My thesis is about to build a simple article manager. This project must to build with a good Object Oriented Analysis … | |
I'm trying to learn asp.net in vb.net. I have a form to order hats online because I'm learning only one hat at a time may be ordered. I have two listboxes one displays the size and the other the color, I have a checkbox which if checked adds a logo, … | |
The Division of Information Technology, Bureau of Applications Development & Support (ADS) has a need to acquire one ASP.NET software development engineer to develop new applications and support existing applications in a Microsoft ASP.NET, ASP and SQL Server environment. The immediate goal for this engineer will be to provide technical … | |
Suppose a process notepad.exe has started. I like to know how to detect a period of inactivity of a user for that process, for instance how long the user has not entered anything into notepad.Maybe System.Diagnostics can solve this problem but i did not find much information on the websites.Hope … | |
i downloaded the .Net dotnetfx.exe file. i get a box asking me where i want to place the extracted files. i clicked on the browse button but was not able to find Powerdesk. | |
Ive been tasked with setting up a web server in house in our smallish company to host our own web-site I've done bit of web development and set up new web-sites on an exisiting web-server hosted elsewhere, but would like to know what the "average" spec we would need for … | |
hi all...need help... I've created a double array and populate it with data from a database. I can read the values it holds in ASP but I cannot do it in Javascript. Is there any way this can be done? Thanks | |
Hello, I've created a table web server control that does what I want (imagine that!!). But my problem now is I would like to send this to a file anyone know how I can do that? KG | |
I have generate a ASP.NET page with a Codebehind but i want to create a file with common method that i must make in many page of my website. I create a new file class .vb, but how can I using the public function that I have insert in?? Thanks … | |
In the itemtemplate of a web datagrid, I have placed a checkbox. At present, for every row of the grid, there is a checkbox. If for example, let's say three of the records have the same FileID, then I would like to have only one checkbox for these three rows … | |
Hello, I can not fill a dataset and operate with a datatable when it is on other computer (not on the ASP server). I am using MS VIsual Studio .NET 2003 and ASP. I receive the following error when trying to fill a dataset: "The Microsoft Jet database engine cannot … | |
I see many of the sites like yahoo mail are using a technology "Web beacon". (You can see this in their privacy/private policy statements). I couldn't get much information about this. All i know is, these Web Beacons are tiny one pixel images used to track the user activity in … | |
ok i want to programm a simple chat. i have no idea on how to go about this any pointing in to right direction would be apreciated thx | |
I have generate a ASP.NET page with a Codebehind but i want to create a file with common method that i must make in many page of my website. I create a new file class .vb, but how can I using the public function that I have insert in?? Thanks … | |
Hi All, When I try to run my very first .net App on the server, I got the error saying that [B]"Server cannot access application directory 'D:\Inetpub\myApp'. The directory does not exist or is not accessible because of security settings"[/B] Obviously, the folder does exist. It was set as virtual … | |
[CODE]Dim myReader2 As SqlDataReader[/CODE] can any one tellme why i get this error: type 'SqlDataReader'is not defined thanks. :D | |
Hello, I'm currently trying to work on a project and I am stuck. I need to take products from a database and show them on multiple pages according to manufacturer and category. I also will then need to have the pages written out in html, because of were I need … | |
i ve embedded a Windows Media Player component in the ASP.NET Web Application interface.. but dunno how to play a media(audio/video) file in it... i m using VB.NET as the frontend and oracle9i as the backend...on Windows 2000 Advanced Server.. i ve tried giving a URL path to a Hyperlink, … | |
This is the problem and I don't know how to fix it. The thumbnail tells the story Thanks to everyone who helps | |
Hi, I am new to ASP.net and I have inherited a web application. Now I have to change the gui and hence the whole navigational flow. I have a top banner. Then I have left side menus and then on click I want to display on the right side some … | |
Hi, im new at this forum alittle about me, im 24yrs old, live in WA state, im mostly a webdeveloper doing xhtml,css, javascript, but specializing in php,mysql,asp.net and apache server administration. | |
I want to check someone's ip address when they come onto my website, is there a way that I can do that using c# and asp.net? | |
When there is a statement in a windows form application which is executing in an infinite loop, the name of the form will show "Not Responding". How does .NET determine if the application is in an unstable state? I wonder if WMI is the right way to track the application? … | |
I'm doing some research for school about SONET architecture as it relates to voive over IP. Where can I find good information about that? | |
hey guys... i need help on making an undo/redo command in my menu... can ya help! o yeah! plz put this stuff n the simplist terms that you can think of like (insert this code here and this there) i just got vb standard 2003 3 days ago, and have … | |
I believe the system.management.instrumentation namespace provides classes to instrument an application. For example, if an application is stopped, an event will occur to get it started.... The problem is how to i determine the idle or unstable state of an application? Welcome any advice | |
Hi, I am thinking about developing a windows application, which will incorperate a web service (to download a web page and parse it). Is there a way of creating a installer, using Visual studio .NET that installs the web service, and the application at once? I've searched the net, and … | |
Hi All, I need some clarification. I have a situation where I have to use XML files to update a database using vb.net or c#.net. We have a form by which we will get an XML file in the browser from another web site. Now we need to run a … | |
Hi All, How to create own event handlers and attach for custom control.I want add some events for a control like Click,MouseOver.I have pie chart control and placed that control draged on webform.Whenever user click that pie chart control. It has to fire something.That's why i want fire some events … | |
Hi. Does anyone know how access data stored in Visual Fox Pro 6.0 (ancient, yes) through asp.net? I've read conflicting information, saying I need to use ODBC connections, but that doesn't work -- after I make my connection to the data table, I get an error on my command.execute saying … | |
Whomever is reading this may have already heard about DNN, but just in case you haven't: DNN is a great place to either build or refine your .Net skills. You can register at the following site, download the source which comprises and entire .Net based web portal, and also many … | |
How do I correct the error message 580? I'm trying to create a web page using Visual Web Developer 2005 express edition and everytime I run or debug my program, I get the same error. T.M. |
The End.