Archived Months
June 2003
July 2003
August 2003
September 2003
October 2003
November 2003
December 2003
January 2004
February 2004
March 2004
April 2004
May 2004
June 2004
July 2004
August 2004
September 2004
October 2004
November 2004
December 2004
January 2005
February 2005
March 2005
April 2005
May 2005
June 2005
July 2005
August 2005
September 2005
October 2005
November 2005
December 2005
January 2006
February 2006
March 2006
April 2006
May 2006
June 2006
July 2006
August 2006
September 2006
October 2006
November 2006
December 2006
February 2007
March 2007
April 2007
May 2007
June 2007
July 2007
August 2007
September 2007
October 2007
November 2007
December 2007
January 2008
February 2008
March 2008
April 2008
May 2008
June 2008
all groups > asp.net > january 2004 > threads for tuesday january 13

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

Can we use <compiler> tag to avoid RunTime Compiler error?
Posted by sunil NO[at]SPAM volcanomail.com at 1/13/2004 11:52:36 PM
Dear All, At some customers we are facing a problem when the user tries to launch any aspx page from IE. We are getting "Compiler failed with error code 2000". Is this bcos of some missing resource? I read in the newgroup that said: 1. Re-install IIS ( I applied Windows 2000 SP3 after that) ...more >>


Lost session variables - size issue?
Posted by Eliyahu Goldin at 1/13/2004 11:10:38 PM
When I run my ASP.NET application first time after deployment, it runs OK. On the second run, when one of my web forms tries to read session variables set in another form, it finds them empty. Nevertheless, if in the same session I set the variables again, they don't get lost anymore. What could ...more >>

page_load and session variable
Posted by tony collier at 1/13/2004 10:43:20 PM
do session variables have to be manipulated in page_load routine? I get a compiler error when i try to set them inside of <script> </script> if they aren't in page_load. If so how can i access them from inline code? i have tried putting public before the variables that grab session data bu...more >>

Which databases can ASP.NET/ADO.NET connect to?
Posted by Andrew Banks at 1/13/2004 10:34:13 PM
Subject says it all really... I know of the bigger ones Access, SQL Sevrer, Oracle, MySQL - are there anymore? ...more >>

Custom Error not working
Posted by Nick at 1/13/2004 10:30:07 PM
the customError feature is not working. I have it setup as the help says in my web.config file. <customErrors defaultRedirect="DsAppError.aspx" mode="RemoteOnly"/> I tried in a couple different parts of my site to throw a dummy exception and I always get to the page that says change my web....more >>

Populate dropdown
Posted by André Almeida Maldonado at 1/13/2004 9:11:37 PM
Hy Guys, I have a datagrid that, in the edititem mode, have a dropdownlist. This dropdownlist have to be populated with the items of another dropdownlist that is in the same page. How can I do it???? Thank's ...more >>

FTP client functionality in .NET (Using Win32 API, good idea?)
Posted by Lenny at 1/13/2004 8:38:33 PM
Hello, Our ASP.NET application needs to be able to access remote ftp site and bring files to the local server. I have ftp component developed by another company. Basically they're using Win32 APIs to achieve ftp related tasks. Is this a good idea to use Win APIs in .NET application? Are t...more >>

Help getting data into database
Posted by curentoc NO[at]SPAM bellsouth-dot-net.no-spam.invalid at 1/13/2004 7:18:24 PM
First off - New to Programming. Problem: I created an aspx page with x amount of text boxes. These text boxes can be filled by the user and when they click the submit button I want the data in each box to be inserted in database fields that they relate to. I created a database and a table w...more >>



IIS and user accounts
Posted by Steffen Loringer at 1/13/2004 6:12:28 PM
Hi group, I'm changing the access rights in directories for example for the ASP_WP account. Is it necessary to shutdown and restart IIS for the changes to take effect? Where can I find more information on this? Thanks for help.. Steffen ...more >>

Poulating a DropDownList with a database query
Posted by Rob Venable at 1/13/2004 6:09:42 PM
Hi everyone, Can anyone see a problem with this code. I'm kinda new to asp.net and I'm having a problem populating a drop down list with a database query. The results of my query populate the list with the words "System.Data.Common.DbDataRecord" This is my code: If Not Page.IsPostBack Th...more >>

referencing a panel control from javascript
Posted by Dune at 1/13/2004 6:00:49 PM
Saw a post a about hiding a panel using javascript a while back and that got me curious and i tried it out. I have a Panel control with id equal to PanelId and it is nested inside a form tag with id equal to FormId. My question is why does the line... document.all("PanelId"); ....work...more >>

