Groups | Blog | Home


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 > november 2003 > threads for thursday november 27

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

aspx.vb files
Posted by Don at 11/27/2003 11:35:05 PM
Is it necessary to have the aspx.vb (Sourcecode) files on the server or is the application.dll enough to make my apps working on server? I don't want to realease my source code! Thanks Don...more >>


execute javascript functions in the page load event
Posted by Bernie V at 11/27/2003 11:04:24 PM
Hi group, I have 2 js files where I have scrollfuntions. Is it possible to execute the 2 funtions in the page load event ? What code do i have to use to execute function1();function2() ? At the moment I us the functions in the body onload tag but I have troubles with it. thx in advance...more >>

Response Time
Posted by creative at 11/27/2003 10:21:08 PM
When request is initiated at the client system, the Web Server may take tens of second to couple of minutes Mean while user gets annoyed and cliks Refresh Button several times "Is it Possible to know Response time of the web server before it starts work on Request.? So that the user can be notif...more >>

Server errors galore, local runs fine
Posted by George Addison at 11/27/2003 10:05:02 PM
I'm caught in a situation where my app runs absolutely perfectly on my local machine. When I upload to my ISPs server, however, I'm presented with a few errors I have not run into, and have exhausted my search for an answer. ------------------------------- 1) Error: "The virtual path '/Us...more >>

Simple navigation problem
Posted by Ross Carter at 11/27/2003 9:49:25 PM
I have the following code that was created automatically by dropping a button onto a web form and setting the action property of the form The form is called WebForm2.aspx <body MS_POSITIONING="GridLayout"> <form id="Form1" method="post" runat="server" action="WebForm1.aspx"> <asp:Butto...more >>

Paging a datagrid
Posted by Fabiano at 11/27/2003 8:57:36 PM
Please, i've created a datagrid that allow numbered paging. But when i click over a page that must be called, i get this error: System.Web.HttpException: Invalid CurrentPageIndex value. It must be >= 0 and < the PageCount at my page, on Paging Event i'm using the commands bellow: priva...more >>

how to allow creation of ASP.Net solutions on windows 2003 server
Posted by anthonymelillo at 11/27/2003 8:41:36 PM
What do I have to do to allow me to create ASP.NET Pages on a Windows 2003 Server ? I have installed IIS6, ASP.Net support, SQL 2000, ASP.Net remote components. I do not know what security to use to allow me to create ASP.Net applications with Visual Studio 2003 on that server ? Any help ...more >>

password in TextBox is not appeared in a new asp page
Posted by Kuan at 11/27/2003 7:05:56 PM
Hi All, I am typing a password into a textBox with type="password", and then submitting it into other page where I not see it in the textBox with type="password" . A password value is stored in a Session or a local variable. Session["pwd"] = PasValue.Text; .. .. .. PasValue.Text = Sessi...more >>



ASP.Net and Mozilla browsers
Posted by Jonel Rienton at 11/27/2003 6:28:10 PM
Hi, i've created a simple web application and throw in some labels, textboxes and requiredfield validators in there. during my testing using different browsers, i've noticed that when i was using Mozilla browsers(Firebird[0.7 tech preview] and Mozilla[5.0]), i've noticed that the valida...more >>

Debugging ASP.NET as a power user
Posted by Richard Fennell at 11/27/2003 6:26:40 PM
Am trying to do ASP.NET development on my XP Prof. box logged in as a power user (not the administrator I used to be). As an admin user all is OK. But as a power user, I have made sure my account to the power user, debugging user and vs developers and all seems OK bar debugging ASP.NET. I...more >>

Synchronize..?
Posted by Kent Johnson at 11/27/2003 5:41:04 PM
Hi all, I'm trying to syncronize a webproject to a local PC in .Net. If I look in the online help I can read: a.. From the Project menu, click Web Project, and then select Synchronize All Folders. .... but I don't have Web Projects in my Project menu! How can I get it? /Kent J. ...more >>

disabled input box bug????
Posted by Tariq Ahmad at 11/27/2003 4:57:07 PM
hi, i have a textbox into which i insert a value using javascript and then disable (again using javascript). when i post the page back to itself and look at the .Text property of the textbox it comes back as blank! any ideas please? thnx. t. ...more >>

unable to create a asp.net project??
Posted by soni29 NO[at]SPAM hotmail.com at 11/27/2003 3:21:06 PM
hi, i'm running windows 2000 and Internet Information Services 5.0, that's the version that the help file for iis shows, i'm using Visual Studio ..Net 2002 (version 7) but whenever i try to create an asp.net project i get an error. here is what i do: Click Create Project For Location type: h...more >>

