all groups > asp.net > may 2004 > threads for sunday may 9
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
asp and global variables
Posted by starbuck at 5/9/2004 10:54:15 PM
Hi
My first vb.net/asp.net application is taking shape now and I have started
using session state to store user variables or type string, long and bool..
The VB6 app I am converting also makes great use of global variables as per
the example below
Structure Gen_setup
Dim Nominal As Lon... more >>
INamingContainer and the LinkButton...
Posted by Jo Inferis at 5/9/2004 10:42:44 PM
(Disclaimer : I'm pretty new to .NET, so please forgive me if this isn't
100% clear)
I know Master pages are coming, but until then I've implemented a version of
the page templating solution at www.geekyfrog.com (thanks, btw).
Within it this basically combines the PlaceHolder class and INami... more >>
How to delete an Excel worksheet by using ASP.NET?
Posted by Shao Yong at 5/9/2004 8:41:06 PM
Deploy error on Remote Server
Posted by IMRAN SAROIA at 5/9/2004 8:09:12 PM
Hi,
I am getting message shown below when I tested a simple web application on
production Remote Server which has ASP.net
enabled for IIS.
Please advise!
I have tried the resolution provided and even used trace enabled but message
still comes while
the application runs fine on local com... more >>
custom HttpHandler question
Posted by DalePres at 5/9/2004 7:51:33 PM
I am trying to create a custom HttpHandler that will load a page but keep
the response object open while waiting for a message from a MessageQueue.
In the ProcessRequest method I call:
public void ProcessRequest(HttpContext context)
{
HttpResponse response = context.Response;
respo... more >>
XML Question
Posted by LaLaBoy at 5/9/2004 6:36:04 PM
I have a problem when reading Special Characters in an XML File
I read the following article
http://support.microsoft.com/default.aspx?scid=kb;EN-US;Q30806
However, It doesn't not solve the character problem for "<"
any idea?
Thank Yo
... more >>
Newbie with Reflection Issues: Class vs. Instance
Posted by MDBloemker at 5/9/2004 6:10:56 PM
Based on the answers to my first post, I've spent some time boning up on
Reflection. Everything I find has Reflection being used against a class, but
what I'm looking for is some way to do the same thing, but against an
>instance< of the class, such as SRObj as an instance of the cls_SR class.
T... more >>
asp.net makes me mad!
Posted by suzy at 5/9/2004 2:53:27 PM
i thought .net was meant to make things easier, so why is this simple thing
taking me over 2 days.
i have a asp.net page with a checkboxlist control on it. This displays a
bunch of checkboxes. All i want to do is add an onclick event to each
checkbox that calls a javascript function passing ... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
Domain controller GPO does not deny logon locally right to IWAM_machinename when running aspnet.wp.exe
Posted by \ at 5/9/2004 2:48:18 PM
On a domain controller, the ASPNET (v1.1) worker process (aspnet.wp.exe)
runs under the IWAM_machinename acount (IIS 5). I have expressly denied this
user the logon locally right in the domain controller GPO and yet this
profile gets created under the Document and Settings folder. The
IWAM_machi... more >>
language performance question...
Posted by Paul M at 5/9/2004 2:47:21 PM
Can somebody please give me some coding examples in how C# written
applications perform better than VB.NEt applications?
I've read that .NET is written primarily for C# language and performance is
meant to be better for it.
thanks,
P.
... more >>
ASP.Net Page lifeycle and threads
Posted by Pinfold at 5/9/2004 12:41:05 PM
Hi
I have a problem with updating a control ( a simple label ) with a value that is returned from an asynchronous call in an ASP.Net page. Basically my page loads, I call a method asynchronously, get a result back and try to put it on my form.
The value never appeares on my form, even though I... more >>
Newbie question: Can the class object member be specified as a variable?
Posted by MDBloemker at 5/9/2004 11:59:22 AM
I hope this is the right place for this question, and I hope I can explain
the question clearly enough to be understood. I'm using VB.Net. When I
instantiate a new object from a user-defined class, can I access its members
via a variable? For example, if I have a variable (say, marray(4)) holding... more >>
NewBie Question UserControl
Posted by Stan Sainte-Rose at 5/9/2004 11:53:22 AM
Hi,
I have a User Control using parameters.
Into my aspx page I define my parameter values like :
<My:MC ID="First" Name="Test" Color="red" RunAt="Server"></My:MC>
I would like to know how can I change the Color value into my .aspx.vb in
the page_load section
Thanks
Stan
... more >>
getting server name
Posted by G. Dean Blake at 5/9/2004 10:20:01 AM
how can I get the name of the server I am running on in VB.NET?
Thanks,
Dean
... more >>
add event handler to butoon dynamicly
Posted by mahsa at 5/9/2004 9:51:04 AM
Hi I add butoon dynamidly to page but I have to double clock ob button until it work I set auto post back =true for butoon that if i click just one time on it it run the void but still I have to click button twic
//new Ro
TableRow r2 = new TableRow()
TableCell c20 = new TableCell()
c... more >>
Inherit from System.Web.UI.HtmlControls ??
Posted by Jill Graham at 5/9/2004 9:45:13 AM
Hi folks,
The pages of my website are built dynamically and are based on templates.
A template can look like this :
<table>
<tr><td>This is the page header</td></tr>
<tr><td>This is the page content</td></tr>
<tr><td>This is the page footer</td></tr>
</table>
People can m... more >>
Importing/Viewing PDF documents
Posted by JenC at 5/9/2004 9:16:04 AM
Hi
I am trying to import/view an existing PDF document into IE using ASP.Net. Basically I have a list of PDF docs to view in a dataset, when I select a document I want, I would like it to be displayed in the same window as the search results. I hope this makes sense
Any help/tips mush appreciate... more >>
How to rename a file by using ASP.NET?
Posted by Shao Yong at 5/9/2004 7:56:01 AM
The System.IO.FileInfo.Name is readonly.... more >>
DataGrid hidden field
Posted by Maziar Aflatoun at 5/9/2004 7:37:39 AM
Hi everyone,
I have the following code and I like to add a hidden field in each row
<asp:datagrid id="DataGrid1" style="Z-INDEX: 102; LEFT: 48px; POSITION:
absolute; TOP: 40px" runat="server"
AutoGenerateColumns="False" >
<Columns>
<asp:TemplateColumn>
<ItemTemplate>
... more >>
Application_OnStart event
Posted by Marek at 5/9/2004 4:32:28 AM
Hi,
Is Application_OnStart event hadler guaranteed to finish its execution
before another HttpApplication object is brought into life?
Marek
... more >>
aspnet_wp process starts with which users privilege ?
Posted by sarah5e NO[at]SPAM yahoo.com at 5/9/2004 3:31:06 AM
I need to give write permission to a XML file in an ASP.NET
application (Platform: Microsoft Windows Server 2003 - Visual Studio
2003 - .NET Framework 1.1), but I can't exactly find out the aspnet_wp
process starts with which users privilege.... more >>
aspnet_wp process starts with which users previlage ?
Posted by sarah5e NO[at]SPAM yahoo.com at 5/9/2004 3:25:43 AM
I need to give write permission to a XML file in an ASP.NET
application (Platform: Microsoft Windows Server 2003 - Visual Studio
2003 - .NET Framework 1.1), but I can't exactly find out the aspnet_wp
process starts with which users previlage.... more >>
SmartNavigation hosed in default web folder
Posted by Paul T at 5/9/2004 1:01:03 AM
I've deployed a web forms app to IIS 6/Server 2003 Ent. If my web folder is designated as the default web folder, SmartNavigation doesn't work. All pages with SN enabled render blank pages. If the the app is located in a sub folder under the the default web site, SN works fine. This is a problem... more >>
how to convert <font/> tab in .NET framework?
Posted by Harry at 5/9/2004 12:36:16 AM
how to convert <font/> tab in .NET framework?
e.g. if i want to write the follow html in code behind, what i can do?
<font class="css">cell 1</font>
... more >>
|