How to get the IP address of visitor of my website in ASP.net?
Posted by Shige at 1/13/2004 5:37:34 PM
How can i get the IP address of the ppl viewing my website? Thanks. ...more >>

System.InvalidOperationException: Application is restarting
Posted by Hari Koduru at 1/13/2004 5:11:37 PM
Hi All, I am getting the following exception in an ASP.NET application. Exception Details: System.InvalidOperationException: Application is restarting. I have been to the following Support page http://support.microsoft.com/default.aspx?kbid=312592 and disabled the Realtime monit...more >>

Getting selected items in dynamically loaded checkbox list
Posted by Joel Reinford at 1/13/2004 5:02:13 PM
I am loading a checkbox list on a web form at runtime along with several other controls. I am unable to get to the checkbox list on postback, I always get an invalid cast exception. I have no trouble getting the other controls including a dropdown list. Any suggestions on what I could do would...more >>

windows authentication
Posted by Paul at 1/13/2004 4:56:09 PM
Hi, I am new in ASP.NET and would like to know how to do Windows authentication. I read somewhere in MSDN about windows authentication in ASP.NET by doing the following: 1. In web.config, set <authentication mode="Windows"> 2. In IIS directory security tab for my virtual directory,...more >>

shared functions
Posted by MattB at 1/13/2004 4:31:12 PM
I want to define some shared functions for use throughout my vb ASP.net application. I imagine these would go in the global.asax.vb file, yes? Assuming that's correct, how to I access this function in the codebehind? I've tried some variations of global.myfunction and have had no luck. Can ...more >>

numeric conversion error need your help
Posted by al at 1/13/2004 4:07:58 PM
Dim dbParam_amount As System.Data.IDataParameter = New System.Data.SqlClient.SqlParameter dbParam_amount.ParameterName = "@amount" dbParam_amount.Value = amount.text dbParam_amount.DbType = System.Data.DbType.numeric [??] dbCommand.Parameters.Add(dbParam_amount) hi, I am gettting an error w...more >>

Datatype error
Posted by al at 1/13/2004 4:00:23 PM
hi, I have a table that contain a field "amount" its datatype is numeric(18,4) in sql server 2000 I have created a Datagrid, when I edit a record, I get an error like this one BC30456: 'Numeric' is not a member of 'System.Data.DbType'. Line 213: dbParam_amount.ParameterName = "@amoun...more >>

Flash problem
Posted by SOS at 1/13/2004 3:42:22 PM
hi guys ! i don't know is this a proper group for discussing about this problem or not .... anyway , i have a Flash news board in my asp.net page this news board get data from an aspx page and this page read data from database. to show external data , i use of "loadVariablesNum" in my Flash ne...more >>

Changing page title
Posted by SOS at 1/13/2004 3:41:59 PM
Hi guys , how can i change the page title in the run time ? Thanx ...more >>

Transfer from old to new server
Posted by RF at 1/13/2004 3:38:10 PM
I have a complete web site running IIS5 with asp.net. I have many projects that I'd like to transfer to a new server IIS6. How can I manage all this transfer from from system to another? Thanks, RF ...more >>

