all groups > asp.net > june 2006 > threads for thursday june 22
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
SSI to get the name of client computer?
Posted by Bert at 6/22/2006 10:39:10 PM
Hi,
Does it exist a way (SSI) to get the netbios-name of the clientcomputer?
Thanks
Bert
... more >>
Passing data between pages?
Posted by Smokey Grindle at 6/22/2006 9:28:18 PM
For a website that has users logged into it using sessions, its it best to
pass data between pages in session variables or through query strings?
... more >>
HOWTO: Customize ChangePasswordFailureText?
Posted by Antonio at 6/22/2006 7:55:13 PM
Hi,
I would like to display the ChangePasswordFailureText somewhere else. For
example:
Protected Sub ctlChangePassword_ChangePasswordError(ByVal sender As
Object, ByVal e As System.EventArgs) Handles
ctlChangePassword.ChangePasswordError
Label1.Text = ctlChangePasswo... more >>
Cannot set build action to Embedded Resource
Posted by Fredrik Jansson at 6/22/2006 7:54:40 PM
Hi!
I have a Webapp (c#) in VS 2005. I am trying to embed nhibernate xml files.
When I check properties of a xml file I only see "File Name" and "Full Path"
and cannot set build action to embedded resource.
Have anyone else seen and solved this?
Kind regards,
Fredrik
... more >>
Mission impossible? Synchronize sql server data with local Outlook
Posted by Ethan V at 6/22/2006 7:53:45 PM
My business people gave me a new requirement today : Have a button on a web
page that allow users to synchronize their contact data that stored in our
sql server with Outlook on their local computer, and going from their
Outlook to our sql server too.
Is it possible at all? Please share wi... more >>
WebUserControl - How to Access from parent form?
Posted by David at 6/22/2006 7:13:35 PM
I created a WebUserControl and dragged it on a form. The control
works but the parent form is unaware of the control and can not access
any properties, receive events, etc. Eg. .net does not create an
object to reference the control.
Should the control addition be done manually, must the co... more >>
how to pass more than one value with client callback?
Posted by André at 6/22/2006 6:35:24 PM
Hi,
I have to pass a lot of variables from vb.net to javascript using client
callback. the problem is that there are single variables, but also arrays
with differents indexes.
I have two questions:
1) is this technology made for passing a lot of variables or in fact only
for one?
2) does it... more >>
Cannot move controls at design-time
Posted by Alper Özgür at 6/22/2006 6:13:58 PM
Hi;
In vs.2005 i'm creating a web project with c#. At Design-time i cannot move
some controls in the form. What should i check?
... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
File Upload Progress Indicator
Posted by Marko Vuksanovic at 6/22/2006 5:42:53 PM
I am trying to implement a file upload progress indicator (doesn't have =
to be a progress bar) using atlas... I do realize that the indicator =
cannot be implemented using Update panel control, but is it possible to =
implement it using some other control, for example a floating window?=20
A ... more >>
Iterating through controls in .Net 2.0
Posted by Dave H at 6/22/2006 4:31:20 PM
I was doing this in a .Net 1.1 site, but it doesn't work in 2.0, because the
objects aren't public (I think)
For k = 1 To iDDLCount
ddlObject = CallByName(oParent, sDDLName & k, CallType.Get)
ddlObject.Items.Clear()
Next
Any ideas?
Thanks, Dave
... more >>
I want to change parent...
Posted by Softimax at 6/22/2006 4:31:05 PM
Hi!
I want to change the position of a generic control. I want to append it
to a different parent.
I try some methods but I have some problem with complex controls (like
dropdown, checkboxlist)
I wrote a simple code for testing.
If you try to check something and write in textbox, after two c... more >>
formatted date in grid view?
Posted by Smokey Grindle at 6/22/2006 4:20:29 PM
In .NET 1.1 I could have a column bound with date/time fields.. then say the
format of it was this {0:MMM d,yyyy h:mm tt} and it would display in this
format
Jan 1, 2006 2:03 PM
however in .NET 2.0 doing the same thing in the grid view with a date time
bound field to a column with the f... more >>
2.0 Web.Config Messages
Posted by TinMan at 6/22/2006 3:38:53 PM
Every time I build my 2.0 asp.net project in vs2005 I get 52 messages. Each
one pointing out some failure to do with a line in my web config. The first
one says:
Message 1 Could not find schema information for the element
'http://schemas.microsoft.com/.NetConfiguration/v2.0:configuration'. ... more >>
Postback issue with ASP .NET 2.0
Posted by James Thomas at 6/22/2006 3:32:38 PM
I have an issue with the login process on my site since the upgrade to
ASP .NET 2.0 (from 1.1).
I have the standard textbox and button for logging and my own custom
login process. I'd like to continue using this as it works fine
(usually) and meets my needs exactly.
Anyway, When a user logs... more >>
Menu causes Panel to move/resize
Posted by SR at 6/22/2006 3:30:05 PM
I have 2 controls that seem to conflict with each other. On my Master page
I have a Menu control and on my Content page Panel control. The formatting
is great, all fine and dandy, until I hover over one of the Static menu
items and the menu displays. It moves the entire panel down, the top ... more >>
Web App Tutorial leveraging relational database
Posted by mahalie at 6/22/2006 3:00:30 PM
I'm new to .NET and trying to develop a web application to search for
and display employee information from a database based on their skills
or education or staff level. The database is highly normalized, each
record I want to display will have serveral fields that have an
associated subset of ... more >>
Calendar Control Question!
Posted by Vai2000 at 6/22/2006 2:11:57 PM
Hi All, I have an SQL Query [through SQL Data Source] which uses Calendar
Control value for date selection on asp.net 2.0 Application.
How can I select default value of the Calendar Control to be today's date?
TIA
... more >>
MessageBox
Posted by mac at 6/22/2006 1:32:00 PM
Hi!
I've created a simple ASPX form that displays a record from a SQL Server
table. I have a "Delete" button on the form. When the user clicks it,
I want to prompt the user with
a message ("Are you sure you want to delete... ?").
I realize the Yes/No Messagebox can be done via Javascript ... more >>
Passing Data From ASP to ASP.NET
Posted by jpsnowjr NO[at]SPAM gmail.com at 6/22/2006 1:06:56 PM
I'm looking for the best way to pass login data from a SingleSignOn
page (written in ASP) to a page in my application (written in ASP.NET).
I'm using Roles-Based FormsAuthentication in my app, but I can't
create the cookie until I have the user's LoginID. So, I'm looking for
a way to retrieve ... more >>
Literal Control question
Posted by Mark A. Sam at 6/22/2006 12:57:08 PM
Hello,
I want to use a literal control to provide information about people listed
on a webpage, where the control is on the same line as the person it
addresses, so that I have a button, the person's name, and the literal
control on the same line. When the button is clicked it will populate o... more >>
console-app with webserver-environment
Posted by Alexander Widera at 6/22/2006 12:29:32 PM
hi all,
is there a possibility to call a method of a class which is in an
web-application?
perhaps it is better if i describe it this way:
IIS: "myWeb"
/App_Code/class123.cs
class123.cs : " public class class123 { .... } "
and then my console-application... which should get the ses... more >>
Close Window Command or Monitor Print Queue?
Posted by brogdon NO[at]SPAM gmail.com at 6/22/2006 12:15:19 PM
I'm attempting to build an ASP.NET (VB) application that will do
server-side printing of PDF files. I have used a Process object to
launch Adobe's AcroRd32 program with the /t switch which causes it to
open an Acrobat Reader window and silently send the document I want
printed to a local networ... more >>
ASP.NET Web Application = Web Site???
Posted by KP at 6/22/2006 11:48:03 AM
I've recently converted to VS2005 and I've noticed that their is no more
ASP.NET Web Application, but there is a New Website option. Are these two
things the same, or is a Web Application different then a website.... more >>
gridview export to excel displaying login page....
Posted by kumag at 6/22/2006 11:33:54 AM
hi, i'm having this problem with export in asp. the export seems to be
working fine but what's appearing is the login page for my web app. i'm
using form security, username/password authentication is handled by my
app. please help, any info would be greatly appreciated. thanks.
... more >>
Simple Array Question
Posted by Armand at 6/22/2006 10:47:38 AM
Hi Guys,
I have a set of array that I would like to clear and empty out.
Since I am using "Array" not "ArrayList", I have been struggling in
finding the solution which is a simple prob for those who experience.
(For some reason I have to implement Array not ArrayLists)
Below are the simple fo... more >>
ASP.Net inheritance (different view (page) per URL)
Posted by Mr Flibble at 6/22/2006 10:15:03 AM
If I have a base page Default.aspx (and Default.aspx.cs). Can I have via
ASP.Net inheritance another page derived from Default.aspx(and .cs) as
it's base class and then override the Stylesheet declaration (amongst
other things)??
I have two pages that are identical bar the Stylesheet and so fa... more >>
What causes new session to start?
Posted by HLady at 6/22/2006 10:12:53 AM
I have a sequence of clicks in my apps that are always causing the
session to start again. This is definitely not being caused by a
timeout, cause it always happens no matter how long since the last
load. It is happening right after a this.Response.Redirect(myURL+
querystring).
This line of cod... more >>
Windows Users involved in ASP.NET
Posted by Alex Maghen at 6/22/2006 10:10:02 AM
Hi. I am trying to configure a development server environment as follows:
Windows Server 2003 - HTTP/IIS/ASP.NET 2.0 is a server which is on a Windows
Domain. I want to create a Site in IIS whose docroot is NOT on the local
machine, but rather on a directory mounted from another computer on t... more >>
How to load an assembly manually ?
Posted by lothar.behrens NO[at]SPAM lollisoft.de at 6/22/2006 9:51:28 AM
Hi,
I have the following ASP code, that uses a .Net assembly by
programming.
Using the first line is working, but that don't let my load the
assembly at runtime.
The second line doesn't work and I don't know, how to solve this.
Is there a similar functionality for .Net like CreateObject ... more >>
1.1 com interface (I suspect) -clarified
Posted by comcast at 6/22/2006 9:11:17 AM
Hi
Roy thanks for reading my post
Basically the gist is that it crashes with unhandled exception on everything
that
is not native .NET code meaning any COM interface
Bellow I repeat
++++++++++++++++++++++++++++++
I have strange things happening
I have two w2000 server
I use Studio... more >>
quick and simple question
Posted by Armand at 6/22/2006 8:49:38 AM
Hi everyone,
I try to add "check if condition", if a string variable digit is
greater than one, can anyone help me with this?
for example :
"aa" is 2 digit
"b" is 1 digit
... more >>
2.0 Server Control running in a 1.x app?
Posted by Paul Prewett at 6/22/2006 8:34:03 AM
Hello all --
I have a simple question. Is it possible for a custom server control that
was developed using the .NET Framework 2.0 to be dropped into a 1.x web
application (i.e. take the 2.0 assembly, add it as a reference to a 1.x
project, and drop the control into one of the 1.x aspx page... more >>
Getting confused on image types. How to get filename?
Posted by Darrel at 6/22/2006 8:23:42 AM
I have a working function that grabs an image from a FILE form field and
get's the filename from it:
imageToCheck = myFormField.postedfile
checkedFileName = Mid(imageToCheck.FileName, InStrRev(imageToCheck.FileName,
"\") + 1)
I now want to grab the filename of an image that is already on... more >>
ddlb clearing
Posted by MarkAurit at 6/22/2006 7:55:01 AM
Depending on the month selected elsewhere I show a variable number of days in
a drop down list box.
What is the simplest way to clear the entries out of a drop down list box so
I can always refresh it from the start? I see the ListItemCollection class
has a Clear method (which sounds lik... more >>
Best Practice: Get all Friends of a User
Posted by rudolf.ball NO[at]SPAM asfinag.at at 6/22/2006 7:46:40 AM
Hi NG,
I am writing an application in ASP.NET 2.0 where a user can login and
then receives a list of all his friends / cars / products whatever.
What is a best practice for getting an UserID, with which I can join
the FriendsTable? The LoginName - Control? Or is there any ID?
Thank you fo... more >>
install asp.net 2.0
Posted by andrei373 at 6/22/2006 6:48:57 AM
Hello everyone,
I have .net framework 2.0 installed on my web server but the version of
asp.net is still 1.1. Can anyone tell me where should I change the
asp.net version from?
Thanks
A
... more >>
stylesheet for DataGrid
Posted by Julia at 6/22/2006 4:25:01 AM
Hi
How do I det the font on my DataGrid from the stylesheet? I have tried:
..Grid
{
text-decoration: none;
font-family :Arial;
}
Thanks
Julia... more >>
1.1 com interface (I suspect)
Posted by comcast at 6/22/2006 4:24:28 AM
Hi
I have strange things happening
I have two w2000 server
I use Studio 2003
..NET 1.1
The console program accesses credit card com pfpro and cdo thru mail package
One one server (development) everything works
on another both interfaces to com cause UNHANDLED exceptions
If I comment ... more >>
aspnet_wp.exe error
Posted by nemesis.saurabh NO[at]SPAM gmail.com at 6/22/2006 4:13:38 AM
hi,
i am facing the error...
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.
event log file says:
aspnet_wp.exe could not be started. Th... more >>
uploading multiple file in a folder
Posted by karnati at 6/22/2006 1:54:27 AM
hi group,
i need to upload all jpg images located in a folder is it possible
using file option
thanks in advance
karnati
... more >>
inserting record with arraylist
Posted by nasirmajor NO[at]SPAM yahoo.com at 6/22/2006 12:59:32 AM
dear all,
if anyone can help about inserting records into datagrid from
arraylist.
e.g i have a following sample,please anyone sujjest what can i change
in it to make it better
ArrayList MyArray = new ArrayList();
MyArray.Add("1");
MyArray.Add("2");
MyArray.Add("3");
... more >>
|