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 20

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

how to send soap envelop through asp
Posted by s.a. makhdoomi at 11/20/2003 10:15:43 PM
I have an application developed in asp. I can't rewrite the application in .net right now, I want to send some SOAP requests through asp, Is it possible to send SOAP request and receive response....more >>


data access error with access 97 (jet)
Posted by david at 11/20/2003 9:22:18 PM
i am having trouble with accessing the access database using the oledb Jet drivers in the visual studio .net environment. when i try to open the connection i recieve the error message which says that the records cannot be locked. i have listed the message as follows: Exception Details: Sy...more >>

Updating Database Problem
Posted by Chris D at 11/20/2003 9:16:01 PM
Here is the situation 1. I populate(without binding) a blank form with data from a datareader that gets its data from sql2000 2. I edit the data in the form 3. On submit I execute an update statement 4. The values that are used in the update are the original values i pulled in from the datar...more >>

Web access failed
Posted by Dinesh SK at 11/20/2003 9:06:57 PM
Sir, I have installed VB.Net 2002 in Windows XP proffessional PC. When I try to open a new using ASP.NET WEB application I am getting the following error. Please help me to sort out the issue at the earliest. I have installed IIS also. The error message is Web Acces Failed; Th...more >>

aspnet_wp.exe was recycled because memory consumption exceeded the
Posted by tony_wang at 11/20/2003 8:03:24 PM
Event ID 1000 aspnet_wp.exe (PID: 1956) was recycled because memory consumption exceeded the 613 MB (60 percent of available RAM). Can you tell me how to fix this error? OS: window 2000 server dotnetframework: 1.0 Physical Memory: 1G when aspnet_wp use 60 percent of available RAM, all...more >>

Sql server
Posted by Mr. x at 11/20/2003 7:34:07 PM
Hello, I am using sql-server as my database. I want to use it in asp/web service pages, and I need some samples, please. Thanks :) ...more >>

Copying an Access table from one Db to another in asp.net
Posted by anonymous NO[at]SPAM discussions.microsoft.com at 11/20/2003 7:13:48 PM
This should be simple, for someone... I have an access database and I want to copy records from one table in one db to another table in another Access db. I tried creating a dataset for both and setting one dataset equal to another, then use an update command - but no go. Any response is ...more >>

Creating a System folder on a website kills ASP.NET
Posted by Tom Welch at 11/20/2003 6:47:35 PM
You can really mess up ASP.NET easily. 1. Create a new ASP.NET project. 2. Create a new folder on the web named System Now all objects in the System namespace are invalid because the compiler starts looking in <projectname>.System for them. You cannot compile or use any designers. WTF ?!?...more >>



Advice needed: reading image (binary) data from a db, to be placed in an Image control ??
Posted by Denise Smith at 11/20/2003 6:36:55 PM
Hello, I'm wondering if anyone can help me out here? I want to be able to browse records in a database where one of the fields contains an image. I think I might have to extract the image to a byte array, write it to a temp file then refer to the temp file as the URL source for the I...more >>

No Data Exists? Weird field issue.
Posted by George Addison at 11/20/2003 6:10:11 PM
Any idea why I am able to query an Access database OK, but when I try to read field info from records that I know are there I get an error that indicates: "No data exists for the row/column"? Is this a permissions error or a connection issue? Here's my code: Dim sConn As Strin...more >>

datagrid NOT VISIBLE in webform ???
Posted by Chris at 11/20/2003 6:05:34 PM
Hi, I use a datagrid in a webform but the grid is never visible in the browser (only at design-time is it visible). Using it in a Winform : no problem. How come ? Thnx Chris ...more >>

Getting filename with webpage name using Response.WriteFile
Posted by Robert Hanson at 11/20/2003 6:01:24 PM
Hi All, I am using the following: Response.WriteFile(strCompleteFileNameAndPath); Where the strCompleteFileNameAndPath contains something like "C:\\SimpleTest\\Bobtest.doc" and the ContentType is Application/msword. When prompted to save the file, I see the proper file type but the filen...more >>

IE not posting properly?
Posted by Sohail at 11/20/2003 5:48:04 PM
Hey dotnetters, I have an application which goes between pages using postbacks and Response.Redirects. Basically, the flow is like this: 1: Page1: Do some work 2: Page2: Preview your results 3: while(Not satisfied with results) GOTO 1; 4: Page3: Show full output Now I have *alot* of ...more >>

