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 >>
Don't see what you're looking for? Search DevelopmentNow.com.
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 >>
|