all groups > asp.net > october 2004 > threads for sunday october 24
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
Funny character in first cell of datagrid
Posted by j.jung NO[at]SPAM gmbsupport.com at 10/24/2004 10:26:41 PM
Hi,
I'm trying to upload a CSV file into a dataset and then trying to
display the dataset using a datagrid.
However, I can only seem to read the first element in the CSV file and
it is being display with a funny 'yp' character.
Here's the code if anyone can spot the problem ... thanx in
ad... more >>
ASP or ASP.NET?
Posted by Joe at 10/24/2004 9:59:02 PM
Hello,
I have a dilema can anyone help me or point me in the direction to get my
form at this adress to submit using either of these languages?
http://immoralbalance.com/contact.htm
I am using FPSE now and all works well. But I wanted to use asp to send the
form fields.
I feel I have tr... more >>
CreateDirectory working inconsistantly from ASP.net
Posted by David Davies at 10/24/2004 8:51:02 PM
Please HELP !!
I have a web page that is trying to create folders on a file server
eg. \\SERVERNAME\F4\Projects\[New Folder Name]
Users of the web site are authenticated with Windows Integrated Security.
(have tried on W2003/IIS6 and W2k/IIS5 with no difference in behavoir)
When a ... more >>
Writing <br> in HTML using C#
Posted by stburks NO[at]SPAM charter.net at 10/24/2004 6:37:33 PM
How can I write a break on Web Form using C#?... more >>
splitting a string into a drop down
Posted by Justin at 10/24/2004 6:07:02 PM
I have a string of dates seperated by commas and I need to seperate them and
put them into a dropdown control. With the code below I am able to only
remove the comma which results in one big long string with no spaces and the
string is listed 5 time. How can I seperate the dates into seperate ... more >>
stuck with this simple code
Posted by Davíð Þórisson at 10/24/2004 5:21:29 PM
I don't get it... so simple code but it's bringing an error which goes away
if I skip that <script Src="initialize.cs"> part...
("CS0038: Cannot access a nonstatic member of outer type
'System.Web.UI.Page' via nested type 'default_aspx.Initialize'")
PS it's running .Net 2.0 which explains the ... more >>
Visual studio (asp.net) question
Posted by Arjen at 10/24/2004 3:34:31 PM
Hello,
Visual studio change my coding style all the time!
For example:
I place a control on one line in HTML view.
I close and open the same page again and... the control code is placed over
multiple lines.
I don't want that.
What can I do about this?
Thanks!
... more >>
SSL Question
Posted by Joe Fallon at 10/24/2004 2:58:38 PM
I use Forms authentication to ensure that users login prior to accessing any
protected forms.
Works fine.
When they get redirected to the logon page I would like to know if an SSL
session could be established just for that page so their credentials are
sent over an encrypted channel.
I ... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
Using XML to store global variables in memory
Posted by Davíð Þórisson at 10/24/2004 2:21:58 PM
now in my web I have some global variables to be used in many different
subpages, in the old ASP I simply loaded a variables.asp file into memory
using the eval() function. Now I'd like to use XML but what method would I
use to load the entries from the xml file into memory and make them quick... more >>
Why isn't my xpathNavigator selecting what I want?
Posted by Darrel at 10/24/2004 2:13:07 PM
I think I am in syntax hell. ;o)
Here's some XML that I'm trying to grab some text from:
<?xml version="1.0"?>
<!--Created on 10/16/2004 8:05:57 PM-->
<menuItems>
<menuItem>
<pageID>2</pageID>
<pageName>Tax and Accounting</pageName>
<menuCategory>tax</menuCategory>
... more >>
Scoping and Synchronization
Posted by No One at 10/24/2004 2:06:55 PM
I have an object that needs to have a global scope within my ASP.Net
application. As I can find no way to make this a server component that
has a global scope, I have given it a static constructor for
initializing its inner parts. This is an id generator object for
inserting rows into a partic... more >>
datagrid and array
Posted by Manny Chohan at 10/24/2004 1:51:04 PM
hi guys, my code is returning an array and i need to create datagrid so that
i can have sorting and implement prev....next function on it to navigate. is
there any way this can be done in codebehind file. I am using c#.
Thanks
Manny... more >>
Why do I get this error?
Posted by ken.r at 10/24/2004 1:07:01 PM
When running this code from VS.NET i get this error page which highlights the
first line of the If statement and says it needs a ; at the end of it, tried
that but doesnt fix the problem. As you can tell I'm a newbie so be gentle :)
..
Compiler Error Message: CS1002: ; expected
void bt... more >>
Cookies are killing me
Posted by news.microsoft.com at 10/24/2004 12:38:39 PM
This is a multi-part message in MIME format.
------=_NextPart_000_000E_01C4B9C6.636EDE90
Content-Type: text/plain;
charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable
I am having a difficult time with cookies. In my code, I need to allow a =
user to login to my admin site. I ... more >>
Urgent!! regarding Session management in Webservice
Posted by sunnyz NO[at]SPAM lycos-dot-com.no-spam.invalid at 10/24/2004 11:54:44 AM
hi
I wanted to know whether we can store something in Session objects in
webservice.My windows application calls the webservice and i want the
data to be stored in Session object so that each user can get its own
data.Is this possible in webservice?coz i think it seems to lose the
data each ti... more >>
Removing all items from a server side drop down list
Posted by glenn.mantle NO[at]SPAM bt.com at 10/24/2004 5:04:45 AM
whats the easiest way of removing all items ( regardless or their
values) from an asp.net server side dropdown list?
thanks
glenn... more >>
Appending raw data to placeholders
Posted by Davíð Þórisson at 10/24/2004 3:00:20 AM
1) using
<head runat="server">
inside of the classic <head> ... how can I then append meta tags and title
from my code?
2) How can I append pure text (or html) to a Placeholder from my code?
... more >>
Adding a Hyperlink control to a PlaceHolder
Posted by Mark Rae at 10/24/2004 1:15:22 AM
Hi,
I have an <asp:PlaceHolder control on a page in an ASP.NET 1.1 app, as
follows:
<td nowrap><asp:PlaceHolder ID="phClientWebsite"
Runat=server> </asp:PlaceHolder></td>
Server-side, I'm running the following code:
HyperLink lnkWebsite = new HyperLink();
lnkWebsite.NavigateUrl... more >>
|