HttpContext in LDASM
Posted by Alexander Inochkin at 11/20/2003 5:30:55 PM
Hi! Could you help me to understand next fact... I open in LDASM System.Web.dll and read: ..method /*060002D7*/ public hidebysig specialname static class System.Web.HttpContext/* 02000051 */ get_Current() cil managed // SIG: 00 00 12 81 44 { // Method begins at RVA 0x...more >>

Reading the cookies in ASP.NET
Posted by priyasree NO[at]SPAM hotmail.com at 11/20/2003 5:07:07 PM
Guys, I am having trouble in reading the cookies in ASP.NET which is written through the classic ASP page. When I write the cookie in ASP.NET and try to read the cookie in ASP.NET it works. But if I write through classic ASP and try to read it in ASP.NET it is not working. Any ideas. Thanks in...more >>

Application recycle on error
Posted by Mr 071 at 11/20/2003 5:02:24 PM
When an unhandled exception occurrs in my ASP.NET application the app pool recycles. It seems to me that this just started happening after some patches have been applied to Windows Server 2003 we are running the app on. This is how I try to handle this, but the code does not work, i.e. the erro...more >>

List of public ASP.NET Sites for argument
Posted by Leigh Kendall at 11/20/2003 4:57:18 PM
Believe it or not, I need to convince a client why we should be using ASP.NET instead of ASP! And they're a Microsoft shop... Anyhow, as a show of "real" evidence, I thought it might be more convincing to the non-technical managers to be able to rattle of a list of very large/busy public sites...more >>

