13,153 Topics

Member Avatar for
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
164
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
215
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
119
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
133
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
66
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
148
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
116
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
129
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
98
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
220
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
109
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
126
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
136
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
78
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
84
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
216
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
94
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
90
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
72
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
94
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
204
Member Avatar for JohnnyKay

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 …

0
73
Member Avatar for Elldegra

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.

0
63
Member Avatar for manucherian3031

PLEASE HELP ME I WANT TO KNOW HOW TO CALL A DOMAIN NAME FROM ANOTHER DOMAIN NAME ie)if suppose i had a url [url]www.john.com[/url] its has database if i had create a website for all members and it was store in john databse eg www.a2.com(member of john.com) if any person …

Member Avatar for tgreer
0
114
Member Avatar for squeakerz83

hi guys i've posted this on both the SQL and ASP.Net forums cause i ain't sure which one i should use so sorry about clogging up the message board. Basicly i'm a newbie with ASP.net and i was looking for somw help with this query i got a site and …

Member Avatar for Paladine
0
93
Member Avatar for mtumavrick

I'm using a javascript like this to transfer to another page (a popup that occurs conditionally) string popupScript = "<script language='javascript'>" + "window.open('Duplicate.aspx', 'CustomPopUp', " + "'width=800, height=600, menubar=yes, resizable=no')" + "</script>"; Page.RegisterStartupScript("PopupScript", popupScript); My question is how would I get data from the first page to the second one, …

Member Avatar for mtumavrick
0
100
Member Avatar for EddyJiang

I really need your help on it.My application is supposed to capture every single user input and store in session variable session("MyCat") in the form of datatable. When page is first loaded, datatable will be initiated and session created. And all subsequent user input will be added in session("MyCat") by …

Member Avatar for Paladine
0
201
Member Avatar for rddreams

hi I will be thankful if someone tells me from where I can download a free erp project develpoed in asp.net/sql2000. thanks in advance.

Member Avatar for Paladine
0
78
Member Avatar for DeFrog777

Greetings, I am just curious as to which .NET Framework Language my fellow programmers prefer. Just basically tell me what language and why. Many Thanks In Advance, DeFrog777

Member Avatar for Iron_Cross
0
483
Member Avatar for millers_35

I have 2 forms. One is a login form and the other is a registration form. Both have various textboxes and a "Submit" button. Now when using Mozilla these controls "Buttons" work perfect with no flaws but on the other hand when using IE 6.0 When i click the buttons …

Member Avatar for millers_35
0
92
Member Avatar for SpiXener

Hi everybody, I've been searching for days to find a way to access Active directory database from my VB.NET appz and nothing made good results so far.. The Active directory DB is located onto a Win2k3 server but we have another on a NT4 server too.. Neither worked.. :( First, …

Member Avatar for nicentral
0
258
Member Avatar for sham

Hello , I am new to C# and want quick info to start. I know C, VB , JAVA. I am not sure where to start. Also does C# has any changes in .net2002 or .net 2003. Regards [Sham]

Member Avatar for nicentral
0
51
Member Avatar for Dark_Omen

Can anyone explained to me how to use asp.net with c# for web applications or direct me to a good tutorial on it?

Member Avatar for Paladine
0
120
Member Avatar for sham

Does any one has used dotfucaster(decompiler) for .net .exe files ? I am curious to know, how can we prevent people decompiling from our .exe, does it mean its risky to develop applications in .net ? =Sham

0
103
Member Avatar for sham

Hello, I am trying to run .net 2003 trial version on Terminal Server 2000. It got installed fine but giving error when application is started saying .net trial can not be run on Terminal Server 2000. =Sham

0
69
Member Avatar for smgtreker

Hi, can anyone advise me on the best way of using the autoscroll property of a form? I want the form to automatically scroll to the end of the form, as the controls will be increasing in size, as new data comes in. (As far right on the X axis …

Member Avatar for smgtreker
0
162
Member Avatar for timhysniu

... I hope I am not annoying the admins already. Can anyone recommend me a good webserver for ASP/ASP.NET, Java and VBasic? My friend suggested Appache Webserver (I got some instructions on how to set it up but I barely know if I'm going to be able to make it …

Member Avatar for percent20
0
173
Member Avatar for bigpoppapumpg

If I wanted to learn about one of these technologies, which one should I invest my time in learning. My organization is migrating all of its systems to a central portal and they are using J2EE. Is this platform widely used?

Member Avatar for percent20
0
140
Member Avatar for squeakerz83

Wasn't sure whether to put this in the beginners section or here, so sorry if this is in the wrong section. basicly i'm trying to create a simple login page (not too simple obviously). basicly i use the query shown bellow to gain the userID: SELECT UserID FROM tblUsers WHERE …

Member Avatar for Paladine
0
137
Member Avatar for gaam

please guide me i'm confused i have to make a banking project using .Net and i don't from where to start my mind is really not working :sad: :?:

Member Avatar for cpopham
0
287
Member Avatar for manucherian3031

How to validate a string in cell of daragrid while editmode 1)how to validate using asp.net 2)1)how to validate using javascript

Member Avatar for Iron_Cross
0
78
Member Avatar for imfsub12

es i have a .aspx aplication running on my localhost, my dev server and my live SERVER.. When i add a entry to my DB (access) it picks the date or i can select it from a calander. So what is happeing is that i select say 2/1/2005 (m/d/y) and …

Member Avatar for Paladine
0
51
Member Avatar for ultimate_fusion

as above i need to know WHERE to put some code for a button to submit some data captured then transfer to an access database. any help would be gratefull

Member Avatar for hollystyles
0
116
Member Avatar for kon_t

Hi, I am interested in comments / experience people have wrt writing a tcp server in .net. We currently have existing an existing server, written in native c++. It communicates with our own browser client using a proprietery protocol and services hundreds / thousands of concurrent connections. The server uses …

Member Avatar for mcldev
0
101
Member Avatar for PranavSoral

Hi, I am facing a strange problem. I have an application developed using C# and ASP.NET. The application is working on some machines but it is not working on others. The problem occurs while saving the data. On some machines the data is getting saved but on others it is …

0
87
Member Avatar for mattcplusplus

I wish to use the round() function in the math class of the .net framework class library [C++] Math::Round(3.44, 1); //Returns 3.4. Math::Round(3.45, 1); //Returns 3.4. Math::Round(3.46, 1); //Returns 3.5. Ive tried just using the above, but the namespace specifier isn't working. Do i need to inclue a header file. …

Member Avatar for Glued
0
122
Member Avatar for oshelest

I host .NET application with IIS. When I type local IP in my browser it works fine. I use Netscreen firewall to map local IP to external IP. When I try external IP my first page comes up however if I click any button when I get page not found …

0
142
Member Avatar for Shazbot

I have a web form with some radiobuttonlist controls on it. My form will not submit unless I have selected at least one item on each radiobuttonlist controls. Does anybody know how to set it so that my form will submit with only some of the radiobuttonlist controls selected? When …

Member Avatar for Shazbot
0
57
Member Avatar for AlexClifford

Hi, I have an ASP.NET page that contains quite a few looping SQL queries. After either loading this page (all.aspx) or doing a few table sorts the page freezes up and just loads for about 20 seconds. Sometimes the page just loads and doesn't show any results when I know …

Member Avatar for michaelsowa
0
88
Member Avatar for crypter

Hi guys im creating this cryptography program. And was wondering how to connect three conditions together. [COLOR=Red]*Forgot to mention it is in c# language*[/COLOR] I got a place where i can input a key and confirm the key, Those are already linked together when u click the encrypt button it …

Member Avatar for crypter
0
114

The End.