all groups > asp.net > may 2004 > threads for saturday may 29
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
Error: Thread was being aborted.
Posted by Tayo at 5/29/2004 11:01:02 PM
Does anyone get this error with asp.net. I use a class library for my business logic. Any ideas welcome.
Tayo... more >>
Datagrid or Repeater - Multiple Columns
Posted by Simon Harris at 5/29/2004 9:34:21 PM
Hi All,
I have an app which requires a list of coutries to be displayed, so far I
have a datagrid which contains displays the countries Ok, along with flag
images, these are also links to my dtail page - So far so good (Thanks to
Pete Beech for the assistance in getting this far!)
What I wo... more >>
Button Contol
Posted by MoeJoe at 5/29/2004 8:36:02 PM
I have an asp.net app that updates SQL server and AD, I wanted to disable the "SAVE" button when its clicked until all data are saved. so I did the followin
in the Page_Loa
If Page.IsPostBack = True The
btnOK.Enabled = Fals
End i
in the btnSave_Clic
btnOK... more >>
Onload Event Causing Error in ASP.NET Code
Posted by Bryan at 5/29/2004 8:31:08 PM
I have the following in my asp.net html page
<script language="JavaScript" type=text/javascript
Function loader()
<% If Not Page.IsPostBack Then %
document.form1.submit()
<% End If %
</script><BODY onLoad="loader();" leftMargin="0" topMargin="0"><form id="form1" runat="server"
When I try ... more >>
Access Database
Posted by Jim Heavey at 5/29/2004 7:53:15 PM
I am trying to get my first application to run on a production server and
the application continues to fail, and I am pretty sure it is failing when
it attempts to connect to my database.
What option do I need to set in my web.config file such that it will tell
me where the application is f... more >>
DOT NET 1.1 and Office 2003
Posted by Ather Ali Shaikh at 5/29/2004 6:37:52 PM
Hello All,
I am usign Framework 1.1 with Office 2003
I am inserting new row in Access 2003. there is no variable, and no
complexity It is just like
INSERT INTO testTable (CustomerName) VALUES('Ather Ali Shaikh').
When I use the above insert query I found error listed below.
"Operation m... more >>
Newbie Question: Moving code to external file
Posted by Simon Harris at 5/29/2004 4:19:55 PM
Hi All,
I have a page that includes a database connection, recordset (Binded to a
data grid) and a small string related function.
As much as possible, I like to write modular code, which can be reused. Can
someone please point me in the write direction for moving my 'common' code
to an exte... more >>
filtering displaying of web pages
Posted by Konrad at 5/29/2004 3:54:52 PM
Hi
Can you point examples in .NET of
filtering (avoiding) displaying web pages with
unwanted content on machine with
ie?
Thanks
Konrad
... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
Shared Bin Directory to share DLLs?
Posted by jack at 5/29/2004 3:29:57 PM
Hello,
I have about 100 Web Sites on Windows 2003. I have a library that is a DLL
that has functions I use the Web Sites. If I need to update the code, I
have to go and copy over all 100 DLL in the Bin directory of that web site.
I would like to have all my DLLs in one place and reference th... more >>
runat="server" attribute
Posted by Matt at 5/29/2004 2:40:48 PM
If the web control has runat="server" attribute, can we say that control is
built on the server (on the fly), and not static control??
Please advise.
... more >>
open connection
Posted by Owen at 5/29/2004 2:40:13 PM
Hello:
How know how many open connection have my application made in asp.net?, To
know if a open a new connection and not close?
Best regards.
Owen.
... more >>
DataGrid binding problem
Posted by Chris Kennedy at 5/29/2004 1:43:53 PM
I have two datagrids on a page. On the update event of the first I take
some of the selected data, create a dataset and add it and then bind it to
the second datagrid. If I hit update several times it adds a new row to the
dataset and binds accordingly to the second datagrid. When I press cancel... more >>
Binding Image to Field in Data Grid
Posted by Simon Harris at 5/29/2004 1:42:51 PM
Hi All,
I have a data grid which displays country names. I now wish to display the
country flag images above the names.
Can someone please advise how I display an image in a datagrid? I have a
folder of flag images, named in relations to the countries database ID.
Current data grid code i... more >>
user control problem
Posted by Kris van der Mast at 5/29/2004 12:46:19 PM
Hi,
been a while since I posted a question myself instead of trying to help
others out.
I'm refactoring an existing web app that uses dynamic loading of user
controls and a lot of response.redirects to the same page. Because I hate
the overhead by doing this I'm searching for a cleaner opti... more >>
How do I run ASP.NET on IIS 5.0
Posted by Sorek at 5/29/2004 11:21:03 AM
I am running IIS 5.0 om W2K professional [Notebook], Installed DotNet Framwork 1.1 and the SDK on top of it. I need to run ASP.NET, but I do not see the ASPNET_WP.EXE process. Any Idea how can I be sure that ASP.NET is running on IIS 5.0 ?... more >>
How's this done in .Net
Posted by Rob Venable at 5/29/2004 10:50:39 AM
Hi everyone,
I'm migrating to .Net and in Classic ASP I build registration forms that
submits to itself and calls different subroutines that contain HTML code
based on which step they're on. This is all done on one asp page and
contains multiple subroutines.
Can you do this in ASP.Net?
Do yo... more >>
Problem Importing ASPX Page
Posted by Wayne Wengert at 5/29/2004 10:18:06 AM
I have a VS.NET Solution. I am trying to add a copy of an existing ASPX file
which provides some calendar selection functionality. I used Project/Import
Existing to import the aspx page and I used the option to add it to my
solution. Now, when I run the app and click on the button to load the
im... more >>
Templates
Posted by Hector Martinez at 5/29/2004 10:06:03 AM
How can I simulate a use of templates in my ASP.NET Web Application.
Thanx in Advantage.... more >>
Post Back on Web User Control
Posted by Bryan at 5/29/2004 9:51:02 AM
When I leave a page that has a user control and press the back button on my browser I notice that the Page_Load event of the user control doesn't fire unless i do a refresh on the page. Is there a way to fire this event when I hit the back button on the browser? Is this by design?... more >>
Checkbox Event Firing
Posted by Jack Turnbull at 5/29/2004 9:45:53 AM
Hi,
I have a Checkbox in a Repeater set to AutoPostBack = true. I have pointed
OnCheckedChanged to a Sub but it doesn't fire. If I move the checkbox out of
the Repeater it fires! Any ideas?
Thanks
... more >>
moving from form element to form element
Posted by Rod Snyder at 5/29/2004 9:30:18 AM
I'm looking for a way that when a user enters the required information in a
form text box, the cursor automatically moves to the next textbox (asp.net).
Can this be done in ASP.NET or must it be done with client side javascript.
If client side, does anyone know of an example to look at?
Rod
... more >>
.Net Component-One vs .Net InfraGistics
Posted by WJ at 5/29/2004 7:18:57 AM
I would like to know your opinions about the two big .Net non-Microsoft .Net
Components: The ComponentsOne and the InfraGistics ?
Thanks
John Webbs
... more >>
page flashing..
Posted by EMW at 5/29/2004 1:00:32 AM
Hi,
On my ASPx.NET page I have quite a lot of controls, so it takes a little
time to build it.
Because of this when you click on a button, the page is redrawn and whatever
the action was, the page is changed.
But most of the time, not always strangely enough, there is a white page
when the o... more >>
|