Upload large files to server problem
Posted by Raj Tripathi at 11/20/2003 4:49:51 PM
Hi, I need to upload large files (~100Mb) to the Web server. If I do it the ASP.NET way the server will die, cause ASP.NET buffers the stream in memory. i.e. 10 concurent users will just destory the server :(( Does any one have any idea how this can be done in MANAGED CODE? ...more >>

Finding a browser window ID
Posted by Keith Patrick at 11/20/2003 4:42:08 PM
If I have two browser windows hitting the same application (and they are also sharing a session), is there a way on the server to distinguish the two windows from one another such that I know if a particular request comes from window A or window B? ...more >>

"max pool size was reached" problem again!
Posted by Vladimir Davidov at 11/20/2003 4:30:45 PM
Hello everybody! I realize that the problem, I will ask for solution of, has been posted here once, but none of the replies would actually solve it. So I will try again - there is one project, which was developed in VS2002 and worked fine, no problems were ever encountered. Then it was transfe...more >>

check box styles
Posted by Vic at 11/20/2003 4:17:15 PM
Hi. Is it possible to make web form's check box control (and/or an HTML check box control) to have a thin fixed line for a box instead of a 3d box style. I'd like the check box to look similar to a text box with BorderStyle property set to 'Solid'. When I set BorderStyle to 'Solid' for a che...more >>

My Internet provider does not want to create a virtual directory
Posted by Leszek at 11/20/2003 3:58:13 PM
Hello, I need to implement form based authentication in my WebForm application. When I deployed it I have received the following the error: ========= Configuration Error Description: An error occurred during the processing of a configuration file required to service this request. Please re...more >>

passing paremeter when concume Web Service
Posted by kai at 11/20/2003 3:41:09 PM
Hi, All I try to use a Webservice CustomerOrderHistory to get customer order by passing a "CustomerID". The Webservice works but the following code Dim ds1 As DataSet Dim CustomerID As String Dim svc As New CustomerOrderHistory.Main DataGrid1 = s...more >>

Cross page data: Session, Viewstate or something else?
Posted by Zaccariah Kowalsky at 11/20/2003 3:40:08 PM
Hello, I have a webapp with on each page a "language" drop down list. Now, if I choose X, I want to initialise the drop down list to X. Easy to understand. But what is the best way to do this in ASP.NET? The obvious answer is, I think, the Session object. But one thing annoys me: a session can...more >>

How to send a pop up window from .vb file.
Posted by Lily at 11/20/2003 3:34:43 PM
Hi there, please help on why this is happening: I have tried to the following on my button click event, nothing is = happening, no pop up new window. I could not think of anything wrong = here. '******** Private Sub btnCalculate_Click(ByVal sender As System.Object, ByVal e As = System.Event...more >>

Newbie : Adding an onclick event to server control, prevents postback.???
Posted by drdeadpan NO[at]SPAM yahoo.com at 11/20/2003 3:28:55 PM
Hi, I have a .net page that basically has two buttons on it. Each button when rendered by the server basically seem to have a type of "SUBMIT". What i want is to be able to disable one of the buttons when a user clicks on it and have the server process the operation and then renable it we...more >>

Background Color Problem
Posted by IntraRELY at 11/20/2003 3:19:15 PM
I am having an issue giving a page with a datagrid a background color. Is there something I am missing, I dont seem to have a problem when there is no datagrid and every page there is one I cannot assign a background color. TIA, Steve Wofford www.IntraRELY.com ...more >>

WebClient DownloadFile problem
Posted by Cheri Elkin at 11/20/2003 3:04:49 PM
I recieve the following error when attempting to download a file from our web server to be placed on our hard drive. Any clues as to why I would get this error? By the way, the directory already exists on the hard drive ("c"). System.Net.WebException: An exception occurred during a WebClient...more >>

ASP.NET and Secure Socket Layer
Posted by Leszek at 11/20/2003 3:04:25 PM
Hello, Is there anywhere on the net a simple step-by-step guide how to implement SSL with ASP.NET? My Internet provider enables this feature and I would like to use it to authenticate users on my WebForms. Thanks, Leszek Taratuta ...more >>

Performance
Posted by arndt.blumenthal NO[at]SPAM t-online.de at 11/20/2003 3:02:23 PM
Hi, i implement a ASP.NET-Application for a customer. Every day the customer has the problem, that the first access to the application takes very long. What could be the reason? Thanks for help Arndt...more >>

Javascript location.href not working
Posted by Darin Browne at 11/20/2003 2:57:32 PM
Here is my code created when a page loads the first time: string jScript = @" <script language='javaScript'> var pop = false; function CancelPage() { var ans = false; ans = confirm('Are you sure you want to Cancel and lose a...more >>

Referencing business objects from another application
Posted by spamproof2005 NO[at]SPAM yahoo.com at 11/20/2003 2:42:00 PM
I'm creating a new application that will use/need to refer to some business objects I have in another separate application. What the best way to do this? It appears that adding a reference and pointing to the INETPUB\WWWROOT\MyOldApplication\MyBusinessObject\Bin\BusinessObjects.dll of my othe...more >>

session events problem in asp.net
Posted by Uzi Baruch at 11/20/2003 2:31:08 PM
Hi i have a problem with the session end event on global.aspx class. the problem is that the event never happens, the session ends but the event doesnt raise. does anybody knows why is that ? thanks, Uzi ...more >>

Events in dynamically loaded user controls
Posted by dbloodworth NO[at]SPAM infinitechs.com at 11/20/2003 2:28:23 PM
I have a usercontrol (login.ascx) that is very simple. It accepts input through two textboxes, and then the user clicks an Imagebutton to submit. I have a parent form that checks the page security (security level needed) against current user security (stored in the context object) and if u...more >>

Custom HTTP headers problem
Posted by Shelly at 11/20/2003 2:19:18 PM
hi, I am trying to create a custom HTTP header and trying to access that variable on another ASP.NET webpage. Following is the code base- I use the following code to set the header Response.AppendHeader("MYKEY", "myValue") and do a redirect to SecondPage.aspx Response.Redirect("Se...more >>

Problem with loading UserControls dynamically.
Posted by Sundaresan at 11/20/2003 2:12:57 PM
I've a form where I load two user controls dynamically. User Control-1 has a no.of dropdowns and based on the selection I typically populate a datagrid in the user control-2, Also the I could be loading a different usercontrol-2 based on the selections in usercontrol-1. Also I thought...more >>

Warning: Page has Expired
Posted by bri at 11/20/2003 2:06:26 PM
Hi, I have built an asp.net web app on an intranet, some users are receiving the error below when they navigate back to a search form. The search form postbacks to itself and displays the search results, which you can click on and are sent to a new page through a GET. Some users get...more >>

radio buttons on form grouping question
Posted by Brian Henry at 11/20/2003 2:02:43 PM
In standard VB.NET you can group radio buttons in a pannel or frame and when you click on one in that frame or pannel the others will update relative to the selection so only the one you picked is selected, how do you do this similary in ASP.net? I know there is a radio group but what about a sin...more >>

ClientSide Error Handling...
Posted by Jorell at 11/20/2003 2:02:23 PM
Hi everyone, (Using javascript) Here is my dillemma. I have an Active X control on the page. And in the Page load I access 2 of its properties. The issue is if the user has the option to turn off the downloading of signed Active X controls. If this happens the page throws a Runtime Error...more >>

ASP.NET / windows client switch ?
Posted by Jeremy at 11/20/2003 1:55:53 PM
How can I programatically determine (from some common library code) whether the running environment is ASP.NET webforms or windows client ? ...more >>

virtual directory reference
Posted by Jeremy at 11/20/2003 1:54:20 PM
How do I programatically get a reference to the server directory where the aspx form resides ? eg. "C:\inetpub\wwwroot\myApp". I want to generate some xml cache files in there, or is this not the best place to put such files ? ...more >>

How to keep input value in user controls after postback
Posted by elainsun2000 NO[at]SPAM yahoo.com at 11/20/2003 1:44:58 PM
Hi all, My webform contains a repeater, and every item in the repeater is a user control which contains several textboxes. Each time when the page is loaded, I bind a dataset to this repeater to let the user control know how many textboxes it will display. After a user filling in those textbo...more >>

Retieve InnerHTML from an IFrame on the Server Side.
Posted by L Anthony Johnson at 11/20/2003 1:44:24 PM
Has anyone had any success doing this. I have tried, but the InnerHTML property always comes back as an empty string. L Anthony Johnson ...more >>

Whidbey
Posted by Bilbo at 11/20/2003 1:23:09 PM
Has anyone gotten to look at the new "Whidbey" Visual Studio as of yet? I have a universal subscription and they have offered up Longhorn and Whidbey alpha releases to us and want to know if its worth getting at this point... Any thoughts compared to the current release?...more >>

How to send mail?
Posted by S.Y.C at 11/20/2003 1:22:51 PM
Dear all.. How to send mail by CDO object? and the data is from Datagrid /DataSet / DataTable Thanks SAM ...more >>

Page Title
Posted by Jeremy at 11/20/2003 1:22:14 PM
How do I programmatically change a page title ? Can I remove the " - Microsoft Internet Explorer" suffix IE seems to insist on adding ? ...more >>

Is it possible to...
Posted by Rob Meade at 11/20/2003 1:15:04 PM
Hi all, Might be a little off topic but I thought I'd ask as people here are likely to also use the same software. Within Visual Studio (2003 in this case) you have the 'Start Page' - there are 3 tabs on mine, 'Projects' / 'Online Resources' / 'My Profile', I just wondered whether it was po...more >>

Page Unload Event
Posted by David A. Beck at 11/20/2003 1:08:03 PM
I have a frameset with an index frame and a main frame. The aspx pages in the main frame are loaded based on the hyperlinks clicked in the index frame. In any aspx page in the main frame I want to save the information in the various controls before the new aspx page is loaded. I thought I could ...more >>

Interesting Stored Procedure Problem..
Posted by Bilbo at 11/20/2003 1:01:40 PM
I have a a headscratcher here: I have a form that when submitted should do 2 things when a user enters data and then clicks the Add button. Here goes: 1. Call a stored procedure called AddCompany to insert the company name from the Company Name textbox into the COMPANY table and return the ...more >>

Attaching a Page to a new Session
Posted by Keith Patrick at 11/20/2003 12:59:25 PM
I have an app (A) that has a link to another (B) app that it spawns in a new window. The new window has a link back to app A, opening a third window (let's call it A2). The problem is, I need A2 to act like the same user logged into a clean browser window to app A such that it has a new Session...more >>

Automated Testing software
Posted by Alvin Bruney at 11/20/2003 12:03:29 PM
I'm looking for automated testing software much like rational robot which ideally, i want to point to a website and have it manipulate the webform (clicking, entering data etc) and reporting errors. It would basically test a webpage for functionality and correctness. Rational's model is good but ...more >>

Response Redirect
Posted by Jim Heavey at 11/20/2003 11:57:22 AM
I know that to pass one variable in a response redirect, you format your command line "response.redirect("somepage.aspx?Fred=Male"), but what character to you use to seperate the variables when you want to pass more then one? response.redirect("somepage.aspx?Fred='Male'Tom='Female')...more >>

Reg. CustomValidator Behaviour
Posted by Madhu [MVP] at 11/20/2003 11:45:21 AM
Hi, I have a custom validator in the page along with required validator and compare validator. I also have the validation summary. I am using Client side validation for the custom validator. The required field validator and the compare validator fires sequentialy i.e., if fires on...more >>

web service on a standalone (with no localhost)
Posted by eycheych NO[at]SPAM hotmail.com at 11/20/2003 11:29:53 AM
is it possible to include a web service dll with your application and call its' methods without having an internet or localhost connection? I realize the whole point of web services is the connect thru a server (remotely or locally), but say you've created a big web service dll and would like to...more >>

Passing data to use with client javascript
Posted by Alfredo Magallón Arbizu at 11/20/2003 11:23:09 AM
Hello, I need to pass the contents of a dataset to the client in order to use these contents with javascript. What is the best way to achieve that? Normally I use controls like a grid or text boxes and then I read the values using javascript objects. Any other ideas? Greatly appreciate...more >>

Simple newbie questions
Posted by Jeremy at 11/20/2003 11:14:22 AM
What is the generally accepted way to call one webform from another ? I have found server.transfer and response.redirect but these lose the calling window. How do I programmatically change a page title ? Can I remove the " - Microsoft Internet Explorer" suffix IE seems to insist on adding ? ...more >>

Declaration Expected?
Posted by D. Shane Fowlkes at 11/20/2003 10:39:30 AM
Still learning ASP.NET....(and I was getting so good with classic ASP too!). I'm trying to connect to a SQL Server using a simple connection script. I've checked 2 different books and looked at www.asp.net and still cannot get past this "error". Can anyone see the error? This <script> examp...more >>

Upgrade to .Net 1.1?
Posted by Lew at 11/20/2003 10:36:37 AM
I have VS.Net 2002 Enterprise Edition and .Net 1.0 installed. Am wondering if I can upgrade to .Net 1.1 without causing compatability problems with VS.Net 2002? Can't affort the upgrade to VS.Net 2003 Enterprise Edition yet... ...more >>

Invalid Viewstate & IE Mac
Posted by Jeremy Brown at 11/20/2003 10:16:39 AM
I have developed several ASP.NET applications, and keep coming across the problem where I get the Viewstate is invalid or corrupted exception for IE 5.0 for the Mac and some older versions of IE for the PC (IE 4). I am not updating the site when these errors occur nor are the applications running...more >>

Globalization of ASP.NET applications problem
Posted by Rob Garfoot at 11/20/2003 10:15:34 AM
I'm hoping someone here can help with this one as I've been looking all around for a solution to this and I've yet to find one that is satisfactory. I'm trying to add support for different languages to my ASP.NET project. I have read the docs in MSDN and several sites and newsgrops but st...more >>

ASP returning very slow
Posted by TW Scannell at 11/20/2003 10:14:08 AM
Hello, I am just learning ASP.NET, so forgive me if this really a no-brainer error. I have a ASP page with two buttons and a text box Button1 simply populates a counter from a session variable. If I press it the Session variable gets incremented and displays the value immediately. Button2 r...more >>

RegularExpressionValidator help
Posted by mdengler NO[at]SPAM go.com at 11/20/2003 9:56:03 AM
I'm hoping this is simple. All I want to do is to make sure that a / (slash) is not entered into a text box. here are some of my failed attempts: ValidationExpression="\w[^\/]" ValidationExpression="\w[^/]" ValidationExpression="^/" ValidationExpression="[^/]" ValidationExpression="w[^/]"...more >>

Problem in crystalreport viewer
Posted by dpattabi NO[at]SPAM saipeople.com at 11/20/2003 9:47:30 AM
Hi!!!!!!!!!! I am developing .net project without using visual studio.net environment. I have created a report in crystal reports 9.0. I have written my code in c# to export and open the report. My export is done perfectly where as my crystal report viewer part, gives me the follow...more >>

Determining the length of text
Posted by blue at 11/20/2003 9:38:57 AM
I have a table that I want to have a set width and height. The table has a title and the text may be larger than the width of the table. If the text is too large to fit into the table, it either line breaks or stretches the width of the table depending on how large a word is. For example, "...more >>

Control.PreRender
Posted by Adrijan Josic at 11/20/2003 9:11:37 AM
Am I right to think that PreRender event on web controls doesn't trigger if the control is invisible?...more >>

Session Variables
Posted by Jim Heavey at 11/20/2003 8:43:28 AM
How would I iterate over the session varriables listing all the names of the session variables which currently exist? Why would it be that if I set a session variable and then immediately redirect to another page, why would the session varriable not be in existence? Thanks in advance for...more >>

Controls not showing up on the browser
Posted by Marcelo at 11/20/2003 8:40:35 AM
We have been commercializing our .NET web app for two years. Last month, one of our new customers reported that they cannot see any controls on the browser. Example, every time they connect to the login page, they do not see the text boxes for user name and password as well as the button t...more >>

Save As
Posted by kgs at 11/20/2003 8:23:07 AM
How can i disable "Save As" browser menu item under File? thanks...more >>

ShowDialog()
Posted by Peter Morris [Droopy Eyes Software] at 11/20/2003 8:00:49 AM
Hi all In a win32 app I quite often have the following scenario. 1) User is entering data on a form (purchase order for example) 2) Half way down the form there is an entry required for a related table (Customer) 3) User clicks a [...] button next to the entry to select the customer. 4) A ...more >>

