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 > july 2003 > threads for sunday july 6

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

Passport Authentication in ASP.NET
Posted by sudhir_pai NO[at]SPAM rediffmail.com at 7/6/2003 10:37:14 PM
Hi All, I want to implement the .Net Passport Authentication in my ASP.NET web application. I have installed the Microsoft Passport SDK 2.5 on my machine. I have also registered my profile (email address and company profile) while downloading the Passport SDK. I have not yet received the...more >>


Urgent Help on Authenticate Database User
Posted by Mae at 7/6/2003 10:04:27 PM
Dear all, I'm having a problem here. Suppose I have a database which store the username and password, the user must login in order to use the system. After login, I will store the username in a session "HttpContext.Current.Session ("UserLogin")". The problem is, how do I check whether the ...more >>

Project Reference not working
Posted by Hitesh Khatri at 7/6/2003 10:04:02 PM
Hi All, I have web application project, to which I have added project-reference to another class library. When I am using one of the property from that class. I am getting following error. 'Public Overridable Overloads Property PropName() As Project1.PropName' is declared in project 'P...more >>

Do you need to use Java script in ASP .Net?
Posted by Jerry at 7/6/2003 9:19:25 PM
Hi, Experts, With the great functionalities in ASP .net, do we still need to use JavaScript? Thanks Jerry ...more >>

Form Problems
Posted by Leon Shaw at 7/6/2003 7:46:22 PM
I built a normal registration form containing the normal textboxes, dropdownlists, and validation controls. However, when a user submits the form in which some field does not pass the client side validation of a particular control (textbox, dropdownlist, etc.) the cursor does not return to that...more >>

Passing multiple values using Response.Redirect
Posted by Anne at 7/6/2003 7:14:30 PM
hie there, i want to be able to pass multiple parameters to another page. currently, i am able to do so, but somehow i feel it is not the correct way to do it. below is part of what i have so far. 'first page Private Sub btnOK_ServerClick(ByVal sender As System.Object, ByVal e As Syst...more >>

[OT?] online payment ...
Posted by Lloyd Dupont at 7/6/2003 4:12:31 PM
how difficult it is to make an online payment form ? I have no idea how to do such thing ... could anyone share some experience about this ? ...more >>

Usercontrol in webforms subfolder
Posted by Lars Pedersen at 7/6/2003 2:14:33 PM
Hi. I had a similar question here some days ago.....anyway.. When in VS.Net adding a webform in a subfolder of the project, and adding a UserControl to this webform. Then after setting this webform as new startpage and debugging it, I get the Error: Parser Error Message: It is an error to ...more >>



How can I refrence the aspNetEmail
Posted by Mike John at 7/6/2003 1:53:44 PM
How can I add refrence to aspNetEmail so I can import it in my aspx page Imports aspNetEmail 'aspNetEmail was not in the list of Imports. Sincerely yours Mike John ...more >>

DataGrid All Records in Edit Mode ?
Posted by Dieter Depuydt at 7/6/2003 1:44:20 PM
Hi All, Is is possibible to put all records in a Datagrid in Edit Mode. So my users, can chose a record, put the cursor in the first field of the record, edit it, and just click on 'Save' ? Dieter ...more >>

How can I send the page in the body of email.
Posted by Mike John at 7/6/2003 12:56:47 PM
I want to send the page in the body of the email , just like the functionality of the send page in the browser explorer . I have tried the following systax <html> <body> <input type ="Button" onclick= "eman()"> <SCRIPT language=javascript> function eman() { var e_ad...more >>

Deployment to shared host?
Posted by Steve Brecher at 7/6/2003 11:52:01 AM
VS.NET help on deployment indicates that, while using a deployment project requires administrative access to IIS, " we recommend deploying your project [as opposed to just copying it] in most cases, because it allows you to take advantage of extensive deployment project management features, such ...more >>

HowTo: get request.form[i].name
Posted by Wilhelm Pieper at 7/6/2003 7:51:19 AM
Hello, HowTo: catch name/value pairs from request.form? My viewstate shows: "__VIEWSTATE=..&111=5.." I want to get this pairs of IDs/names [111] and values [5]. But because the DropDownList ist dynamically created I don't know the name/ID of the created list. I can parse the viewState stri...more >>

Referencing a control in Javascript
Posted by John at 7/6/2003 3:00:18 AM
Hi all, In my code-behind, I validate some controls and if a particular control has a problem, I not only send an alert down to the client via Page.RegisterStartupScript but I'd like to set the focus of the control. now the control in question is embedded into a user control which is, in turn,...more >>

DataGrid&CheckBox
Posted by Jure P at 7/6/2003 1:32:34 AM
I have a problem with handle an exception on DataGrid - TemplateColumn I have a datagrid with many columns. One of them is itemID. Second is presented with checkbox. I would like to run some procedure ( sth(ItemID) ) when i change the checkbox. I don't know how to do this. thank you, Jure ...more >>

No cache on User Control?
Posted by Pat Carden at 7/6/2003 1:04:19 AM
My user control needs to update each time it's displayed but I can't find a way to either issue a directive so the user control info is not cached OR a way to cause the user control to be "refreshed" from within the containing page. Any suggestions greatly appreciated. Pat ...more >>

ErrorMessage
Posted by Kenny at 7/6/2003 12:48:09 AM
Hi, Is it possible to call a function from a control, for e.g <asp:requiredfieldvalidator id="test" errormessage="ccc" /> Is it possible for me to create a FormatErrorMessage function if I want to change the text of the message. <asp:requiredfieldvalidator id="test" errormessage="<% Fo...more >>


DevelopmentNow Blog