all groups > asp.net > november 2003 > threads for monday november 17
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
MSHTML asp.net web application SLOW
Posted by roberto3214 NO[at]SPAM netscape.net at 11/17/2003 10:27:51 PM
Hi Guys,
I have been reading heaps of information in regards to MSHTML object
being used in .NET applications, windows and UI-less. I have read the
walkall samples and tried various techniques with MSHTML. My biggest
problem seems to be running MSHTML in asp.net application and looping
elemen... more >>
Side by Side Execution
Posted by Robert Strickland at 11/17/2003 9:07:05 PM
I originally loaded VS 2002 with 1.0 Framework. I just installed VS 2003
with 1.1. Framework and use this to start new web applications. However,
when I start a new web app I am told the current framework is 1.0 and I
should update the web server before loading the project. I went to the
framewo... more >>
Global.asax On_Start Variables resetting
Posted by Israel Ordonez Jr at 11/17/2003 8:24:46 PM
Hi everybody,
I am having a problem with an ASP.NET application i am working on. I new to
ASP.NET so I'm not sure if I'm doing this right.
I am working on a website that has an oil price listed throught several
pages. In the global.asax file i have the following code.
Sub Application_Start(... more >>
Accessing UserControl property value from page control
Posted by Iain at 11/17/2003 7:45:56 PM
Hi
I have page (testCal.aspx) that contains a usercontrol (custCalendar.ascx) -
see below signature for code. The UC contains a linkbutton which which when
clicked, posts back and displays a calendar. When a value in the calendar is
selected it posts back and then updates a public property (C... more >>
Web Service throws 401 Error when consumed
Posted by Sanjay at 11/17/2003 7:32:25 PM
I have written a web service to return information from the database. This
works and the data is returned in XML format from the database and displayed
on the web page as well when this web service called getsampledata is
invoked. Now I create a web page and created a webservice using the web
... more >>
Type in Dropdown combo box
Posted by Jason at 11/17/2003 7:23:42 PM
Hi Hi
Just wanna find out whether the following is possible:
to have a drop down list with populated values, but when the user wants to
select a value, he can either type in the first few letters or select it
with the mouse or both. example: a drop down list has 10 values. the user
clicks on ... more >>
Oh those Transaction Headaches!
Posted by Dano at 11/17/2003 7:09:35 PM
Hi all!
Perhaps a wise soul can help me here. I have an insert routine for an
ASP.Net application and it works fine, but I decided to test the transaction
rollback capabilities by stopping the SQL server when it was just about to
insert the record (I use a breakpoint and then stop the server).... more >>
disable radio button in RadioButtonList
Posted by anonymous NO[at]SPAM discussions.microsoft.com at 11/17/2003 7:00:22 PM
Is it possible to disable just a certain radio button in
a RadioButtonList control? I've researched this issue for
a while now and haven't come up with anything.
Thanks,
Dave... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
Visual Studio Web Server Error With New Project
Posted by Don Miller at 11/17/2003 6:45:41 PM
On a new install of Visual Studio, it worked most of the day, then I did
something (deleted a web folder??? or files) and now when I try to create a
new project (New Project->ASP.NET Web application I get an error "The Web
server reported the following error when attempting to create or open the
... more >>
DataGrid Footer - DropDownBox
Posted by Jim Heavey at 11/17/2003 6:13:25 PM
Hello
I have a datagrid that has a footer that I have place a
dropdownbox on and loaded the values in the datalist in
the ItemCreated Event.
Everything is just as I expected when the grid is
presented. I select some value from the DropDownList and
then press a command button, also on th... more >>
why some controls must set autopostback property to be true??
Posted by Matthew Louden at 11/17/2003 5:59:25 PM
why need to set autopostback property to be true?? I know autopostback event
means to send the form to the server automatically.
I tried checkbox, checkbox list, radio button, and radio button list, and
they all need to set autopostback property to be true, in order to make the
event of the co... more >>
Is FrontPage Server required for InterDev
Posted by Wanjun Yu at 11/17/2003 5:49:24 PM
Is FrontPage Server required for using InterDev?
I am a beginner. When I tried to create a project, the wizard showed that MS
FrontPage Server Extentions have to be running on the server. I was having
trouble to debug the other ASP pages, I wonder if this was causing it.
Thanks!
Wanjun
... more >>
ASP.NET training in the UK
Posted by Peter Morris at 11/17/2003 5:06:36 PM
Hi all
Can anyone recommend a good ASP.NET training course in the UK? The closer
to Birmingham the better.
--
Pete
=============
Read or write technical articles
http://www.HowToDoThings.com
Audio compression components, FastStrings library, DIB controls
http://www.DroopyEyes.... more >>
Error when pulling up .aspx page
Posted by Dave at 11/17/2003 4:36:00 PM
For some reason my web server does not recognize .aspx
pages. I get this error: A dynamic link library (DLL)
initialization routine failed.
It's a stand alone W2k server with IIS 5.0.
Thanks... more >>
ASP.Net Thumbnails
Posted by Chris D at 11/17/2003 4:33:33 PM
I'm doing some work with submitting graphics via ASP.net page to SQL 2000
server using VB.
I know how to get a graphic into the database from a filefield control. I
also know how to pull it out of the database and thumbnail it on the fly.
Creating thumbnail on the fly seems extremely ineffic... more >>
Release / Debug
Posted by coder5811 NO[at]SPAM yahoo.com at 11/17/2003 4:32:50 PM
Hi,
Im want to release my web project and the configurations inside my
web.config are very different from my development environment to my
production environment.
I was wondering is there a way to have the debug version use one
web.config file, while the release version uses a release vers... more >>
Smartnavigation with grid on second page
Posted by Rick at 11/17/2003 4:31:07 PM
I've got a long page (user requirement) with a datagrid on
the second scrolled page. I've got smartnavigation on and
it works fine for everything else on the page, but if I
click a sort header or an item edit on the datagrid,
postback puts me back to the top of the page.
Any way I can get... more >>
application_error isn't thrown
Posted by Mark Heimonen at 11/17/2003 4:30:24 PM
Hi,
I've been using a standard global error handling page for almost two years.
I posted a new revision of code on the site on Friday, and my global error
handling routine quit working. The application_error event in
global.asax.vb just quit being called. Instead, I see the default ASPX
er... more >>
how to add reference to assemblies that added to GAC?
Posted by denull at 11/17/2003 3:58:27 PM
how to add reference to assemblies that added to GAC?
thanks.
... more >>
forms question - newbie
Posted by sean at 11/17/2003 3:57:49 PM
HI,
I Have a form in which I am trying to submit information, but the form keeps
posting back to the same page?
any ideas on how I can make the form submit to another page that i choose?
Thanks in advance
Sean
... more >>
Browse to Folder instead of Folder + File
Posted by danielm58 NO[at]SPAM hotmail.com at 11/17/2003 3:38:32 PM
I am working on a C# ASP.NET project where I need to allow the user to
browse to a folder. The only way I see how to do this is use <input
type=file>. But this makes the user select a file and returns folder
+ filename. I only want the folder path.
Does someone have a possible solution othe... more >>
IIS returns the <% %> part of ASPX
Posted by Christina IME at 11/17/2003 3:36:53 PM
I have configured a brand new machine with IIS and Windows XP Pro, plus .NET
Framework v1.1. Installation went perfect. But when I run a simple ASPX file
containing only "<% Response.Write("Hello World") %>", IIS returns the whole
content of the file, like this:
<% Response.Write("Hello World"... more >>
Efficiency of dynamically adding web user controls
Posted by MC D at 11/17/2003 3:24:28 PM
When I dynamically add a control by doing something like
dim x as control = Page.LoadControl("myControl.ascx")
am I actually loading the control from disk??? I don't really understand why
I can't access the class for the user control directly... in other words
just say:
dim x as new myCon... more >>
Action canceled IFrame IE 6
Posted by Dumitru Ozunu at 11/17/2003 3:23:56 PM
Hello,
I have a strange problem, I've browsed the whole newsgropu but I found no
answer :-(
I have a web page that contains a submit button (asp .net) when submited,
it makes a redirect to a page containing a IFRAME. sometimes the IFRAME
loads the page that it references without problems, so... more >>
'Insurance' Code injection attack
Posted by Sati at 11/17/2003 2:59:32 PM
Hi All,
Does anyone know how to clean a asp application from a
virus that converts labels with the word 'Insurance' into
link button to a web page. It also injects text in the
textbox when the textbox.text has any reference to
this 'insurance' word.
I am using custom controls on custom p... more >>
Capturing a "windows Authentication" login failure...
Posted by Twitch at 11/17/2003 2:55:13 PM
Is there an event or "something" that happens where I can Log a message (or
whatever) when a logon attempt fails when using "Windows Authentication".
If not, I could just do my own logon screen, but then how could I take the
credentials supplied and verify them against the Windows User list at ... more >>
ASP dotnet question - mouseover
Posted by Steve Chatham at 11/17/2003 2:36:21 PM
I am moving some reports generated from a traditional ASP page to asp
dotnet.
In doing so, I have a listbox with x number of items in there. I've been
asked to change the names somewhat to reflect what the actual report has in
it, rather than its old cryptic DOS name was. In doing this, I wa... more >>
Web Setup Project w/ Custom Action
Posted by LovhaugOnline NO[at]SPAM coolbits.nu at 11/17/2003 2:29:02 PM
I have created a web setup project for my ASP.NET
application that works fine. Also, I have followed the
instructions for using a custom action to launch a web
page after the installation is complete. This works great
too, for web pages not associated with my new application.
I would like... more >>
Object with all of form's controls to loop through ASP.NET
Posted by David A. Beck at 11/17/2003 2:08:13 PM
Is there a way I can loop through a form object in ASP.NET codebehind like
in VB.NET and get all of the controls?
... more >>
click event of the hyperlink
Posted by Pat at 11/17/2003 2:01:35 PM
How do I trigger the click event of the hyperlink control
programmatically?
Thanks
... more >>
ASP.Net security after SP4 on W2k Server
Posted by Mathew at 11/17/2003 1:57:33 PM
Hello:
I have an app that has been running for several months, but
after installing SP4 on the Win2k server, it would no
longer run.
First I had a TemplateControl parser exception when the
server tried to compile and run the ASPX page. (Which runs
fine on my workstation).
After strippi... more >>
HTML to Image
Posted by Matt Frame at 11/17/2003 1:56:17 PM
Does anyone if there is a way in .Net to send HTML markup to something in
..Net and have it save what the HTML would look like in a browser to some
type of image file like jpeg?
Thanks,
Matt
... more >>
DropDownList
Posted by Jim Heavey at 11/17/2003 1:13:12 PM
When you are binding a dropdown to a datasource, you have
2 properties to set, the DataTextField and DataValueField.
If you are going to load the entries manually in code
rather then use the databind, how do you set these
properties?
I know (think) that if you are just loading the "tex... more >>
ASP.NET vs MAC
Posted by +The_Taco+ at 11/17/2003 1:09:30 PM
Is an ASP.NET page is compatible for a MAC user? I need to do a web
application for a client and I wonder if i must turn on ASP or ASP.NET.
thx!
... more >>
Run JavaScript before Form Submits
Posted by Kenneth Keeley at 11/17/2003 1:07:44 PM
Hi
How can I run a java script function before a form is submited back to the
server.
What I wish to do is have a upload form that when a user clicks the submit
button a javascript function opens a second window after this the buttons
onclick event should be run.
Is any of this possible.
... more >>
calculate age from date of birth
Posted by TJS at 11/17/2003 1:04:59 PM
what namespaces are required so I can do a simple calculate age from date of
birth ?
... more >>
Using global function for all web forms
Posted by RA at 11/17/2003 12:59:34 PM
Hi
Is it possible to have a global function that I can access from all the aspx
web forms? This function basically will reset the Cache object to delete all
the stored fields within it.
Thanks,
Ronen
... more >>
Unable to generate code for a value of type...
Posted by Chris Bower at 11/17/2003 12:54:52 PM
Reposted from aspnet.buildingcontrols:
Ok, I've got a bunch of derived controls that all have a property Rights of
type Rights (Rights is an Enumerator). I wrote a custom TypeConverter so
that I can use comma separated values in design-time. The TypeConverter
works great in design-time. It conve... more >>
Advice on a simple application
Posted by sellen NO[at]SPAM deloitte.com at 11/17/2003 12:52:24 PM
I am trying to build a very simple app.. two actually but they both do
the same thing to each other.
I need to Compare the data retrieved from the MyApplication to the
data retrieved from MyOtherApplication using Web Services.
I aready have the two apps built and they each will retrieve the
... more >>
msde database distribution
Posted by cade at 11/17/2003 12:39:35 PM
We are creating an application that uses a msde database. Anyone know how we
can distribute this with the application or have some way of getting the sql
queries from it that would create the database? Any articles on this topic
or anything? We don't have sql query analyzer since we have the desk... more >>
Reliable ASP.Net Deployment?
Posted by Phill. W at 11/17/2003 12:36:46 PM
Apologies if this has already been asked a thousand times before
(please point me in the direction of the F.A.Q. Page) but...
How do I *reliably* deploy ASP.Net solutions onto a [Production]
host that does *not* have Visual Studio installed upon it - just the
Framework?
I've copied all the ... more >>
crystal report in web page
Posted by Julie at 11/17/2003 12:35:33 PM
In my asp.net web application, I want to display crystal
report, I use the CrystalReportViewer web control to load
the created report, but I always got the error:
CrystalDecisions.CrystalReports.Engine.LoadSaveReportExcept
ion: Load report failed.
Anybody knows what the problem is? Any hel... more >>
tell visual studio designer to use "em" instead of "px" (newbie)?
Posted by louisducnguyen NO[at]SPAM hotmail.com at 11/17/2003 12:31:07 PM
Hi All,
I've well versed in Cold Fusion (don't laugh), raw html and CSS. I'm
getting started with .Net, C# and visual studio (enterprise version).
The VS designer is pretty cool except it uses PX absolute positioning.
I prefer to use EM, which automatically scales based on the user's
brows... more >>
EditColumn
Posted by Jim Heavey at 11/17/2003 12:16:33 PM
Hello
How can I alter the footer of the <asp:editCommandColumn?
For all of the other columns I am using the
<FooterTemplate, but that does not seem to be available
to me for the EditCommandColumn.
Do I have to use the ItemCreate Event?... more >>
Application or Cache
Posted by stefano mostarda at 11/17/2003 11:58:05 AM
Hi there,
I have a question.
In my application I have a table which is frequently used to fill a combo. I
want to store it in the application or cache object. it is never updated.
What's the besta container to improve performance and scalability, Cache or
Application object?
Thanks in ... more >>
Determining the PostBack event caller?
Posted by Wayne at 11/17/2003 11:52:08 AM
I am wondering if it is at all possible to ascertain what cause the PostBack
event to occur?
Currently I have a DropDownList and 2 Radio buttons that cause a PB (this
may change to 2 Buttons if I am unable to determine the calling control)
whenever their status is changed.
Is it possible to... more >>
Save settings on exit
Posted by Jaco Bregman at 11/17/2003 11:45:41 AM
Hi all,
I have been trying to save some user settings when my web application
closes, but with little success. What I want to do is start a counter on
startup, and write the total count to a database when the user logs off, or
when the user closes the web browser. My problem is that I can't se... more >>
datagrid OnCancelCommand
Posted by Brent Burkart at 11/17/2003 11:43:34 AM
My datagrid OnCancelCommand event is not firing.
HTML
OnCancelCommand="AdminGrid_Cancel"
'Code Behind
Sub AdminGrid_Cancel(ByVal sender As Object, ByVal e As
DataGridCommandEventArgs)
AdminGrid.EditItemIndex = -1
BindData()
End Sub
Does anyone have any clues as to why it is no... more >>
Profiling aspnet_wp.exe?
Posted by Ben Rush at 11/17/2003 11:30:54 AM
Hello,
We are currently experiencing a situation where the wp is being recycled
approx. every 12 hours due to it an 800 meg memory limit we've imposed on
it. This tells me that we've got a memory leak somewhere. I would like to
profile the memory being held onto by the wp to see exactl... more >>
Automatically reload an asp.net web page
Posted by dvo NO[at]SPAM lacofd.org at 11/17/2003 11:14:02 AM
How do I automatically reload the page, let say after
every 10 seconds ?
Thanks,
Dinh Vo... more >>
Document Length Property?
Posted by David A. Beck at 11/17/2003 11:06:59 AM
I'm working on a project that has several aspx webforms. I'm runniung in to
a problme where the document length is not allowing me to add controls. The
scrollbar in the design mode is disabled it seems. It's as if the length is
fixed not allowing for scrolling down the page. I know this must be a... more >>
SessionState server
Posted by Peter Palmieri at 11/17/2003 10:44:49 AM
I'm trying to set up a session state server for a server farm.
We have two servers using load balancing. I set up the same machineKey
settings on each of these two servers. I set up a third serveras the
StateServer (installed ASP.NET and started the service. I changed the
web.config file on t... more >>
ASP net worker process blowing up !!
Posted by Ashish at 11/17/2003 10:40:43 AM
is ASP net worker process designed to retain memory ? , i.e is it like
get as much memory as possible and then dont release it, unless required
by operatin system,
we have a web application and some analysis of the application on some
of our production servers shows that the aspnet process ... more >>
HTML Reset Button Doesn't work after postback with Submit button
Posted by Chris Lane at 11/17/2003 10:39:33 AM
Hi,
I have an HTML RESET button and Web Control Button that
posts back to the server. Problem is the reset button
doesn't work after the postback occurs. Any ideas or
suggestions as to why this happens or how I can work
around this?
Thanks... more >>
Sending Email via Exchange server and System.Web.Mail
Posted by RedEye at 11/17/2003 10:23:28 AM
Hello,
I am trying to create a class to send email via POP3 or Exchange.
Everything works fine when sending via POP3 but fails when sending via
exchange.
Error: Could not access 'CDO.Message' object.
The following code works fine in a VB.Net test app but fails on the web.
Does anyone hav... more >>
HELP: Sending Emails From Webform
Posted by VB Programmer at 11/17/2003 10:21:40 AM
My company has it's own webserver, which is going to host our ASP.NET web
application. We want the website to be able to send out emails.
1. What do I need on the server so that it has the abillity to send out
emails? It is a Windows 2000 Professional SP3 server.
2. Any examples (code, etc... more >>
inserting args into a DataList's <td> tag
Posted by Steve Klett at 11/17/2003 10:16:51 AM
I would like to have DHTML on my DataList so that when I hover over a cell,
it will change colors. I can't find a way to get onMouseOver into the
generated <td> from a DataList. There must be way to do this.... I am just
missing it I suppose.
Anyone know?
Thanks,
Steve
... more >>
Base Exception:System.OutOfMemoryException error message
Posted by Ripul Handa at 11/17/2003 9:56:05 AM
Hi
We are running IIS 5.0 cluster with cisco local director.
We are running a website on 2 webservers and I have been
observing that from past few days we have are getting
this error message of and on
Error Messag
Remote IP:66.122.242.6
Host:216.211.212.2
Platform:Win9
Browser:I
Type:IE
... more >>
binding to datagrid from code behind page.
Posted by mike at 11/17/2003 9:42:17 AM
I'm having a problem with binding my sqldatareader to my
datagrid in my asp .net page.
Below is my code in the page_load section of the code
behind page:
Dim oCon2 As SqlClient.SqlConnection = New
SqlClient.SqlConnection("data source=Test;initial
catalog=data1;password=;user id... more >>
Client-side coding
Posted by Sue NO[at]SPAM ojd.state.or.us at 11/17/2003 9:19:38 AM
ASP.NET web application, data grid with several fields (Labels), table
below the datagrid with several textboxes and dropdown lookup tables. When
a user clicks on the "Select" button in datagrid, server side code grabs
values from the selected datagrid's cells and sets the
textboxes/dropdown... more >>
sharing a global object - threading issues
Posted by wh at 11/17/2003 9:19:18 AM
I really just need some reassurance that I'm doing the right thing really.
Here goes...
I have an object which needs to be available to all sessions. This is being
created in the Application_OnStart() event. Once created the object is
stored in the Application collection.
The idea of this g... more >>
Help: How to detect if the browser is closed?
Posted by hb at 11/17/2003 9:09:01 AM
Hi,
Would you please tell me how to detect if the client's browser is closed?
I need such event to trigger a database modification.
Thank you
hb
... more >>
Aspx permission checker
Posted by pablo pecora at 11/17/2003 8:58:49 AM
I want to see whether a windows NT user has permission to
acces to a file (in a ntfs filesystem)
Can you help me with this? (I can't figure out how to do
it)...
I use (in the web.config), impersonate=true, and ntlm
securyty in iis. But I don't know how to check it.
I want to use the sam... more >>
Window pop up
Posted by Ruslan Shlain at 11/17/2003 8:47:37 AM
Hello everyone,
I have a question and I hope someone could answer it for me. I have a APSX
page that is a container and when needed it loads one of many user controls.
One of my user controls that is been loaded need to be able to pop another
window. This is supposed to happen when submitted but... more >>
trouble with Forms authentication and new windows opened with java script
Posted by Daniel Walzenbach at 11/17/2003 8:10:31 AM
Hi,
I have an application using "Forms authentication".
Everything works perfectly well except when I try to open
a new page with java script like the following:
<script language='javascript'>window.open
(myPage.aspx','','Fullscreen=no; Scrollbars=yes;
Menubar=no; Locationbar=no; Resiza... more >>
Strange error message at client
Posted by Robert Wehofer at 11/17/2003 7:49:28 AM
Hello!
I would like to do database change on a web page created with ASP.NET.
As soon as I click on Update in a datagrid web control, I get following
error message:
Unable to find script library
'/asp_client/system_web/1_0_3705_288/WebUIValidation.js'. Try placing this
file manually, or ... more >>
ViewState
Posted by Jim Heavey at 11/17/2003 7:38:05 AM
The documentation states that the viewstate is an
appropriate object to use if the amount of data is small
and it is user "specific" data because the data is sent
back and forth on each round trip.
My question is if I store a reference to a DataTable into
a Viewstate Variable, is it the r... more >>
JScript: check if a string contains unicode characters
Posted by elisabethforland NO[at]SPAM hotmail.com at 11/17/2003 7:13:56 AM
Hi,
I need to check if a string contains unicode characters, and generate
an alert if it does. (I do not want to parse the string to unicode).
Anyone who knows how to do this?
Thanks! :D... more >>
regular expressions
Posted by Mike P at 11/17/2003 5:31:34 AM
Can anybody tell me why this regular expression is not being accepted in
my code?
^0\d{2}\d{0,13}$
Basically, it is meant to start with a 0, and have a minimum of 3 digits
and a maximum of 16.
Any help would be really appreciated.
Cheers,
Mike
*** Sent via Developersdex ... more >>
How to get current folder path?
Posted by Chung at 11/17/2003 5:01:31 AM
Hi,
I am developing an asp.net application. I have create
some class method and I would like to get the folder path
of that class method. I cannot use this.Mappath("") to get
the path because it is not a type of *.aspx.cs. I try to
use System.Environment.CurrentDirectory() but it retur... more >>
Four ASP.NET Pages in Frames Vs. One ASP.NET Pages
Posted by manish.pansiniya NO[at]SPAM i-link.co.in at 11/17/2003 4:08:29 AM
Hello Group,
I have one problem in designing web application.
Currently i have application in asp.net which uses 4 frames in single
page and work on that frame. everytime only frames that need to be
updated is refreshed. Now as per i know frame are not good for
maintanance, programming etc.... more >>
Recommendable bug tracking software?
Posted by PontiMax at 11/17/2003 3:52:26 AM
Hi,
I was wondering if you could recommend a nice bug tracking
software?
Ideally, the software should be based on asp.net since
this is the technology I'm involved with most of the day.
And it would be even better if it were an open
source/freeware solution... ;-)
Thanks,
Ponti... more >>
check box question
Posted by Mike P at 11/17/2003 3:40:59 AM
How do I capture the click event of the check box so that every time the
box is ticked a text box is enabled, and every time the box is unticked
a text box is disabled?
Thanks,
Mike
*** Sent via Developersdex http://www.developersdex.com ***
Don't just participate in USENET...get... more >>
C# textbox question
Posted by Maziar Aflatoun at 11/17/2003 2:17:14 AM
Hi,
I'm dynamically creating text boxes (<asp:textbox>) based on the column
names in database. Now, I might have a textbox with id="Your height", how
would I read the value of that in my codebehind file?
I tried Request.QueryString["Your height"] and it doesn't work?
Thank you
Maziar A.... more >>
How do I Open / Close a window in either using a link or button Server Controls.
Posted by Srik at 11/17/2003 2:11:40 AM
I am working on a project where in we have a requirement
in which we need to open a new window on click of a link
and also I should display a link in the new opened window
after the data is displayed which upon clicking must close
the window.
How do I do it in ASP.net? I want to use Serv... more >>
log on failure sql..
Posted by david at 11/17/2003 12:24:56 AM
When my asp app tries to log on to the sql database i get
an exception which is as follows:
Exception Details: System.Data.SqlClient.SqlException:
Login failed for user 'ACER\ASPNET'.
i am new to the creation of squ connections and the
permissions that come with it, so i would appreiaiat... more >>
|