ASP.NET: One Solution: Simple HTML and Form Components Do Not Display in Browser
Posted by kjackson NO[at]SPAM wispwest.net at 11/20/2003 7:59:46 AM
Took me FOREVER to find a solution to this, so in case anyone else has the same problem, here is what worked for me... PROBLEM: Creating simple ASP.NET application - web form (newbie, first ASP.NET app). Added some Response.Write code or similar output to the Page_Load method. Nothing display...more >>

populating listbox using jscript and not postback
Posted by katzavital NO[at]SPAM hotmail.com at 11/20/2003 6:55:28 AM
Hi, I have 2 listboxes. The first gets populated from the db as soon as the page loads. The second listbox get populated based on the user's selection from the first listbox. However, currently the code is such that with each selection there is a postback. We want to avoid it using filter a...more >>

Dataset Caching on local machine????
Posted by ALPO at 11/20/2003 6:35:36 AM
Is it possible to cache a dataset on the local machine through asp.net?...more >>

FindControl in Invisible column
Posted by John at 11/20/2003 5:02:08 AM
Hi, I have a datagrid with 3 columns. I use buttons to set the visible property of each column to true or false depending on which column I need to see, creating a TabControl effect. The only problem is when I come to save the data, the FindControl method won't pick up any controls in c...more >>

