all groups > asp.net > december 2004 > threads for wednesday december 8
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
How to access client's control from asp.vb?
Posted by WTS at 12/8/2004 11:47:06 PM
Hi there, can anyone assist me how to change a html button's attribute from
asp.vb?
Example, I have a html button which is not run as server control and I want
to use the vb code behind to make the button vissible or invissible.
Possible/
TIA... more >>
CPU usage 99% (aspnet_wp.exe) while importing excel sheet
Posted by vivekbg NO[at]SPAM fasttrackteam.com at 12/8/2004 11:40:57 PM
Hi all,
I am trying to import data from an excel sheet to MSSQL server 2000
using a web application (C#).
Since I have to validate the data in the excel sheet, the approach i
have used is to get the data from the excel sheet in a datatable in my
excel sheet.
For this i have used an ODBC connec... more >>
setting ImageUrl for images through code not working
Posted by mich_stone NO[at]SPAM yahoo.com at 12/8/2004 11:02:26 PM
Dear world,
I have an IMAGE control placed on my .aspx page with its ImageUrl
property not set.
In my code, i am setting it equal to something using the following
statement
img.ImageUrl = Server.MapPath ("usedIcons/AssignAccess/" +
reader["sImage"].ToString ());
where reader as the na... more >>
Javascript .....Print ...
Posted by HARI PRASD BARU at 12/8/2004 10:55:02 PM
want to print a page without URL address. I write Javascript:window.print()
but
it prints URL, date and page number. How can I hide URL? Is it possible ... more >>
Image Reference
Posted by Carl Gilbert at 12/8/2004 10:03:39 PM
Hi
I have a page and at the top of which I am defining some images as follows:
<%
img_1 = "images\image1.gif"
img_2 = "images\image2.gif"
%>
and so on but with more complex filenames.
Further on in the code, I want to reference this image in an <IMG> tag.
Usua... more >>
DataView Sorting with Paging Question
Posted by Patrick Olurotimi Ige at 12/8/2004 9:29:08 PM
I have a DataView sorting below with DataGrid and Dataset.
When i try implementing default Paging with the DataGrid it gives error
when i want to SORT:-
Error:-
"CurrentPageIndex value. It must be >= 0 and < the PageCount. "
CAN ANYBODY FORWARD ME AN EXAMPLE WHERE I CAN SORT THE TABLE AND ... more >>
how to keep the status of a ms ie treeview cross different pages?
Posted by cnSoftware at 12/8/2004 9:05:03 PM
for instance, expand status.
thanks for you advice.
... more >>
Syntax reference for ASP.NET
Posted by Nathan Sokalski at 12/8/2004 9:04:59 PM
I am looking for an online reference that shows the following:
Syntax for ASP.NET using VB.NET and ADO.NET
I want a reference of the syntax of any methods, functions, and/or
properties but not any tutorials. If tutorials are on the site, that is OK
as long as they are in a completely separ... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
ASP.NET Timeout Error
Posted by Pritam Javale at 12/8/2004 8:53:05 PM
When using Datagrid ASP.NET pages, the time required to execute a report is
much more greater than when the same report is generated using a ASP page.
Also the ASPX page almost always gives a 'TimeOut Expired Error'.... more >>
AutoEventWireup.................Help
Posted by thomson at 12/8/2004 8:42:28 PM
Hi All,
i have written a Web application program, in the page load
i have given Response.write=("true")
if in the page attribute, the default is
AutoEventWireup="false", when i run the program, it shows true as
output, executes once
But if i keep AutoEventWireup="true", it gives me the resul... more >>
MS SQL question
Posted by patryk78 at 12/8/2004 8:42:06 PM
hello , i have a table ARTICLES where are columns ID_ARTICLE and NAME, there
is also a CONTRACTOR table with ID_CONTRACTOR and many tables with prices
( group price, individual price, article price) and i found a function that
return resultset : netto_price and brutto_price, discount of article f... more >>
Form level variable scope issue
Posted by Jim at 12/8/2004 8:37:01 PM
I have a C# Web application that has 1 Web form that has 2 command buttons on
it with a label for output. I have a form level variable declared String
strName = "Jim"; right below where the buttons are declared by the form
designer. I have two event methods for my 2 command buttons. In the ... more >>
cannot redirect to mobile page
Posted by Carlos at 12/8/2004 7:38:48 PM
Hi all,
I was just trying to execute sample code to redirect the
output to a mobile page from a Pocket PC but it did not work.
I tried from the root aspx file (page_load event):
if (Request.Browser["IsMobileDevice"] == "true" )
Response.Redirect("indexm.htm");
... more >>
Having favicon.ico instead of IE.ico on a website
Posted by Patrick Olurotimi Ige at 12/8/2004 7:29:10 PM
I have an icon called favicon.ico that i created for a website and it
WORKS but u have to first bookmark the page
before u see the ICON in the URL instead of the IE icon!
<link rel="shortcut icon" href="favicon.ico">
But is it possible for users to see it without first Adding the page to
... more >>
selectedindex of multiple listbox selection in a datagrid
Posted by Lie at 12/8/2004 5:55:04 PM
Hi all,
I have problem in getting selectedindex of multiple listbox selection in a
datagrid. I have a listbox with multiple selection mode inside datagrid. In
Edit mode, I need to get back all selected items of that listbox and display
it.
can anyone help?
Thanks
rgds,
Lie... more >>
Server.Transfer or Response.Redirect Help
Posted by Stuart at 12/8/2004 5:55:03 PM
Hi There
I am using frames in an .asp application.
I have a constant Banner across the top (an .htm file), a variable menu down
the left and a main body (both .aspx)
I have added a file search facility in the menu down the left which takes
user input for an account number (in to a text ... more >>
HTML Frameset editor?
Posted by Fredrik Melin at 12/8/2004 5:00:39 PM
Have anyone seen a third party visual HTML Frameset ActiveX or .NET
component?
I need to define frames (add/remove), visually change sizes etc.
Not needed to be free or anything, but I have googled for hours now finding
nada.
Regards
Fredrik
... more >>
Is this possible?
Posted by Chris at 12/8/2004 4:37:04 PM
Hi,
I am populating a dataset from a webservice. One one page of my app I need
to get only the first 5 rows from the dataset to pupulate a datagrid and on
another page I then will display all the rows from that dataset in a grid. Is
it possible to select a specific amount of rows from the dat... more >>
Getting Logged in User Name
Posted by Ganesh Ramamurthy at 12/8/2004 3:54:36 PM
Hi Experts,
I am using windows integrated authentication in my ASP.Net application. I
get a Windows Login dialog box and the user has to enter a username and
password to access the pages. Once the user has logged in successfuly, I
need to get the signed in userID and password (If possible.)
... more >>
DataGrid Itemcreated Problem!
Posted by Lars Netzel at 12/8/2004 3:44:20 PM
How come that if you have a simple page with a data grid and a button.
When you load the first time (coming to the page first time) events happens
in this order:
1. Page_Load() (including a call to bind the grid)
2. Grid_itemCreated()
But if you press the Button (that ttriggers a postbac... more >>
How to get file part of referer
Posted by tshad at 12/8/2004 3:34:25 PM
Is there an easy way to get the page only from the referer?
For example, if I have:
c:\inetpub\wwwroot\development\staf2\jobSummaryList5DataGrid.aspx?Position=5I want to only get "jobSummaryList5DataGrid.aspx?Position=5".Thanks,Tom.
... more >>
linkbutton question
Posted by Leo at 12/8/2004 3:32:39 PM
I have a linkbutton that I want to respond to the click event with in
javascript and suppress the postback. Is there a way to do this?
... more >>
TreeView help please
Posted by clsmith66 at 12/8/2004 2:27:01 PM
In a treeview, I am trying to store the index of every treenode as it expands
in a hidden input box. If I click on the node itself, it expands and I can
capture the node index no problem. If I click on the plus sign however, the
selected index doesn't change so I can't capture the index of t... more >>
Cannot create Virtual Directory in IIS from asp.net
Posted by Stephane at 12/8/2004 2:23:03 PM
Hi,
I'm trying to create a virtual directory dynamically in my web site using
ASP.NET. I received this error:
System.Runtime.InteropServices.COMException (0x800700B7): Cannot create a
file when that file already exists.
at System.DirectoryServices.Interop.IAdsContainer.Create(String
... more >>
Setting e.Cell.Text (Calendar) looses clickability & day number
Posted by VB Programmer at 12/8/2004 2:11:29 PM
In my Calendar1_DayRender event I'm setting the e.cell.text property equal
to a db value. But, the day cell loses it's "clickability" as well as the
day #, like the other non-modified day/cells have. How do I preserve this?
... more >>
Set page to focus some certain location after post back
Posted by Hardy Wang at 12/8/2004 2:06:47 PM
Hi,
I have a web form, after post back to itself, I need to make web page
scroll to some certian location instead of top. We only care IE.
Anybody has some idea how to do it?
--
WWW: http://hardywang.1accesshost.com
ICQ: 3359839
yours Hardy
... more >>
accessing textboxes
Posted by SalamElias at 12/8/2004 1:11:08 PM
Hi, I have an aspx page with some asp:textboxes. In Page_load, I can populate
the textboxes, I have a button on the page, clicking the button generates the
btton_click event.
My proble is I am not able to access the values as textbox.text in this event.
I am detting nothing as if I can not see... more >>
Repeater and Lenght ArrayList
Posted by TomislaW at 12/8/2004 1:10:02 PM
How to get Lenght of DataSource in HTML of Repeater
Like:
<%# DataBinder.Eval(Container.Lenght) %>
???
... more >>
validating XML with an XSD file ?
Posted by Adrian Parker at 12/8/2004 12:27:05 PM
I have an XML file that I have to validate using an XSD file, how do I
accomplish this using vb.net ?
I need to display each element in the XML that fails validation, and why it
failed if possible.
Thanks
Adrian Parker
Ingenuity At Work Ltd
... more >>
.dll file not recognized in bin folder.
Posted by jasonburrwc84 at 12/8/2004 12:25:05 PM
I'm new to asp.net so bare with me. I'm reading through the asp.net
unleashed book and am to the section on creating classes. After creating a
..vb file which I can successfully compile and placing the .dll file in the
bin directory I get the following error message: BC30002: Type 'Quote' is... more >>
select stored procedure
Posted by nicholas at 12/8/2004 12:14:59 PM
I want to check if a userlogin already exists, so this is what i did...but
it is not working and I just can't get it to work. Must be something
stupid, but I don't see it ;-)
(I don't get any error, it just doesn't work)
STORED PROCEDURE:
==================
CREATE PROCEDURE sp_select_user... more >>
SmtpMail problem
Posted by Kenneth P at 12/8/2004 12:05:05 PM
Hi,
I'm tryong to use SmtpMail object but gets an error saying
Configuratioonvalue "SendUsing# is not valid.
Any ideas?
TIA
Kenneth P... more >>
HTML Table To Excel
Posted by Jim Heavey at 12/8/2004 11:51:02 AM
I have an HTML table which has all kinds of special formatting and coloring
and I am looking for how I should get this output to excel.
I have an example working which is using the response.write and a
Datagrid.RenderControl method to stream the output to excel. I am guessing
that this me... more >>
Unicode in Oracle
Posted by Sam Kong at 12/8/2004 11:50:34 AM
Hello!
I am trying to get data from Oracle 8.0.5 via OracleConnection.
Oracle's NLS_LANG is set to AMERICAN_AMERICA.US7ASCII.
The data is Korean.
There was no problem getting data using VB6 or Delphi.
But with C#, the characters are broken.
I believe that it's a character encoding problem.
... more >>
ASP.NET/C# - Listbox.Items.Remove only selecting index 0
Posted by Ron at 12/8/2004 11:46:09 AM
I've got a listbox that holds a list of groups. Users can
select a group, hit the remove button and the group
should be removed from the listbox. The only problem is
that no matter which group you select, the first one in
the listbox is always removed.(The listitem with an index
of 0. Box ... more >>
Datagrid Population
Posted by Craig G at 12/8/2004 11:32:40 AM
i have a simple datagrid that i populate manually using one datatable within
a dataset
what i was wondering is, how would i populate the grid using a dataset with
more than one datatable?
at the mo my HTML follows this format for each template coloumn
<asp:TemplateColumn HeaderText="... more >>
Getting rid of session cookie ("ASP.NET_SessionId")
Posted by Daniel Michaeloff at 12/8/2004 11:13:54 AM
Hi all,
I have an application that when finished redirects to a non-ASP.NET app
which is choking on a huge ASP.NET session cookie. The cookie
"ASP.NET_SessionId" gets transmitted by the browser (IE6 in test case)
despite trying Microsoft's suggested method of expiring the cookie first.
I'd... more >>
Registration Confirmation Page
Posted by Greg Collins [InfoPath MVP] at 12/8/2004 11:11:40 AM
I couldn't find what I was looking for doing a search through the =
newsgroup, so here goes...
I'm have a Web site user registration confirmation page that I want to =
show a set of random numbers (images) which the user has to look at and =
type into a field for verification that this is real... more >>
How to limit number of rows in Repeater
Posted by TomislaW at 12/8/2004 11:09:11 AM
I need to show 5 rows and put link for more..
where and how to put this limit?
on item data bound or else?
... more >>
placing controls within panel control
Posted by Joe at 12/8/2004 11:09:11 AM
How do you set the position of controls that you drag into a panel control?
Anything that I drag in there locks to the upper left corner. I can't set
x/y coords any way that I can find.
Thanks.
... more >>
Cannot Update Datagrid
Posted by MrMike at 12/8/2004 11:07:01 AM
Hi. My application has dozens of datagrids but for some reason an exception
occurs when one of them is updated. When a user edits a datagrid row and
then clicks 'Update' the following exception occurs:
---------------------
"Exception Details: System.ArgumentOutOfRangeException: Specified ar... more >>
Iframe .pdf not displaying when deployed on live server
Posted by csgraham74 NO[at]SPAM hotmail.com at 12/8/2004 11:02:13 AM
I have created a web page(.aspx) that displays a .pfd page in an
iframe. It does this by building a string of html and then executing
this at a certain point. This code works fine on my development server
but not on my live system - on the live system it brings up a blank
screen.
The code lin... more >>
view client's screen?!
Posted by ACaunter at 12/8/2004 11:01:03 AM
Hi all,
I was wondering if there was a way to view the clients screen from the
server. This would be quite handy for technical support help on the asp.net
application.
I know XP has it's on way of doing this but that wouldn't work since not all
client's are using xp.. and i know msn messe... more >>
Right Justify Hyperlink Buttons?
Posted by Tina at 12/8/2004 11:00:02 AM
Is there any way to get the text property to right justify in controls like
Hyperlink buttons and labels?
Thanks,
T
... more >>
DateTimePicker for ASP.NET
Posted by Reny J Joseph Thuthikattu at 12/8/2004 10:37:03 AM
Hi,
I want to have a datetimepicker for my asp.net page?
Can any one tell me where can i found it?
Regards
Reny
---
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.807 / Virus Database: 549 - Release Date: 07/12/04
... more >>
Unable to insert new record
Posted by European at 12/8/2004 10:31:03 AM
Am I the only one that can't insert a new record ?
accessing a access database and inserting a new record
the not variant data type ie a null is be sent
everything works ok edit update delete but not insert
Please help
I feel if I don't get over this hump I drop the idea altogether
thanks
... more >>
ASP.NET and Javascript
Posted by Jason . at 12/8/2004 10:24:09 AM
Is it possible to reference an ASP.Net control from a JavaScript
function?
What I would like to do is determine if text has been typed into an
asp:text control. If there was I would then submit the form if the user
hits their enter button.
*** Sent via Developersdex http://www.develope... more >>
Inline function.....
Posted by Allen Smith at 12/8/2004 10:11:10 AM
Is there any inline function concept of C language in .Net Framework 1.1 and
VB.Net Language?
A Smith
... more >>
Accessing DropDownList info and values that aren't known until runtime?
Posted by kenfine NO[at]SPAM u.washington.edu at 12/8/2004 10:10:24 AM
This is a crosspost from a less-frequented (but more focused) asp.net group;
I didn't receive an answer that worked. I'd like to get this form
functional. Could someone help on what's probably a simple syntax issue?
I've attempted my due diligence with the usual books and references...but
I'm ne... more >>
Suggestions: Filling calendar with db events
Posted by VB Programmer at 12/8/2004 10:09:49 AM
I have a bunch of events and appointments in a sql server db. What is the
best way to fill a calendar with this data? As I switch months I want it to
repopulate with the "current" months data.
I'd like it to kind of work like a basic Outlook calendar.
Thanks!
... more >>
Help Me!! Cannot Create Web Projects on Windows Server 2003 with VS.NET 2003
Posted by Daniel Sitima at 12/8/2004 9:39:28 AM
I cannot to create project in Windows Server 2003 with Visual Studio .NET
2003;
The error returned was:
The default Web access mode for this project is set to file share, but the
project folder at 'http://localhost/WebApplication1' cannot be opened with
the path 'd:\inetpub\wwwroot\WebAppli... more >>
Need to pass a method an Ilist
Posted by DaveF at 12/8/2004 9:35:28 AM
how do I build an ILIST from comma seperated strings and send the ilist to
the method
--
David
... more >>
Absolute cursor location
Posted by Sid S. at 12/8/2004 9:27:13 AM
How can I find the absolute cursor location? Where the mouse cursor is
located with repect to the body.
This way I can position an div tag where the mouse is, even if scrolled down
farther on the page.
Any help would be appreciated.
Sid Sidney
... more >>
Adding a Default ListItem in a Databound Listbox in ASP.NET- Postback
Posted by Harold at 12/8/2004 9:20:24 AM
I have read the following article
http://www.4guysfromrolla.com/webtech/073101-1.shtml. I added the empty
selection as the first option. When I click submit without choosing
anything it does not return my empty string but the 2nd value in listbox.
When the page reloads it selects the 2nd o... more >>
Best way to implement custom control: Repeater vs. Anything Else
Posted by WebMatrix at 12/8/2004 9:17:06 AM
I am struggling with implementing somewhat complicated UI web-control. I
explored Repeater, but I am not sure if it's the best way to go. I am leaning
towards writing my own custom control and creating elements on the fly
dynamically.
I have a control that needs to display 3 columns and n num... more >>
HtmlTestwriter
Posted by sara at 12/8/2004 9:09:05 AM
Hi to all
How can i use htmlTestWriter in aspx.vb page
thanks
... more >>
Wacky calendar
Posted by VB Programmer at 12/8/2004 8:56:01 AM
1. How do you change the font/forecolor of the Month name that shows up in
the calendar. After I did an autoformat the title was dark blue and the
font was almost black - very difficult to read. Some of this may be driven
by my css???? How can I change the title (Ex: "December") to a WHITE... more >>
Avoid opening multiple browsers
Posted by helpSeekar at 12/8/2004 8:53:04 AM
My application sends out alerts with multiple hyperlinks in it.
Each time user clicks on a link, it opens up a new window in case of yahoo,
hotmail email clients. In case of lotus notes email client, same browser is
used even if user had opened additional browsers after that.
Can I have some... more >>
Aspx-files sharing the same codebehind?
Posted by Thomas Andersson at 12/8/2004 8:53:03 AM
Hi all,
I've been thinking of about adding new languages to our website and is
currently investigating how this could be done. And I know that one way to go
would be to create new aspx-pages with new codebehinds for each page I want
to have translated.
But my question is - is it ok to k... more >>
DataBind issue
Posted by Tomislav Bartolin at 12/8/2004 8:50:03 AM
Hi,
I have an aspx page which contains an ascx user control.
I am using Page.DataBind in Page_Load event of the page to bind elements to
page properties.
The problem is the ascx uses its Page_Load event to create objects which are
then used
for data binding, but because I call Page.DataBind ... more >>
Datagrid page redirect very slow
Posted by csgraham74 NO[at]SPAM hotmail.com at 12/8/2004 8:11:48 AM
I have an issue with aspx page that displays a large datagrid. When i
click a button and display the grid everyting works fine. when i click
a button on the page which is a response.redirect to another page there
is a very long delay before the button event is fired and the page
redirects.
ca... more >>
Div in aspnet
Posted by wandali NO[at]SPAM rogers.com at 12/8/2004 7:50:32 AM
Hello,
I wonder if there is any web forms control or anything else which
allows me to have similar feature as the html tag <div>, in which all
controls within the div will disappear, when I hide it. And more
important is all controls underneath it will shift up...
Thanks in advance.
Wanda
... more >>
Could not load type 'Namespace.Global' - one man's solution
Posted by heromull at 12/8/2004 7:17:57 AM
Here's what we did to resolve the Could not load type
'Namespace.Global' issue...
the setup: asp.net app, iis 6, home directory is a share located on
another computer.
our solution: ymmv
1. start > control panel > admin tools > ms .net framework 1.1
configuration
2. runtime security p... more >>
forwarding to a different frame! help....
Posted by Reza Solouki at 12/8/2004 5:29:02 AM
Hello,
This is actually more of html/script question, but since it is with a
asp.net project figured posted here.
Well I found a piece of code in here, of microsoft, to use for creating
menus/popups. It is great, however, I haven't been able to modify it to show
the forms that it opens i... more >>
Run server code on a javascript confirm
Posted by louise raisbeck at 12/8/2004 4:57:02 AM
I want to run some server code but before I do i want to ask the user if they
are sure using a javascript confirm. I'm confused as to how to do this. I can
build a javascript string then do
btnRemove.attributes.add(onclick)=javascript string, but then how do i say on
hitting ok carry out thi... more >>
How to export ASP.NET dataset to text file
Posted by Peter D.C. at 12/8/2004 4:55:03 AM
Hi
On an asp.net page I have a search section that, based on the search
criteria, populates a datagrid. The search is done trought a stored procedure
and a resulting dataset with only one tabel in it. The dataset
(dsRecords.Tables("tblSearchResult") is the datasource for the datagrid.
My... more >>
web matrix and notepad users...
Posted by Matt at 12/8/2004 4:37:14 AM
X-No-Archive: yes
What's the general opinion of matrix and notepad users vs. VS.Net users?
I started VS.Net, had a problem with it, uninstalled it, and tried Web
Matrix and Notepad. I liked how I could easily open files and work with my
code pretty quickly.
For the record, I tried the ... more >>
ASP.NET multiple users/ single class files
Posted by jsale at 12/8/2004 4:09:02 AM
I have made an ASP.NET web application that connects to SQL Server, reading
and writing data using classes. I was recommended to use session objects to
store the data per user, because each user using the application needs to see
their own data only. My problem is that when multiple users are ... more >>
Creating the Web application with the Visual Studio 2005
Posted by Tetris at 12/8/2004 3:07:01 AM
I am preparing the MCAD Certification.
I use the Visual Studio 2005.
But I can't create Web application. There is only ASP.NET Web service project.
Is it possible to develope ASP.NET web application project in Visual Studio
2005? If possible how?
In the .aspx file how can I change the docume... more >>
Regular expression
Posted by huzz at 12/8/2004 2:31:02 AM
how do i create an regular expression to validate a MAC Address:
(##-##-##-##-##) 00-90-F5-07-7F-9B
the # could be either a number or character.
many thanks
... more >>
sliding menus
Posted by Alberto La Pera at 12/8/2004 2:20:02 AM
Hi!
I'd like to realize a Custom Web Control for a sliding menu, but i really
don't know how to control the client-side "animation" of the menu.
Can anyone help me?
Thank you a lot in advance...
Alberto
... more >>
Access is denied error - tried some fixes
Posted by teddysnips NO[at]SPAM hotmail.com at 12/8/2004 1:55:37 AM
ASP.NET on VS2003.
I have been developing the application for some months, and delivering
incremental releases in the form of new DLLs (for code changes), or
new .aspx pages for client changes.
Yesterday I sent the client a new DLL and an aspx page. This morning
I have had them complaining... more >>
browse
Posted by sara at 12/8/2004 1:29:03 AM
Hi to all
i want to click a button in my web page and open a dialogOpenfile as windows
apllication
thanks
... more >>
Capturing Windows Username without popping challenge box in the browser
Posted by Raj Thakkar at 12/8/2004 12:16:59 AM
Hi,
I am currenty working on a site for intranet.
I have a user control in the header of every page that will be
displayed only if people with certain username are surfing the site.
These lists of usernames is stored on the server side in a xml based
file
So what I am doing at the moment is ... more >>
RedirectFromLoginPage Question - redirect without having ReturnUrl
Posted by VB Programmer at 12/8/2004 12:03:17 AM
I am using Forms authentication. I am calling my Login.aspx page from an
unsecured page, hence there is no "ReturnUrl" QueryString. How can I direct
the user to a DEFAULT secured page if they login ok?
Thanks.
... more >>
|