Strange Popup JS window behavior
Posted by Kenneth at 1/13/2004 3:34:22 PM
Hi, function NewWindow(mypage, myname, w, h, scroll) { var winl = (screen.width - w) / 2; var wint = (screen.height - h) / 2; winprops = 'height='+h+',width='+w+',top='+wint+',left='+winl+',scro llbars='+scroll+',resizable=0' win = window.open(mypage, myname, winprops) if (parseInt(n...more >>

Publish a web project onto a remote server
Posted by Douglas Gage at 1/13/2004 3:27:58 PM
Is it possible to pulish a web project onto a server like dreamweaver using ftp and such.... ...more >>

web user control - sharing
Posted by brynja at 1/13/2004 3:23:29 PM
Hi .. I=B4m using web user control on my project group. Now i=B4m using web user control for each project and it=20 works fine, but now I want to share some controls for=20 various project and I dont know how? I have created a=20 folder beside all my project and put one control there. I=20 ...more >>

javascript for aspButtons
Posted by KK at 1/13/2004 3:01:22 PM
Hi Is it possible to attach javascript to an asp button? Lets say the basic requirement is to load another page to "frame1" upon clicking the button. Normaly we can use a normal html button and use javascript. Is it possible to use an webcontrol button to do the same? Also I couldn't foun...more >>

include file in ASP.NET
Posted by Grey at 1/13/2004 2:56:22 PM
Dear all I need to include some predefined file in ASP.NET like ASP. The = statement for file include is "<!-- #INCLUDE FILE=3D"ABC.ASP" -->" in = ASP, but what is it in ASP.NET??...more >>

Load XML from ADO Recordset
Posted by Mac at 1/13/2004 2:56:01 PM
Hi all I have a asp.net application which calls a web service via a wdsl file which retrieves an XML String. The XML String is from a adodb recordset saved as via a stream. Dim oRS as New ADODB.Recordset Dim oStream as New ADODB.Stream Set oRS = oCnn.Execute(sSQL) ...more >>

DataGrid - Template Columns
Posted by André Almeida Maldonado at 1/13/2004 2:05:30 PM
Hy Guys.. I have a datagrid with template columns. The datagrid have a datatable datasource. But when I try to bind data, I receive this error: DataBinder.Eval: 'System.Web.UI.WebControls.DataGridItem' do not have a property named "Codigo". See my code: <asp:TemplateColumn HeaderText="...more >>

impersonate with SQL Server on the same domain
Posted by Mark at 1/13/2004 1:55:59 PM
We are attempting to use impersonation to connect from our ASP.NET website to a SQL Server on the same domain. The code below works just fine in our web.config file: <identity impersonate="true" userName="mydomain\mylogin" password="whatever"> However, if we attempt to impersonate the user ...more >>

Bizarre loss of Session variables
Posted by Michael Carr at 1/13/2004 1:46:58 PM
I have an intermittent problem that occurs on a very small number of browsers that access my website. The strange thing is this: my site works perfectly for 99.9% of browsers. The behavior described below occurs for 0.1% of users, and so far I've only seen it on IE 6.0. My ASP.NET website is s...more >>

Reports
Posted by André Almeida Maldonado at 1/13/2004 1:13:49 PM
How can I generate my reports in asp.net webforms? Marcus ...more >>

Example of using a stored procedure that returns a cursor
Posted by George at 1/13/2004 1:09:57 PM
I am using ASP.Net with stored procedures to access an Oracle database. I am looking for an example of one that returns a cursor. I would like the cursor to be returned from a function. *** Sent via Developersdex http://www.developersdex.com *** Don't just participate in USENET...get rewarde...more >>

Look for Property Grid Control
Posted by jbassil NO[at]SPAM cs.dal.ca at 1/13/2004 12:45:26 PM
Hey all, I'm developing an app in asp.net and i'm looking for a property grid web control. Any suggestions would be appreciated... thanks. Joe...more >>

retreiving the id problem
Posted by Reddy at 1/13/2004 12:33:29 PM
Hi, Once after inserting a record into a table is there a more efficient way of retreiving the id(autonumber field) value in the following example. Using a SQL server database. con.Open() strSql="insert into table1(column2) values('test1')" cmd = New OdbcCommand(strSql, con) cmd.Execute...more >>

HOWTO: Convert ASP.NET Starter Kit Portal
Posted by Dan Sikorsky at 1/13/2004 12:24:33 PM
How can I install the Portal starter kit to a different Solution/Project name, having a different SQL Server database name? I'd like to start a new solution using the Portal starter kit as a beginning point, and adapt it to what my customer needs. -- Dan Sikorsky, MSCS BSCE BAB ...more >>

insert records into two tables another after the other
Posted by Reddy at 1/13/2004 12:22:13 PM
Hi, I need to insert records into two tables another after the other. Is the following code ok or is there a more efficient way of doing this using sqlcommand object con.Open() strSql="insert into table1(column1) values('test1')" cmd = New OdbcCommand(strSql, con) cmd.ExecuteNonQuery() ...more >>

What's the current wisdom on storing objects in the Application Variable?
Posted by Frank Rizzo at 1/13/2004 12:15:37 PM
In classic ASP, it was considered a bad idea to store VB6-created objects in the Application variable for various threading issues. What's the current wisdom on storing objects in the Application variable in ASP.NET? I am thinking of storing several objects there, not too large, so there ...more >>

Will my application work on most MS platforms?
Posted by Rob Meade at 1/13/2004 12:11:32 PM
Hi, We have a very simple .aspx file which converts a password using .net SHA-1 etc... We have just today had a user who is experiencing problems - yet it works fine everywhere else. We've managed to establish that they are using Windows 98 SE with IE5.5 SP2 installed....will my applicat...more >>

windows authentication
Posted by Otto at 1/13/2004 12:11:09 PM
I have an ASP.NET app developed under CLR 1.0 that uses Windows Authentication. The individual pages grant permission to the appropriate groups. Over time, after the application has run for a while, users will start to be prompted for userid and password information even though prior to that p...more >>

Security-exception when performing File.Move()
Posted by Fredrik Arenhag at 1/13/2004 12:00:55 PM
Hi! I'm in the process of writing a ASP.NET-application in VB.NET where a (at this stage) not logged in user is supposed to be able to move a file from one location to another on the servers harddrive, File.Move(). I've read through loads of guides and they all say "Add write-permissions...more >>

Session Data Lost
Posted by blue at 1/13/2004 11:46:00 AM
Sometimes, my web apps will lose session information that was set by the login form. My apps aren't changing Session["UserID"] but are checking to see if Session["UserID"] is null when the page is loaded. If it is null, it redirects them to the login page. I'm in an infinite loop -- I log in, ...more >>

Logout Feature in ASP.Net Page
Posted by Vinod I at 1/13/2004 11:33:14 AM
Hi Team, I would like to know how "Logout" can be handled in asp.net page. Scenario is like this:- I have a "logout" option in my menu. As soon as user clicks this, will show a "Sucessfully Loged out" screen. Now the problem is, if the usr clicks on "back" button of windows menu bar, cont...more >>

which reg key to use?
Posted by Marty McDonald at 1/13/2004 11:30:16 AM
I'm trying to manually edit the resistry so Asp.Net can write to the app log. If my web app is named "TestApp", wouldn't I just create a key called "TestApp" under HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Eventlog\Application? Nothing seems to work! ...more >>

Using includes with ASP.NET
Posted by Jay at 1/13/2004 11:26:10 AM
I have a situation where using includes in an ASP.NET page does what I = need. I know that someone understandably is going to say why don't you = use UserControls. There are two reason. UserControls do not have any = design time support and the logic of what I am trying to do lends itself = n...more >>

Q: Field Validation
Posted by Soul at 1/13/2004 11:24:34 AM
Hi, I have .aspx page code in C#, which contain a sample registration form. There are help Button controls beside all fields, when user click on the help button, there will be an explanation text display in a Label control. There is a also a submit Button control at the bottom of the page for ...more >>

.Net 1.1 upgrade
Posted by .NET Developer at 1/13/2004 11:07:42 AM
Thanks to the great guys who responded. I was able to install 1.1 on the dev machines and convert all the applications to 1.1. I did not run into any problem except with an WINDOWS app that is beging accessed thru a website. So I need your help. The windows application app.exe is hosted on a w...more >>

Web Access Error when creating a new ASP.NET project...
Posted by Jon96 at 1/13/2004 10:51:34 AM
I know this posting may seem redundant, but I have not been able to get around this problem I am currently using Windows 2000 Professional with Visual Studio.Net 2002 and IIS 5. I am not on a network, so my local machine is my development environment and my web server. When I try to create a new...more >>

How to get contents out of datagrid
Posted by Douglas Gage at 1/13/2004 10:24:57 AM
How to get contents out of datagrid? I have fixed the problem before but = now when i debug I could not see any thing in the text box public void updateQuestion(object sender,System.EventArgs e) { ArrayList myAnsList =3D new ArrayList(); foreach(DataGridItem item in grid.Items) {=2...more >>

Application timeout
Posted by Martin at 1/13/2004 10:11:35 AM
Hi, I cannot find this seemingly common configuration setting. I want to specify how long it takes before the web application shuts down after the last session has ended. Now, after the last session has ended my application immediately goes down with it, ditching all state (no big deal to me) ...more >>

Releasing A Session
Posted by One Handed Man [ OHM# ] at 1/13/2004 10:06:00 AM
Scenario. PDA connecting to a web service method using a reference on XP = professional ( IIS ). XP limited to 10 sessions. How can the session = be released once the method has finished. IE to log off the user as this = prevents others using the service. Thanx...more >>

strip out html
Posted by newbie at 1/13/2004 9:46:37 AM
Hello anybody knows how i can strip out the html from a control's innerhtml to show only the relevant text? i.e <span id="test1" runat="server"><a href="test1.htm">abcde</a><b>blah</b></span so that on my server side code, somehow i would get "abcde blah"? thanks!...more >>

Datagrid problems
Posted by Douglas Gage at 1/13/2004 9:25:30 AM
I have two columns Question Answers Q1 Q2 Q3 Q4 Submit I have the following code to collect the answers and update them in the database but I got the error. I don't know what to do, please tell me if you can Thanks public void updateQuestion(object sender,System.Even...more >>

Control Error
Posted by Douglas Gage at 1/13/2004 9:23:49 AM
I have two columns Question Answers Q1 Q2 Q3 Q4 Submit I have the following code to collect the answers and update them in the = database but I got the error. I don't know what to do, please tell me if = you can Thanks public void updateQuestion(object sender,System....more >>

Asp:Repeater and Asp:TextBox controls
Posted by Kelly Leahy at 1/13/2004 9:20:46 AM
I'm using an Asp:Repeater control with a text box in the item templates. This is for a system that has a number of items that the user can edit and I'd like to generate them based on a list. However, when the user clicks a save button (not in the asp:repeater, but on the form itself) I w...more >>

HLP files
Posted by Thiago Guedes at 1/13/2004 9:04:37 AM
Hi, how can I open a .hlp file by a link in a asp.net page? *** <asp:hyperlink id="HyperLink1" runat="server" NavigateUrl="help/help.HLP">Help</asp:hyperlink> **** When the link open I dont want choose a "OPEN" or "SAVE" options... i want just open this.. Tks, Thiago Guedes ...more >>

Help: Debugging an COM-Object
Posted by alfred.sehmueller NO[at]SPAM gmx.de at 1/13/2004 9:03:57 AM
Hello NG, is it possible to debug an VB6 COM-Object that is used by an ASP.NET page? With classic ASP and VB6 i was able to debug my custom COM-Objects. Is there a possibility to Debug this in VS.NET maybe in a way that opens Visual Studio from VB6? I have to use the old COM-Objects, but...more >>

@Import Syntax and Importing Namespaces in global.asax file
Posted by D. Shane Fowlkes at 1/13/2004 9:00:57 AM
Tw part question: 1 - Is it <% @Import Namespace..... or <%@ Import Namespace... ? I'm seeing it both ways in a book (but I think one is a typo. My pages don't seem to care which it is. Or do they?....see below 2 - I'm trying to import the namespaces of System.Data and System.Data.SQLClien...more >>

Forms Login Page Not Login Out
Posted by Kenneth Keeley at 1/13/2004 8:34:44 AM
Hi, I have a web app that has forms authentication and I can login to the page the first time I go there but it never times me out if I come back in 24 hours a hit the refresh key the page loads and I am still logged in. My session details are gone but I am still logged. These are the set...more >>

.netframework backward compatable
Posted by paul at 1/13/2004 7:54:37 AM
Just wondering if anyone knows if the .net framework is backwards compatable? Should .NET apps developed in vers 1.03 work ok for version 1.1 .net framework? THanks Paul...more >>

Deploying and ASP.Net page and get errors
Posted by Ric Soard at 1/13/2004 7:10:14 AM
I wrote a small prototype asp.net application on my computer, and it all works great. I sent it to my team lead who uploaded it to the customers server. When we access the page we get the following error: Parser Error Description: An error occurred during the parsing of a resource requi...more >>

Layout problem with tracing
Posted by John Smith Jr. at 1/13/2004 6:07:56 AM
I placed a DataGrid and Button on a form and databound it, I turned on Trace for the page, and the trace output starts at the top of the page, and the DataGrid/Button sits directly on top of it, how do I get it to show up at the end of the datagird and not underneath it? ...more >>

RegEx for changing linefeeds to <BR> except between <PRE></PRE> tags?
Posted by Rocky Moore at 1/13/2004 6:07:02 AM
I have a web site called HintsAndTips.com. On this site people post tips using a very simply webform with a multi line TextBox for inputing the tip text. This text is encode to HTML so that no tags will remain making the page safe (I have to convert the linefeeds to <BR>s because the Server.En...more >>

The thread '<No Name>' (0x974) has exited with code 0 (0x0) ?
Posted by Anders Both at 1/13/2004 5:32:13 AM
Why does my asp.net application sometimes write into the debug window The thread '<No Name>' (0x974) has exited with code 0 (0x0). ? ...more >>

Global - Application_OnStart question
Posted by Shiv Kumar at 1/13/2004 5:12:12 AM
I see that the Application_OnStart event is fired only once for a = certain application. I'm interested in creating a "global" object (an object that will be = available to all requests for the application). I thought I could use = this event to create an instance of my object. I find that ...more >>

Global.asax Application_Start and Session_Start events fires on each page request
Posted by jeanne.louw NO[at]SPAM mailbox.co.za at 1/13/2004 4:47:00 AM
Hi Why would this happen? The Application_Start and Session_Start events fires on each page request on my website. SessionID stays the same between page requests. <sessionState mode="InProc" in WebConfig.> Session state is also not set to readonly in any page directives. I set a session ...more >>

Postback in Popup Window
Posted by Amir Shaz at 1/13/2004 4:31:57 AM
Ive a requirement to display the details in a Popup window. I open the new window using Java Script. I need to save the details on the Popup form. Ive placed a button on the details form. OnClick of button fires up Postback and opens a new Window. Any help. Amir...more >>

Postback in Popup Window Opens a New Browser
Posted by Amir Shaz at 1/13/2004 4:27:15 AM
Hi, Ive a requirement to display the details in a Modal Window. I open that window using JavaScript and it displays the required details. I need to save these details. For this purpose, Ive placed a Button on the details form which fires a Post Back. This Post Back opens up a new window. ...more >>

ViewState does not work PLEASE HELP !!!
Posted by istavnit NO[at]SPAM ameritech.net at 1/13/2004 4:24:22 AM
Started out with a blank VB WEB project. Added Webform2.aspx iN webform1.aspx.vb on page load viewstate("test")="SOMEVALUE" added a button to Webform1 that redirects to Webform2.aspx using response.redirect("Webform2.aspx") In Webform2.aspx on page load: response.write(ViewState("test...more >>

Page_Load event fires twice in asp.net (C#) ?
Posted by to_jon NO[at]SPAM hotmail.com at 1/13/2004 4:10:07 AM
Hi, I've set up a new web form (new.aspx) that inherits a BasePage class. The new web form contains an override Page_Load event. In BasePage, Page_Load is declared 'virtual'. In the new web form, base.Page_Load is called from within its Page_Load method so that both Page_Load methods are e...more >>

sending web response wihout buffered
Posted by Mehmet at 1/13/2004 3:46:06 AM
Hi i wanna send response spey by step. Any response must send when make any response string..(without buffer how can i do ??? thank Mehmet...more >>

How to Encrypt all the dependancy Dlls using PreEmptive Dotfuscator
Posted by ker chee huar at 1/13/2004 3:29:40 AM
Hi all! i am using Dotfuscator Community Edition for encrypt my .Net assembly. How can i include all my dependancy Dll to encrypt it because my project is multi-reference project! regards, Robert *** Sent via Developersdex http://www.developersdex.com *** Don't just participate in USE...more >>

newbie question about inline code
Posted by tony collier at 1/13/2004 2:51:31 AM
hello all i have created a simple page : <%@ Page language="c#" %> <%@ Import Namespace="System" %> <script runat="server"> void Page_Load(Object sender, EventArgs e) { .... string name="tony"; ..... } </script> .... <body> .... <% if (name!=null){Response.Write(...more >>

PostBack and events
Posted by Steve at 1/13/2004 2:29:11 AM
Hi, I'm having a page with: Private Sub Page_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Load containing the body of my source code. And also a button with the onclick event: Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As Syste...more >>

Session issues on multi processor machine
Posted by Shiv Kumar at 1/13/2004 1:28:40 AM
Is there a known problem or caveat with ASP.NET sessions on a = multi-processor machine? Are sesions bound to a CPU or are they = application wide? My machine.config is the default and my web.config file has no session = specific entries. On my development machine XP I have no problem but on =...more >>

Session Variables
Posted by Ryan.Yeh at 1/13/2004 1:23:30 AM
Hi, out there, I'm facing a problem that UserA viewing UserB data. E.g. UserA Login with his unique ID and UserB with diffrent User ID. A session variable is used to store the Login ID, "Session.add("UserID", vValue)". However, somethimes UserA/ B is getting others' Login ID. Is that ...more >>

how to restrict......
Posted by atif_butt82 NO[at]SPAM hotmail-dot-com.no-spam.invalid at 1/13/2004 1:17:35 AM
I hav a prob with the textfield i want to restrict this field so that only integer values should b entered e.g 0-9 n no english or special characters should b entered in the text field Posted Via Usenet.com Premium Usenet Newsgroup Services --------------------------------------------------...more >>


DevelopmentNow Blog