Execution of code-behind without postback
Posted by ronniescott6677 NO[at]SPAM hotmail.com at 11/27/2003 3:02:39 PM
I just came across a nice dropdown replacement that populates on-the-fly, and wondered if anyone knew how to do the sort of thing it does. As far as I knew, you couldn't do what it does. I think it's basically a textbox with some sort of iframe or popup window that displays the results. Becu...more >>

Populate dataGrid
Posted by simon at 11/27/2003 2:51:33 PM
I would like to have 24 rows (one for each hour - from 0 to 24h). Than I have some meetings at some hour and different subjects for each meeting. So I should have 24 rows, and if there is some meeting at some hour, there should be displayed that meeting with all subjects in one cell. I can ...more >>

Server Error in '/' Application - Novice
Posted by sean at 11/27/2003 1:20:03 PM
Hi there, I am trying to call a C# web service from an aspx page, I have the asmx file, a user control file ascx and the aspx file. I have verified that the web service is returning correct values from the service, however when I try to load the aspx page it falls over in a cruumbling heap! Co...more >>

Event Handling in Server Controls
Posted by Iyigun Cevik at 11/27/2003 12:30:08 PM
I have a server control which contains several LinkButtons like MyLink = new LinkButton(); MyLink.Text = "Cikar"; MyLink.Click += new EventHandler(this.MyLinkClicked); Controls.Add( CikarLink ); When i press on link button in webpage, MyLinkClicked function never starts. I think somebody els...more >>

Server.Transfer to a new page
Posted by Jeremy at 11/27/2003 12:23:10 PM
Anyone know how to invoke a new page from c# code (eg. Server.Transfer), but to have that page open as a new window? So far I have only done this successfully via html in a hyperlink (target="_blank"). ...more >>

webservices question
Posted by Paul M at 11/27/2003 12:07:19 PM
Hi there, my web application has a bunch of classes with functions that i'd like some of them to be made into webservices. However, they mostly return arraylists, which have objects stored inside them and when i try execute, it spits back exception errors. any advice? thanks, P. ...more >>

DataGrid Sorting - bidirectional
Posted by Snig at 11/27/2003 12:06:40 PM
Hi, I want to sort the DataGrid according to the number of clicks of mouse on the column-header link. e.g. if user clicks on the header once - it will be sorted ASC if the header is double-clicked - it will be sorted DESC It is not exactly toggling the sorting-order. I have seen a lot of m...more >>

Financial Calculations on ASP.NET forms
Posted by Leszek at 11/27/2003 11:34:39 AM
Hello, I need to do some financial calculations on my ASP.NET forms. Under Visual Basic it was pretty straightforward - I just used built-in functions such as PV() (principal value) or PMT(). How can I access those functions under .NET and display them on ASP.NET forms? Any ideas? Thanks,...more >>

