all groups > asp.net > december 2004 > threads for sunday december 26
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
Scrolling Label
Posted by David at 12/26/2004 11:48:24 PM
Hello.
How can I make a scrolling label?
Or may be somebody can tell me good site of Javascripts?
Thank you.
... more >>
C# ASP.NEt calling Outlook Interop
Posted by Joey Lee at 12/26/2004 9:04:06 PM
Hi,
I am trying to send mail thru outlook. I have found some code on the web and
ws trying it out. I was successful in creating a mail in the draft folder of
outlook, however hangs for a long time during the sending of the mail.
Snippet code as below
----------------------------------------... more >>
Session object timout
Posted by Steve Peterson at 12/26/2004 9:00:22 PM
Hi
I have an application that is designed for multi clients, therefore users
must go through a login page. Upon logging in I set some properties in a
class, one of which is the user id (integer) retrieved from the SQL db and
also the company id that successfully logged in. I then add this ... more >>
aspx page encoding
Posted by z f at 12/26/2004 8:30:56 PM
Hi,
i run a web application in a commercial hosting.
my web app need encoding of hebrew, but the default encoding on the hosting
(win2003) is english - westren-european, and my pages are being read as
western european encoding even if i add a content-encoding=windows-1255
which should work.
... more >>
Session state ?
Posted by WJ at 12/26/2004 7:48:12 PM
My web.config hosts an encrypted MS/SQL Database Connection String. Now I am
also planning to store session states to the same SQL/Server box. However,
the following settings will force me to expose my DB connection string:
<sessionState mode="SQLServer"
stateConnectionString="tcpip... more >>
Action on a form in Dot Net
Posted by Don Parker at 12/26/2004 7:00:07 PM
I am a newbie to ASP.NET. I am converting some asp pages I had working.
I have a page which has a form with several input elements. When the
user clicks on a Submit element - the action specified in the form tags
is to post the data to a new page. What happens however is that the
original p... more >>
File permission dialog
Posted by Sharon at 12/26/2004 5:13:38 PM
Hi.
I need to implement a web based file permission dialog.
For this i need to get the identities of all NT users.
I can get the current identity, but have no idea of how to get all
identities.
Is there a way to query the domain controller?
Thanks.
... more >>
Datagrid 2 Excel Problem
Posted by Greg at 12/26/2004 2:33:02 PM
Hi friends...
I try my code in my development machine this work...
private void botonexcel_Click(object sender,
System.Web.UI.ImageClickEventArgs e)
{
Response.Clear();
Response.Buffer = true;
//Response.Charset = "UTF-8";
Response.Charset = "";
Response.Content... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
cookies
Posted by Ted Bogucki at 12/26/2004 12:21:00 PM
using asp.net
I can write out cookies using response.cookies and read cooies with
request.cookies
If I enable a firewall like zonealarm then the cookies wiill write out but
the asp page will not read the cookies. This is if block third part
cookies is enabled. If I allow third party c... more >>
SQL Statement Help
Posted by NathanV at 12/26/2004 11:23:02 AM
I need some help with a SQL statement (SQL Server 2k).
I have three tables, an Artists table which holds user info, a Types table
which holds the TypeID and Description for different types (I.e. visual,
musician, etc) and an Artists_Types table, which stores Type_ID information
for each A... more >>
DropDownList peoblem !?
Posted by Thubaiti at 12/26/2004 10:15:02 AM
Hi,
I am using DropDownList. Then, I am adding the DropDownList item from the
database and it is work. When I check the value of the items in the
Page_Load, it is appear without problem. The problem appears when
SelectedIndexChanged is active; the value of the item is always "1".
This is... more >>
weird design
Posted by Davids at 12/26/2004 9:41:13 AM
hi,
I cannot understand how some .Net ASP pages are designed. There are so many
blogs for example that have subpages like
http://xxxxx.net/blog/archive/2004/11/18/68.aspx
which ought to mean they have a seperate .aspx page for each and every blog
entry? Why isn't this just a simple display... more >>
Exclude from Form Authentication
Posted by Islam Elkhayat at 12/26/2004 7:23:05 AM
How can i exclude some files from the Form Authentication.. my welcome page
and even custom error pages (404) is not working before authenticate.
need help
... more >>
encrypt .aspx file
Posted by Loane Sharp at 12/26/2004 2:08:07 AM
Hi there
Is it possible, as an added (fairly paranoid) security measure, to encrypt
the content of, say, an .aspx file on the server?
Best regards
Loane
... more >>
Insert one ASP.net Page into another
Posted by pei_world at 12/26/2004 12:17:50 AM
I have create a template for all my page in my web site.
I don't know how to include one asp.net content page into my template page.
any idea??
thanks!
... more >>
|