Groups | Blog | Home


Archived Months
June 2003
July 2003
August 2003
September 2003
October 2003
November 2003
December 2003
January 2004
February 2004
March 2004
April 2004
May 2004
June 2004
July 2004
August 2004
September 2004
October 2004
November 2004
December 2004
January 2005
February 2005
March 2005
April 2005
May 2005
June 2005
July 2005
August 2005
September 2005
October 2005
November 2005
December 2005
January 2006
February 2006
March 2006
April 2006
May 2006
June 2006
July 2006
August 2006
September 2006
October 2006
November 2006
December 2006
February 2007
March 2007
April 2007
May 2007
June 2007
July 2007
August 2007
September 2007
October 2007
November 2007
December 2007
January 2008
February 2008
March 2008
April 2008
May 2008
June 2008


all groups > asp.net > october 2004 > threads for sunday october 31

Filter by Day: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31

Create BussinesObject in ASP.net
Posted by kongkong99 NO[at]SPAM yahoo.com at 10/31/2004 11:19:01 PM
Hi All, I need to open Business Objects in asp.net (vb). I added ref : Business Object 5.1 Object Lib Below are the coding i use. Dim BOApp As New busobj.Application BOApp = Server.CreateObject("BusinessObjects.Application") BOApp.LoginAs("user_name", "password", T...more >>

What is IIS ?
Posted by HazeWizard at 10/31/2004 10:51:45 PM
I installed the frameworks, the webmatrix of Ms and the MS sqlserver. Now i whanted to install the store and the portal SDK but when i whanna configure this the see that IIS is not installed. Wat is IIS and where can i find it? Or what do i have to do, to make it work. Thanks in advance. ...more >>

GAC install help
Posted by Andy Butland at 10/31/2004 9:41:30 PM
I've built a dll component that is compiled from contains a number of generic classes, each in separate .vb files, that I'd like to use in several web applications. Currently I'm simply placing a copy of it in each of the \bin directories, but realise the best idea is to install in in the GAC. ...more >>

Heirarchical Table Control!
Posted by AJ at 10/31/2004 7:45:02 PM
Hi all, I am posting from the web based forum on msdn.com. My question is, how do i create the heirarchical table like controls that this forum uses to display posts. Any tutorials, links and general information is appreciated....more >>

Is Framework required on local machine?
Posted by Charles Speedie at 10/31/2004 7:39:50 PM
Building an ASP.net site - working O.K. Does other internet users require Framework or ASP.net files on their local machine to enable them to access the site? Regards Eric ...more >>

Using TypeOf?
Posted by Leon at 10/31/2004 6:09:14 PM
I have a program that fill 6 textbox on button click, but when using TypeOf my program is trying to also fill label controls which throws my array out of range. how can use TypeOf to only read textbox Control? Piece of Code: Dim I As Integer For I = 0 To Me.Controls.Count - 1 If (Typ...more >>

post html form to aspx page
Posted by Haim at 10/31/2004 5:31:59 PM
I have a small application which I'm trying to upgrade from asp to asp.net. I have an html form which I want to post to an aspx page. It works ok on my development machine (win2000), but when I deploy it to the server (Win2k3) I get an http 405 error (verb used to access this page is not a...more >>

Whats the error:- System.NullReferenceException:
Posted by Patrick.O.Ige at 10/31/2004 3:42:01 PM
What could cause the error:- System.NullReferenceException: Object reference not set to an instance of an object. Any ideas? ...more >>



aspnet_wp.exe (PID: 500) was recycled because memory consumption e
Posted by Raju at 10/31/2004 2:41:08 PM
Hi , We are develoed the .net application(asp.net, vb.net and sql server ). Till yesterday there was no problem with the application. Is was working fine. In our application we have one Lock and Unlock Button. When you click on Lock button, the page will turn into ReadOnly mode. When you cl...more >>

Where's the text in a hyperlink col?
Posted by Tina at 10/31/2004 1:35:14 PM
I'm going through a DataGridItem looking to find the text in a hyperlink column. It's not in mydataGridItem.cells(3).text. Where is it? thanks, T ...more >>

Spell check in ASP.Net
Posted by Danny Ni at 10/31/2004 1:15:54 PM
Hi, Is there a way to check spelling of user's input in ASP.Net web forms? TIA ...more >>

reference a dll in codebehind without VS
Posted by TJS at 10/31/2004 1:09:10 PM
how can I reference a DLL in the codebehind (uncompiled) -- and not using VS ...more >>

How to set up SMTP server on "local" XP Pro machine?
Posted by Kikoz at 10/31/2004 12:42:26 PM
Hi all. I'm using one PC/XP Pro as my development environment. Its IIS has one default web site, of course, which is the site I'm working on. When some feature is finished I deploy it to my "production" site which is hosted somewhere else. Very common situation, I guess. This app uses emai...more >>

Validation controls seem to be breaking my pages - sometimes
Posted by Simon at 10/31/2004 12:17:18 PM
Hi, Has anyone experienced the problem where validation controls stop a previously working page from submitting. Sometimes, when I move between my work machine and my home machine validation that was previously working perfectly just starts to bugger up the page. One normally happens ...more >>

Infinite loop when using Server.Transfer
Posted by Alexander Bosch at 10/31/2004 11:56:20 AM
Hi, I'm sorry for the double posting, but I haven't got any solution for this and I'm still puzzled by this KB http://support.microsoft.com/default.aspx?scid=kb;en-us;839521 that's saying this was solved on Service Pack 1 of .NET 1.1 when it didn't. Could any one give me a hand on this? Just g...more >>

doubt on postback method
Posted by krishna murthy at 10/31/2004 11:07:40 AM
dear sir, i couldn't understand the postback method in asp.net.plz help me. k.krishna murthy ...more >>

Best way to 'secure' SQL entries (stray quotes and such)
Posted by Darrel at 10/31/2004 9:14:55 AM
I have a lot of fields where people can enter in data. If they enter in anything with an apostrophe, this messes up the SQL query and errors out. I know I shouldn't allow quotes and apostrophes anyway for security reasons. So, as such, what's the recommended method for allowing entry of these...more >>

sqlDataReader not returning records when called inside class
Posted by bidllc at 10/31/2004 7:03:01 AM
I have a funtion that works fine and dandy when called from anywhere in my app. It will NOT work when called from inside the class in which it resides. This is the function I'm calling: "getProductByID(productID)" from inside another method in the same class. See below. This line throws a...more >>

Reference a session object
Posted by lars.dahlback NO[at]SPAM mail.nu at 10/31/2004 7:01:17 AM
I have a VB .NET web application. I have a structure of data I want to keep throughout the whole session. Now I do it like below. Structure SMyStruct Dim number as Integer ...... End Structure Private Sub Button_Go_Click(....) .... Dim S As SMyStruct = Session("MyStruct") S....more >>

Need help for a simple composite control
Posted by eric dugal at 10/31/2004 6:44:00 AM
Hi!! I just want to create a composite control derived from a datagrid and a one or more button on top of the grid in a table. I already tried to put my button on the createchildrenControls method : Controls.Clear(); base.CreateChildControls(); // again, this will call Controls.Clear() ...more >>

How can I force Passport users to enter their credentials?
Posted by ronen at 10/31/2004 4:09:02 AM
Hi, There are times when Passport users can sign in, on an ASP.NET site, without being prompted for credentials. This happens, as far as I know, when Passport accounts are stored locally (or when users are already logged into MSN/Windows Messenger). How can I force users to enter their cred...more >>

change forecolor of a data in datalist
Posted by sekar suresh via .NET 247 at 10/31/2004 3:57:54 AM
Sir, I having problem in comparing two datalist which i binded with two different tables. 1. I want to compare each text in a cell 2. Then i want to change the forecolor of the text of the cell which is not equal . (Type your message here) -------------------------------- From: sekar s...more >>

asp.net
Posted by jignesh shah via .NET 247 at 10/31/2004 3:52:30 AM
(Type your message here) -------------------------------- From: jignesh shah ----------------------- Posted by a user from .NET 247 (http://www.dotnet247.com/) <Id>sXgZ+zgHykOAVIhvbVgIkw==</Id>...more >>

Can I get asp.net using C# free ebook
Posted by ashok roy via .NET 247 at 10/31/2004 3:51:53 AM
I am new to asp.net programming .I am unable to search any free ebook on asp.net using c#. As I am expert in C# programming. Please give me some url from where I could get some free ebook -------------------------------- From: ashok roy ----------------------- Posted by a user from .NET 24...more >>

How to capture SelectedIndexchanged event of dropdownlist in Datagrid
Posted by Uma Shanmugam via .NET 247 at 10/31/2004 3:51:41 AM
(Type your message here) -------------------------------- From: Uma Shanmugam Everyone, I have a datagrid and it has a dropdownlist in the Edit mode=2EI= want to capture the selectedIndexChanged event of the= dropdownlist=2E I tried ItemCommand event and then realised that= it is fi...more >>

connections using this database: 105
Posted by Guoqi Zheng at 10/31/2004 2:22:15 AM
It is a little strange but I got 105 connections on the database of my new application. It sounds that each time, one user login, the connections always remains there for forever. I am always use microsoft application block for data access. Any idea where should I look for the problem??? ...more >>


DevelopmentNow Blog