No-Cache and Expiry
Posted by Gareth at 11/27/2003 11:21:32 AM
Does anyone know how to make an ASP.NET (C#) page expire immediately and not be cached? What I want to happen is if the users pressed the BACK button they get a page has expired and has to be reloaded message. I've tried just placing the standard HTML meta tags in but that doesn't seem to work....more >>

Spawning thread from ASP.NET (how safe?)
Posted by Sanjay Kedare at 11/27/2003 11:18:18 AM
Hi, How safe it is to spawn a thread to do some routine job from Application_Start event of ASP.NET Also whenever the ASPNET worker process restarts, will the Application_Start event be fired?? Thanks in advance, Sanjay Kedare...more >>

Refreshing page
Posted by simon at 11/27/2003 10:45:25 AM
If I go to the page (when I change some code in studio) directly in IE and press F5(refresh) or CTRL+F5, the page is the same without changes - it's obvioussly cashed. I used to do like that with asp pages in the past. How can I exclude the cashe? I don't like the debug and similar options b...more >>

Crystal won't load report
Posted by RH at 11/27/2003 9:44:33 AM
Hi, I've made an asp.net application which includes some Crystal Reports. When deploying the app to a Windows server 2003, I get a "Load Report failed" when trying to open a report. On my WinXP development machine I have no problems opening reports. Even on other XP development machines all rep...more >>

script tag with javascript
Posted by Bernie V at 11/27/2003 9:26:14 AM
Hey group, I have a js file with some javascript functions (for scrolling messages) In a <script> .... </script> I refer to the js file on the win form. When I place such a script tag in the head tag of my form, some controls on my form are deplaced (the controls are deplaced some lines down...more >>

asp. net and message box???
Posted by Ernesto Salas at 11/27/2003 8:55:48 AM
hi everybody!!! i'm just beginning with asp.net programming and the first problem i'm facing is how to display a warning message. my situation is this: i'm developing an intranet with access rights and when someone unauthorized wants to enter in a specific page (aspx) i want to show a warning ...more >>

Text Box?
Posted by acko bogicevic at 11/27/2003 8:50:46 AM
Hi Is it possible to display text box that has TextMode set to MultiLine and Rows to 5 for example and not to show vertical scroll bar Thanks Alex *** Sent via Developersdex http://www.developersdex.com *** Don't just participate in USENET...get rewarded for it!...more >>

Call Local app from ASP.NET
Posted by IntraRELY at 11/27/2003 8:24:08 AM
Hello, How do I initiate a local application from the clients web browser. For example, I click a button and then it opens the program in C:\Program Files\myApp\myApp.EXE. I would imagine there would be some java script function to do this. TIA, Steve Wofford ...more >>

ASPX page sizing
Posted by Fabrizio at 11/27/2003 8:02:51 AM
Hi, How can I resize a page depending on the Requester's Display resolution or explorer settings? thank you Fabrizio ...more >>

Page.Navigate
Posted by anonymous at 11/27/2003 6:49:50 AM
I saw some code snippet using the following syntax: Page.Navigate("someUrl"); Is this method still valid? If not, what's the equivalent method now? Thanks for the help! ...more >>

CheckBoxList Data Binding
Posted by Tom at 11/27/2003 6:49:25 AM
Hi, I have a webform which has DropDownList, RadioButtonList and CheckBoxList. All values are in webform, but not select from DB table as they do not need to be used as search requirements. For DropDownList and RadioButtonList, there is only one item is selected and store in DB table. ...more >>

FormsAuthentication.RedirectFromLoginPage with Frames
Posted by Eric Broers at 11/27/2003 5:59:37 AM
LS, suppose I have a page with frames. The top frame contains a login buttin, which loads a login page in another frame. After succesfully logging on, I want to go back to the exact point just before pressing the login button. It can be done with FormsAuthentication.RedirectFromLoginPage(u...more >>

Datalist: update a datasource without using select/edit/update
Posted by Hartmut Schroth at 11/27/2003 5:53:39 AM
Hi, I need a solution for the following problem: In the item template of a datalist control I have already a button control with the commandname set to "select" to perform some specific database action. I additionally want to update an integer value in the underlying data source by sim...more >>

Printing from code behind????
Posted by Federico Benitez at 11/27/2003 5:02:21 AM
I am trying to print from code behind and get the following error: "The RPC server is unavailable" I am using the following code: StreamReader streamToPrint = new StreamReader ("frmPatientSearch.txt"); try { printFont = new Font("Arial", 10); PrintDocument pd = new PrintDocument...more >>

Css on DataGrid and dropdown list
Posted by manu at 11/27/2003 4:56:31 AM
Is it possible to apply a css class to a push button in a DataGrid button column ? Is it possible to change the arrow type in a drop down list through the use of Css ?...more >>

buttons on a DataGrid Template Column
Posted by Manu at 11/27/2003 4:52:51 AM
Is it possible to make a button on a DataGrid template column, Trigger the DataGrid "Selected Index change" event. Is it possible to trigger that event not through the button column ?...more >>

Server.Transfer From App1 to App2
Posted by mcpollo NO[at]SPAM terra.es at 11/27/2003 3:39:42 AM
Hello, We have two applications that will reside on the same webserver. We want to be able to post from pages in App1 to to pages in App2. We need to pass sensible data, so we cannot use querystring. We are using server.transfer (needing to reference App2 in App1). When we call a pag...more >>

HELP: Object reference not set to an instance of an object
Posted by Tee at 11/27/2003 3:28:56 AM
Hi, I having a problem with my asp.net project. The project work fine on my own PC, but when I upload it to the server, I got the following error : Object reference not set to an instance of an object I have try to search for the solution using this error message, and I found that a lot ...more >>

passing session variables to popup
Posted by sumit at 11/27/2003 2:12:33 AM
hi, I am opening a popup using window.showModalDialog ('abc.aspx','','dialogWidth:1200px;dialogHeight:800px;left: true;help:no;resizable:yes;');"); In abc.aspx, session variables should be accessible. I have checked it with IE 6. And in abc.aspx, session variables are accessible but ...more >>

win2k Installation nightmare
Posted by Alvin Bruney at 11/27/2003 12:40:24 AM
I'm almost home free. One last problem to overcome. I've re-installed vstudio.net, built a small test app but it says the server is not running asp.net version 1.1? I don't know what else to check. Framework 1.1 is installed, there are no default mappings for an aspx extension though so i know s...more >>

Newbie questio, null or not an object
Posted by Henke at 11/27/2003 12:21:54 AM
To an WebForm I add a HTML button and a HTML TextBox, txt1. On the onclick event of the button I call a function called test, The function looks like this: <script> function test() { txt1.value = "test"; } </scipt> When i run the application I get an error message: "txt1 is nul...more >>


DevelopmentNow Blog