13,153 Topics
![]() | |
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 … | |
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 … | |
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. | |
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 … | |
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 … | |
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, … | |
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 … | |
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. | |
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 | |
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 … | |
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, … ![]() | |
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] ![]() | |
Can anyone explained to me how to use asp.net with c# for web applications or direct me to a good tutorial on it? | |
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 | |
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 | |
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 … | |
... 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 … | |
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? | |
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 … | |
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: :?: | |
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 | |
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 … | |
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 | |
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 … | |
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 … | |
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. … | |
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 … | |
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 … | |
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 … | |
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 … |
The End.