shortcut keys in asp.net
Posted by kaanoezturk NO[at]SPAM yahoo.com at 11/20/2003 4:59:50 AM
hi, how can i use key events in asp.net. there is a "accesskey" shortcut tag but you have to press the alt key on the keyboard with the shortcut simultaniously. can i do this without alt key? KaaN...more >>

i want to not save the view state
Posted by Adrijan Josic at 11/20/2003 4:43:34 AM
I have a bunch of user controls that contain TextBoxes, Repeaters and so on. Some of the user controls even contain other user controls. The user controls also usually have some of their properties saved in viewstate. What I need is: if a user control is not visible it shouldn't save it's ...more >>

vbs question
Posted by Ana Rita at 11/20/2003 3:37:33 AM
Hello to all. I'm trying to create a word document, with this code in vbs. Set oWord = CreateObject("Word.Application") With oWord .documents.add(strPathDoc), true Then I use the ..ActiveDocument.Bookmarks("xpto").Select ..Selection.TypeText "Hello" To po...more >>

aspnet_setreg error with v1.1
Posted by Andy at 11/20/2003 3:18:20 AM
Hi all, I am trying to use aspnet_setreg to encrypt a user name and password to be used in the sessionstate section of my web.config file. I have the various knowledge base articles from Microsoft on the subject (329290 and 821616) This is in a Windows 2003 Server environment, with .Ne...more >>

Programmatic use of SetVaryByCustom
Posted by DV at 11/20/2003 2:02:27 AM
Has anyone experienced any problems with the use of Response.Cache.SetVaryByCustom within their code? I have page which is set to cache the contents for a certain time (time varies depending on url) Response.Cache.SetCacheability(HttpCacheability.Server); Response.Cache.SetExpires((Date...more >>

Office Document Viewer
Posted by Yavuz Bogazci at 11/20/2003 1:34:12 AM
Hi, i am searching for a WebForm Component or a Way to show Word, Powerpoint and Excel Files in an Viewer on the ASPX Page. Is this possible? How can i do that or which Component can is use? Thanks Yavuz Bogazci...more >>

Hello EveryBody
Posted by vijayakumar_gs NO[at]SPAM hotmail.com at 11/20/2003 1:31:46 AM
Hello, We are developing erp model web application using asp.net. we are keeping dataset values in session objects while the pages navigation. within very few minutes the session getting expired. i need the solution for that at the earliest. Thank U With regards vijay.gs ...more >>


DevelopmentNow Blog