all groups > asp.net > july 2003 > threads for saturday july 5
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
asp:literal and hyperlink field
Posted by les at 7/5/2003 11:52:13 PM
I'm new to asp.net. (refugee from old asp)
I have a database field "Website", which is a url and I want it be a
hyperlink. I can display the url as text using:
<asp:literal id="litWebsite" runat="server"></asp:literal>
But I want it to be a hyperlink. I tried enclosing the above line in
an ... more >>
Hyperlinks and viewstate
Posted by John at 7/5/2003 11:26:36 PM
Hi all,
My app contains a datagrid with hyperlinks inside and these hyperlinks all
point back to the same page. The problem is that I have a 'search' user
control and the viewstate changes once the hyperlink has been clicked,
causing the Page_Load event of my user control to fire (which is wh... more >>
How to get Infos about the IIS and the ASP.NET Environment
Posted by ViperDK at 7/5/2003 10:30:41 PM
Is there any function like php_info() from php in asp.net? i want a page on
a website where i give out all important data from the webserver. at least
- Windows Version
- .NET Version
- IIS Version
- IIS Connection Limit
I searched a bit in google but found nothing.
Is there an easy way and i... more >>
Writing to Server
Posted by intermension NO[at]SPAM hotmail.com at 7/5/2003 10:27:20 PM
Hi there
I want to write to the server with a Brinkster type account setup
using ASP.net.
I kinda understand how to do it on my own server. It seems pretty
straight forward to write to a C:\Temp etc. But when i try to get a
little bit clever and try a write to something like
request.applic... more >>
Encrypt string for POSTing
Posted by Markus Stehle at 7/5/2003 9:27:20 PM
Hi all!
I need to POST data from one of my asp.net pages to an external CGI script.
What possibilities do I have to encrypt the data for transmission? Is it
enough to send the data to an SSL secured (https) URL - hoping that this
will encrypt the POSTed data automatically - or do I have to do ... more >>
user access to only selected pages
Posted by joe at 7/5/2003 8:25:19 PM
Some time ago I set up an ASP application that used a login page which
checked a username and password against a database to determine a users
authorization to access certain pages on the site. This was done by setting
a session variable within the application if the user was authorized and
usin... more >>
asp.net and spreadsheet...
Posted by Raphaël Désalbres at 7/5/2003 5:52:21 PM
Hello everybody,
Does anyone knows where can I find a spreadsheet component which allows
server-side script control? (Since ActiveX control don't)
Thanks very much for your time,
Raphaël Désalbres
... more >>
ASPNET user account
Posted by Joseph D. DeJohn at 7/5/2003 4:48:26 PM
"It says that Web applications run using the ASPNET user account. The
SQL database administrator will have to set up this account and grant it
permissions before your Web application will have access to a SQL database."
My question is: Is this account already setup? IF it is, are there an... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
Filter Data Grid With calendar control
Posted by Joey Durham at 7/5/2003 4:47:01 PM
Hi,
Hope this is the correct forum to post in. I am new to ASP.NET. I have a
calendar control that I am using to select a date and then that date will
list all records that match the date selected in a datagrid. I have
everything set up but I am unable to get any records to show up. .NET still... more >>
aspnet_wp.exe could not be launched
Posted by Asfhan at 7/5/2003 4:07:13 PM
Hi Guys,
aspnet_wp.exe could not be launched because the username and/or password =
supplied in the processModel section of the config file are invalid.=20
Regards,
Asfhan... more >>
Variable scope
Posted by Vincent V at 7/5/2003 2:41:04 PM
What type of variable can you use that lasts between page refreshes is it
possible or do i have to use session or a hidden field
thanks
... more >>
Submitting form with a unique ID
Posted by i.m NO[at]SPAM winning.com at 7/5/2003 11:28:47 AM
Hi All,
I'm looking for some information/code samples on how I can create a
simple web form that includes an auto-generated Unique ID on the form.
The form includes the following 3 fields (Unique ID, First Name and
Last Name). I have a SQL Server 2000 back-end with the table created
as foll... more >>
ASP:TextBox
Posted by Alex at 7/5/2003 8:06:34 AM
I am a newbie to ASP.NET...
What I was trying to do... but yet to succeed in...
I am building a customer info database... and on default,
I want to display the customer's basic information in the
TextBox on Page_Load... but, also allow user to update the
information
For example: Stree... more >>
smart navigation
Posted by vrushal at 7/5/2003 7:29:25 AM
hi
i m trying to use smartnavigation but its not wotking. i
have enabled property in web.config. Also tries at page
level directive but its not working.
neone knows why this happens.. i m using IE 6.0.
<configuration>
<system.web>
<pages smartNavigation="true" />
... more >>
visual inheritance of web form
Posted by varun at 7/5/2003 3:09:46 AM
hello friends,
i have been developing an application in asp.net.
i want to inherit a web page on all other web pages of
my application.
i took a form and callded it mybaseform1.
then i took another form, say webform1, and tried to
inherit
mybaseform1 with this page in its codebehind... more >>
Difference between "Protected WithEvents myClassName" And "Protected myClassName" ?
Posted by Andreas Klemt at 7/5/2003 1:23:18 AM
Hello,
what is the difference between
a) Protected WithEvents myClassName
b) Protected myClassName
Thanks,
Andreas
... more >>
|