all groups > asp.net > july 2003 > threads for friday july 25
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
Recommend Web Host that supports ASP.NET
Posted by Karl A Mikesell at 7/25/2003 11:15:07 PM
Just would like to know some of the better Web host providers, currently
supporting ASP.NET and allow .aspx & .asmx dlls that can be uploaded as
needed.
Searching. . .
Thank you
Karl Mikesell MCSE
... more >>
foreign character encoding
Posted by Harley at 7/25/2003 10:35:35 PM
im working on an ASP.NET app in VB.NET and have problems with foreign
characters.
everything works ok, special characters are presented ok onscreen when typed
in the body of the page, using html encoding or not, i.e.
á and á both display an a with an acute symbol
the problem come when... more >>
Checkboxs inside a listbox
Posted by MS News at 7/25/2003 10:24:19 PM
Hello,
how do I get an x-number of check boxes in a listbox
is it possible
what other contols that have a scrol bar can hold checkboxes inside them
thanks
... more >>
Capturing Data of Dynamically Created TextBox's
Posted by mike NO[at]SPAM my-syte.com at 7/25/2003 9:36:27 PM
Hi there,
I am dynamically created a table at runtime on an aspx form. The last
cell of each row contains a TextBox in which the user will enter
numeric values into.
Each textbox I create is given a name such as myTextBox0, myTextBox1,
... etc Basically the index of the loop that creates th... more >>
ASP:DATALIST
Posted by Chris Fink at 7/25/2003 8:35:49 PM
Hello,
Does anyone know of a way to prevent the asp:datalist control from creating
html code table and table row tags when it is rendered. I have normally
just incorporated this into the layout of my html code, however, I am now
working on a project with several layers deep of html table nest... more >>
Consuming Web Services using other editor than VS.NET
Posted by John Knoop at 7/25/2003 7:24:58 PM
Hi all!
I've created a simple web service on server 1 that I wish to test from
ASP.NET on server 2. Now, I don't use VS.NET (I use Macromedia Homesite), so
I can't just "Add webreference".
Anyone?
/john
... more >>
<system.diagnostics> error on side-by-side installation...
Posted by S.K. Dutta at 7/25/2003 5:44:03 PM
Hi!
I am having a problem that I do not have any clue on what
to do. I have tries a few obvious things...
<system.diagnostics> in the main web.config file is
giving configuration error on a particular machine that
has both version of vs.net installed (v1.0.3705 and
v1.1.4322).
Howev... more >>
Loading a large piece of data in one ASP.NET page.
Posted by Samuel Lee at 7/25/2003 5:30:46 PM
The moment I viewed a large data of records the following error occurred:
Server Application Unavailable
The web application you are attempting to access on this web server is
currently unavailable. Please hit the "Refresh" button in your web browser
to retry your request.
Administrator No... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
Need for help
Posted by Sambath at 7/25/2003 5:25:03 PM
hai,
How to place the check Box in desired column in List View control!
Yours
sambath r
... more >>
Exceptions in Web Apps?
Posted by Juan Dent at 7/25/2003 5:05:53 PM
Hi,
How does one handle exceptions in a Web application? For
instance, I have a Page_Load method that throws an
ArgumentNullException on some ocassions and I have set
the Web.config file with a section like so:
<customErrors mode="On" defaultRedirect="ErrorForm.aspx"/>
From that page,... more >>
Problem with deleting cookies
Posted by Michal A. Valasek at 7/25/2003 3:39:40 PM
Hello,
I have problem deleting cookies and cookies values (using framework version
1.1 on W2003).
When I try to remove entire cookie, by calling
Response.Cookies.Remove("Test"), nothing happens, the cookie "Test" remains
unchanged.
When I try to remove one of cookie values, by calling
R... more >>
datagrid if thens
Posted by Trevor Hartman at 7/25/2003 3:30:06 PM
hi,
I want to display certain data in my edititemtemplate in the datagrid based
on the value of a column. How do I do an if then inside the datagrid AND
test the value of the current column. i only know how to refer to columsn
with the <%# DataBinder.Eval(Container.DataItem, "column") %>, and ... more >>
Compile error when 2 pages use same codebehind file
Posted by Thomas Connolly at 7/25/2003 3:16:22 PM
I have 2 pages referencing the same codebehind file in my
project. Originally the pages referenced separate code
behind files. Once I changed the reference to the same
file, everything worked fine while the file was in the
project directory. When the obsolete file was removed
from the p... more >>
Visual Studio .NET 2002 and .NET Server 2003
Posted by José Ramón Rodríguez at 7/25/2003 3:05:53 PM
Hello,
When I installed Visual Studio .NET 2002 on a .NET Server trial version at
the office it said the product had incompatibilities with .NET Server. Has
anybody had any problems?
I have problems creating Web applications with this version of Visual Studio
in .NET Server 2003? Do I need ... more >>
Databind
Posted by Jay at 7/25/2003 3:04:38 PM
Hello all. I'm populating a dropdown box using the databind(). I'm trying to
get two values in one selection.
So far I have this:
ddlPersonType.DataTextField = "PersDtlName"
I would like to make it so the text is:
PersDtlName (PersDtlID)
John Doe (1)
Does anyone have any suggestions?
... more >>
Two Worker Process running at once
Posted by Meadam35 NO[at]SPAM msn.com at 7/25/2003 2:53:16 PM
I have been having a problem where two aspnet_wp are starting when I
view a web page I made. This has just started happening. If anyone
has had a problem like this I would like to know why this might be
happening.... more >>
Using Frame with aspx?
Posted by exshige at 7/25/2003 2:37:42 PM
Can i use a html container that host a Frame and load up multiple aspx page?
If can, how can I pass information between these aspx files?
Or is there any ASP way of doing the above without using frame? What i want
is for a part of the screen to remain still while scrolling in order to
display ... more >>
back button - disable
Posted by belgie at 7/25/2003 2:23:03 PM
Is there a way to prevent the user from using the browser Back Button to go
back to a previous page in an ASP.NET application?
Thanks!
Bill
... more >>
Debugging problems in .NET...breakpoints never hit.
Posted by Doug Swanson at 7/25/2003 2:04:08 PM
I have my project(s) set to Debug mode...asp.net debugging is enabled, I've
re-registered asp_net. This particular solution has an asp.net and an ASP
application in it...I can set breakpoints in the ASP application and the
breakpoints are hit but the breakpoints in the asp.net application are n... more >>
C# Database @@identity
Posted by Micheal at 7/25/2003 1:59:57 PM
How do I get the @@identity value without using stored procedures in C#?
I have the a table named 'sports' that has an @@identity value for the
primary key.
What I want to do is after I insert into into the 'sports' table, I want to
get the @@identity value (primary key) for what I just inse... more >>
Debugging
Posted by John Black at 7/25/2003 1:10:34 PM
None of my applications will run because Visual Studio is 'Unable to start
debugging on the server'. What setting needs to be changed. Thanks in
advance for any help
Paul
... more >>
Breakpoint will not be hit
Posted by Vik at 7/25/2003 1:02:59 PM
All the breakpoints in the project suddenly got a question mark on them.
Code works but does not break. What may be a reason?
Thanks.
... more >>
A TextBox Problem,Maybe some errors
Posted by huoge at 7/25/2003 12:47:28 PM
When you use a System.Web.UI.WebControls.TextBox in your
..aspx files,if you input a `(which is under the ~),and submit the text,you
may see some wrong message.
Why?
Is some bugs of the TextBox control?
... more >>
Need Help
Posted by Martin Tully at 7/25/2003 12:29:26 PM
I need to get this value out of this page and onto another aspx page but it
seems like the value is stuck inside the itemtemplate any ideas how can I
accomplish and if possible an example would be nice.
Thx in advance.
<asp:DataList id="DataList1" runat="server">
<Item... more >>
<embed> referenced page called 2 times
Posted by Cris Curtis at 7/25/2003 12:09:36 PM
When I use an embed tag that uses a dynamic aspx page, the dynamic aspx page
appears to get called 2 times instead.
Below is code that adds an embed tag to a placeholder control that will use
a second aspx page to generate the svg for the embed.
svgchart.Controls.Clear();
string strSRC ... more >>
Help a Newbie!
Posted by Scott Newberry at 7/25/2003 12:00:37 PM
New to ASP.NET, and really, web programming in general, so please be gentle!
I'm creating a form that allows users their children in an after-school
program. It collects contact info, info on the children, etc. It also
needs to process their credit card payment.
I'm set up with Verisign's ... more >>
Server Date
Posted by Micheal at 7/25/2003 10:20:04 AM
ASP.NET using C# - How do I get the current server date (e.g. 2003)?
Thanks in advance
... more >>
Cookieless session problems
Posted by Scott at 7/25/2003 10:14:20 AM
Hello,
we are having problems displaying non-aspx files (images, style
sheets) since we have upgraded to the 1.1 framework when using a
cookieless session (sessionID in the url).
Check out our file system set up below. Now, in an aspx page, we set
as the "src" of our images something like ... more >>
registration details updation
Posted by Srinivasa Reddy K Ganji at 7/25/2003 9:53:28 AM
I have created a customer registration functionality which stores details of
customers like name, address, country in a database. Now I am on to
implementing the customer registration details update feature where in the
customer can change all his details including change in country(country
fiel... more >>
input=text fires Submit when pressing Enter
Posted by Jerry at 7/25/2003 9:47:46 AM
Hello
I have some textboxes (input type=Text) in a Form.
In some Forms if I Press Enter while I am in the Textbox It causes a Submit.
The input type is text not submit.
It's obsure that the effect is only on some webform's not in all.
How can I stop the submit ?
... more >>
Cannot print from Microsoft.Web.UI.WebControls Tab strip
Posted by mcbain NO[at]SPAM aol.com at 7/25/2003 9:28:18 AM
I was coding along in asp.net (which i must say is great) But using
the tab control that microsoft made, when i click on other tabs and go
to print(native internet explorer print) it does not print the tab
that its on, only the first tab gets printed no matter which one you
are on. Besides makin... more >>
Tooltips on datagrid titles
Posted by Stevie_mac at 7/25/2003 9:05:09 AM
I'm probably missing something real easy here but...
How do i set Tooltips to the header cells in a datagrid?
Detail...
Datagrid is databound, using non template named columns with 'Create columns
at Run Time' disabled.
PS,
i know i can set Tooltips to the cell/rows of the datagrid in the
... more >>
Different fonts in multiline text box...
Posted by Michael Tanner at 7/25/2003 8:56:21 AM
I have a multiline text box. I would like some of the text to be one font
color and other text another font color. Is this possible with a multiline
text box?
... more >>
Forcing .NET to render the '/aspnet_client/system_web/1_0_3705_0/WebUIValidation.js' on the web page
Posted by Art Thomas at 7/25/2003 8:48:07 AM
We are using our own custom JavaScript validation as well as .Net
validation. However, when we include our custom validation on a page,
..NET does not render/write the
'/aspnet_client/system_web/1_0_3705_0/WebUIValidation.js' path on the
page. If we do not include our own custom JavaScript vali... more >>
Post back
Posted by Manan at 7/25/2003 8:04:50 AM
hello all,
I have a simple question. on my .aspx page I have bunch of
textbox, and dropdowns. One of the dropdown2 has postback
= true. When the user selects an item, the brower will
post back to the server. My problem is I only wants the
browser will post back to the server if (textbox1,... more >>
Session State lost in asp.net - solution explained.
Posted by bschloz NO[at]SPAM hotmail.com at 7/25/2003 8:02:34 AM
Hello,
I just thought I'd share my particular situation regarding session
state periodically being "lost" in my asp.net app. I read with
interest all of the posts regarding lost session state (virus scanner,
modified assemblies/configs, etc.). The suggested solution of using a
'State Server... more >>
Page_Unload... always
Posted by rbscheer NO[at]SPAM my-deja.com at 7/25/2003 7:54:00 AM
Hi.
Debugging one of my pages I noticed that everytime I call the page,
the first event to run is Page_Load and after it the Page_Unload. If I
postback to the page the Page_Unload runs again. Shouldn't the
Page_Unload event runs only when I close the page or submit the page?
I can't understan... more >>
control equivalent to Page.RegisterClientScriptBlock?
Posted by John Livermore at 7/25/2003 7:35:29 AM
I have a user control that can be created from a variety of other user
controls. It is the same no matter where it is created from, and I
only want one instance of it on the page. Is there a technique
similar to Page.RegisterClientScriptBlock that I can use to ensure
only one of these controls... more >>
Re: error in new Web Project
Posted by Dennis Peterson at 7/25/2003 7:30:09 AM
i have a project i created yesterday. when i came in this
morning to work with it...i got the following error:
"The file failed to load in the Web Form designer. Please
correct the following error, then load it again: Invalid
URL."
i've checked everything out and everything is where it... more >>
Passing Values Between Web Forms Pages
Posted by cgian31 NO[at]SPAM katamail.com at 7/25/2003 7:20:17 AM
I am porting an old client/server application to asp.net. I used to
retrieve data into local tables (Paradox table-files on the client's
disk) and work on them before saving them back to the server. What is
the approach for this in asp.net? The comments in MSDN on using the
session object are sc... more >>
Default Button to Catch <ENTER> key
Posted by JP at 7/25/2003 6:06:42 AM
Hi,
It's a login screen, so users enter their ID/Password and
hit <ENTER> instead of clicking on Login button. But when
they hit <ENTER> an Image Button gets clicked.
I want to make my Login Button a default so that when
users hit <ENTER> key, Login Button receives a click.
Please hel... more >>
radiobuttonlist formatting
Posted by Mike P at 7/25/2003 4:57:54 AM
How do I manage to format a radiobuttonlist so that if for example I
have 3 options, I can put a text box to the right of each option? The
radiobutton list doesn't seem to accept any html inbetween it which I
would normally use for formatting (TR, TD etc).
Any assistance would be much apprecia... more >>
Alternative to treeview
Posted by yop at 7/25/2003 4:49:29 AM
Lads
I cannot use the Webcontrols in SDK 1.1 and I need to use
a treeview on my side menu as I have 3 layers of
information taht I was looking to display.
Any one think of an alternative I could use?
Thanks... more >>
DataGrid_ItemCommand
Posted by mg at 7/25/2003 3:54:39 AM
I have a DataGrid with 2 Button Columns of type LinkButton
in a WebForm.
The DataGrid is populated:
private void Page_Load(object sender, System.EventArgs e)
{
if (! IsPostBack)
{
DataAdapter1.Fill(dataSet11);
Page.DataBind();
}
}
I'm able to detect which column was selected by ... more >>
Expression Evaluation DotNet
Posted by brav NO[at]SPAM brav.co.il at 7/25/2003 3:53:11 AM
Hi,
I would like to convert a string such as "(3+2)/4" and return
the answer.
But I want the user to be able to type in the formula into a textbox
and have the ASPX convert that string value into a mathematical expression
and return the calculated value
tx
yoav
brav@brav.co.il... more >>
SmartNavigation and last page state
Posted by Heinrich Moser at 7/25/2003 2:49:50 AM
SmartNavigation is supposed to keep the page's last state
in the browser history. As far as I can tell, it doesn't
do that if you use Response.Redirect to change to another
page.
Steps to reproduce the behavior:
1. Create a new webform with one WebControls.TextBox and
two WebControls.B... more >>
Variable & storing
Posted by yop at 7/25/2003 1:31:40 AM
Hello
I have an application, Login page, enter UserName &
Password.
Function in Users called GetUserDetails and checks the
details and if they are valid calls a function to fill
the following in the class component called
Public Class UserDetails
Public UserID As Integer
... more >>
|