13,153 Topics

Member Avatar for
Member Avatar for yba

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 …

0
66
Member Avatar for KG800

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 …

Member Avatar for KG800
0
141
Member Avatar for RussGreen

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 …

Member Avatar for tgreer
0
133
Member Avatar for Lacuna

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 …

0
85
Member Avatar for hippychic43

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 …

Member Avatar for ESHbyESH
0
138
Member Avatar for ITconsultant05

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 …

0
71
Member Avatar for G-Zola

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 …

Member Avatar for Iron_Cross
0
134
Member Avatar for kosmoe

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.

Member Avatar for Iron_Cross
0
106
Member Avatar for simi

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

Member Avatar for Paul.Esson
0
134
Member Avatar for KG800

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

Member Avatar for KG800
0
163
Member Avatar for lorf14plus

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 …

Member Avatar for lorf14plus
0
211
Member Avatar for fmardani

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 …

Member Avatar for srikkanthan
0
115
Member Avatar for Alex123

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 …

Member Avatar for BobJacobson
0
131
Member Avatar for srikkanthan

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 …

0
64
Member Avatar for blacknight

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

0
145
Member Avatar for lorf14plus

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 …

0
114
Member Avatar for Kendel

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 …

Member Avatar for millers_35
0
125
Member Avatar for joel987

[CODE]Dim myReader2 As SqlDataReader[/CODE] can any one tellme why i get this error: type 'SqlDataReader'is not defined thanks. :D

Member Avatar for millers_35
0
94
Member Avatar for KG800

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 …

Member Avatar for KG800
0
217
Member Avatar for Walyer

This is the problem and I don't know how to fix it. The thumbnail tells the story Thanks to everyone who helps

Member Avatar for Walyer
0
107
Member Avatar for jbade

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 …

Member Avatar for jbade
0
123
Member Avatar for Dark_Omen

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?

Member Avatar for Dark_Omen
0
133
Member Avatar for G-Zola

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? …

Member Avatar for Iron_Cross
0
75
Member Avatar for hotlantas69

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?

0
81
Member Avatar for mntlnstituteflr

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 …

Member Avatar for Iron_Cross
0
214
Member Avatar for G-Zola

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

Member Avatar for Iron_Cross
0
91
Member Avatar for smgtreker

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 …

Member Avatar for Iron_Cross
0
89
Member Avatar for ballapraveen

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 …

Member Avatar for Iron_Cross
0
69
Member Avatar for raochowdary

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 …

Member Avatar for Iron_Cross
0
93
Member Avatar for electronym

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 …

Member Avatar for gmonee
0
200

The End.