all groups > asp.net > december 2004 > threads for thursday december 23
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
Path to Class Library
Posted by Simon Harris at 12/23/2004 11:59:49 PM
Hi All,
I've recently created a web service, which uses code within a class library
I created.
In my development environment, I have referenced the class library - This
works fine.
Problem is, now I am ready to go live, I dont have access to the file system
of the web server (Just FTP... more >>
Popup menu in datagrid
Posted by Grey at 12/23/2004 10:38:54 PM
i need to design a hierarchical datagrid in asp.net. In the hierar datagrid,
i also need to have popup menu. Is it possible to do that??
... more >>
undefined runtime error
Posted by Andy Lim at 12/23/2004 10:34:03 PM
hi all,
one of my asp.net appl was once runs smoothly. then the hosting i use move
the server to somewhere else. after the move, the same appl returns runtime
error.
but without any clue what exception is thrown.
the funny thing is that the error page displayed as if i don't have any
web.con... more >>
Application vs. Session
Posted by Chris at 12/23/2004 8:31:01 PM
1.) I have a web app that will be primarilary used by internal (internal
network resources) users, approx. 40-50 at any one time, then there will be
external (external coming into the internal network) users approx. 5-10 at
any one time.
Which is better, store login information in Session ... more >>
The grid as a reportwriter
Posted by Kenneth P at 12/23/2004 8:17:01 PM
Hi,
I've planned an app where there's a lot of columns in a table and because of
that I'd like to split up the columns when presenting them in a datagrid.
I'll give you an example. It's always one year between every row
row _type descr amount remAmount rate interest accruedInterest
... more >>
Downloading file Questions
Posted by Patrick Olurotimi Ige at 12/23/2004 5:53:45 PM
When i have a link like :-
<a href="sample.xls">download</a>
And i want to download ..by clicking the download link it POPS(saying
would u like to save or open the file!!) up a dialog box ..
But when i have for example files with extension that can render on the
browser it just open up on the b... more >>
get_aspx_ver.aspx ???
Posted by Fred Geurtsen at 12/23/2004 4:42:25 PM
Hi,
Anyone knows what get_aspx_ver.aspx does? I don't have this page in my
webapplication, but I get it in a error message.
Thx
... more >>
Problem with Column set as visible=false
Posted by tshad at 12/23/2004 4:39:56 PM
I have a column in a list where I need to keep track of some data (but not
show it) and am setting it as false. This works fine in IE, but Netscape
and Mozilla show a little space where the column is (even though they don't
show any data).
The line is:
<td>
<asp:La... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
Creating a column of type Double from a node in an XML file
Posted by Ken Cox [Microsoft MVP] at 12/23/2004 3:59:54 PM
Hi,
I'm using a dataset to read data from an XML file. I don't control the XML.
The XML has no schema and therefore is treated like a string. My data
consumer wants the column type to be a Double.
Is there a simple way to change a column from string to double? When I try
to do it, the co... more >>
Missing ASPNET user account - WXPP
Posted by Dean Colpitts at 12/23/2004 3:32:13 PM
I have a customer who decided to delete the ASPNET user account from
EVERY SINGLE WXPP COMPUTER in his network, and now is discovering he
has issues...
Aside from reloading Windows from scratch, how do we re-configure
these machines to get the ASPNET user account with the correct
permissions?... more >>
Error page using the Application_Error void dosnt work when using DIV for a please wait message
Posted by s_erez NO[at]SPAM hotmail.com at 12/23/2004 3:26:20 PM
Hi,
This is a realy tricky one.
I have an ASP.NET application where some pages are reading data from a
DB and presenting reports.
In order for the user to wait while the page is reading data from the
DB I am using a DIV with a please wait message which is removed once
the page is loaded.
In a... more >>
is it possible to access outlook expres
Posted by TomislaW at 12/23/2004 3:01:13 PM
Is it possible to access outlook expres mail, with dot net?
... more >>
Alert on Session timeout?
Posted by Lars Netzel at 12/23/2004 2:42:39 PM
Hello!
In Global.asax I've seen an event called Session TIme out... I tried Putting
a Response.Write("<script
language=""javascript"">alert('Timeout');</script>")
in there to give a popup when the session times out but it didn't work,
didn't get any errors either... can this be done and h... more >>
Repeater Control and ViewState Problems
Posted by Harry at 12/23/2004 2:15:13 PM
Hello,
I have a Repeater control that contains a Label control inside its
ItemTemplate. A dummy mockup of the HTML code looks as follows:
<asp:repeater id="StyleRepeater" Runat="server">
<ItemTemplate>
<asp:Label ID="ClassLabel" Runat="server">
<... various other ASP... more >>
Advice on Data Layer
Posted by Natan at 12/23/2004 1:24:11 PM
I want to create an n-tier app and I would like an advice of you that
know more than me about this.
I want my app to support multiple databases in the way that when a
client wants to use Oracle and not SQL server, I can easily port the
data layer without touching the rest of the code.
So... more >>
Force browser to refresh?
Posted by Selden McCabe at 12/23/2004 12:44:06 PM
I have a page that displays a picture. In the page load I figure out which
image and then do a StudentPicutre.imageurl = <some file name>
But if you use the browser's back button, enter different criteria, then
click the view button, the code runs to load a different picture, but the
old o... more >>
HtmlInputFile
Posted by Brad at 12/23/2004 11:58:13 AM
The following code work on my pc (win2003 server) but does not work when
deployed to a server (win2000 server).
For count As Integer = 1 To 4
Dim input As New HtmlInputFile
input = CType(Me.FindControl("File" & count.ToString), HtmlInputFile)
Next count
I have four htmlinputfile... more >>
Data Repeater Question
Posted by Stephen at 12/23/2004 11:17:53 AM
Hi,
Can I have a repeater within a repeater? for e.g:
I want to display like this:
Stephen
Student
Madison
USA
William
Consultant
Company
Wisconsin
USA
Dick
USA
Samuel
Driver
Digger
Something
Something
something
the data i... more >>
Accessing SQL server using ASP .NET
Posted by Stephen at 12/23/2004 10:23:00 AM
Hi,
I have written a sample ASP .NET application to connect to a SQL Server box
that uses Windows authentication ( i guess it was installed by the server
guys that way). In my web.config page I have used these configuration
parameters
<authentication mode="Windows" />
<identity impers... more >>
.resx files
Posted by Jerry at 12/23/2004 10:01:44 AM
Do I need to deploy resx files with their respective aspx files?
e.g., when moving MyPage.aspx to production, do I also need to include
MyPage.aspx.resx ??
Thanks
... more >>
Sorting an Arraylist of Objects
Posted by Derek Martin at 12/23/2004 9:41:39 AM
Hi there, I've asked before but never got an answer that could get me
completely to where I was heading. I have an arraylist that contains
defined objects and I would like to sort this arraylist based on the values
of one of the object's members.
Here is a bit of code to illustrate my setu... more >>
Working With Files Above Site's Root Directory
Posted by Jerry at 12/23/2004 9:41:01 AM
I'm having just a bit of trouble wrapping my brain around the task of
working with folders that are above the site's root folder.
I let users upload photos (.jpg/.gif files) which can subsequently be viewed
on the site's pages. My hosting provider is requiring that any files my Web
app writes ... more >>
Session object question
Posted by slavyan at 12/23/2004 9:17:42 AM
I heard that using inproc session is not very good idea because it consumes
a lot of memory if there are many users using web at the same time. Is is
true? If so, is there another good (and easy) way to store temp. data
instead of using session?
Thanks
... more >>
web.config
Posted by msuk at 12/23/2004 8:55:02 AM
All,
I have a live site running and I have updated the web.config and need to
deploy it. What are the implications of simply copying the new web.config
over the old one while the live site is running?
Thanks
Msuk... more >>
Q: passing a date paramater
Posted by JIM.H. at 12/23/2004 8:31:08 AM
Hello,
I am passing parameter through URL and in my page load I use
myStr = Request.QueryString("myStr") to get this parameter. This seems
working only for string, how should I pass a date and read it?
Thanks,
Jim.
... more >>
CSS Layout question - how to duplicate a table layout with CSS
Posted by Eric at 12/23/2004 8:04:04 AM
I'm trying to reproduce the following table layout using CSS only and am
having some trouble with it. I'd like them to look identical but I'm having
trouble sizing the labels properly as it doesnt seem to be working
correctly:
Here's the table:
<table class="Table1" cellSpacing="0" c... more >>
Weird TextBox behaviour
Posted by fd123456 NO[at]SPAM hotmail.com at 12/23/2004 7:50:27 AM
The TextBoxes in ASP have a weird behaviour when it comes to handling
carriage returns. You can try this :
Create a Webform. On it, place a textbox, set it's TextMode property
to MultiLine.
Place a button. Double-click on the button and in it's event handler,
just type :
TextBox1.Text = Te... more >>
redrawing a form
Posted by oscar at 12/23/2004 7:35:03 AM
my program draws a form and when you click the start button another form is
drawn with a progress bar as it runs through a function. my issue is that
when you click on another progrem then try to go back to the progress bar
form it doesn't redraw itself. i tried using a:
if(num%100==0)
... more >>
ErrorMessage: Unable to validate data.
Posted by Diffident at 12/23/2004 6:51:03 AM
Guys,
Does anyone have any clues about this stack trace? What can be the reason
for this error?
Is it something related to viewstate? Can I do anything at the
application-level by making code changes to prevent this happening again?
This error pops out when I click a particular button... more >>
Invalid path or file name.
Posted by Saracen at 12/23/2004 6:47:05 AM
I have a major problem with trying to access a foxpro database from a web app.
I have created a web app which is deployed on a server. The foxpro database
(dbf) is on a different server. The access to the database is a shared path.
I hace tried everything the only options that seem to work O... more >>
Proper session timeout
Posted by No One at 12/23/2004 3:57:02 AM
I have a web app that uses forms authentication. When sessions timeout,
the user is not automatically redirected to the login page. Instead,
they see an error message about object references not being set. These
errors occur in the C# code behind. I also have to manually redirect
users that ... more >>
How can I create this type of button?
Posted by Miguel Dias Moura at 12/23/2004 12:34:52 AM
Hello,
On an ASP.NET/VB web page I have an image button:
<asp:ImageButton id="btn" ImageUrl="..." Command="..."
CommandArgument="..."
CausesValidation="..." OnClick="OnClickMethod" runat="server"/>
How can I create a rollover effect? Is it possible?
Thanks,
Miguel
... more >>
|