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 > march 2004 > threads for thursday march 25

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

Double open dialog when downloading Excel file from ASP.NET.
Posted by Lowell at 3/25/2004 11:36:06 PM
I'm trying to stream download an excel file from a web server. When the "Open/Save/Cancel" dialog comes up, clicking "Save" will save the file just fine. But, clicking "Open" will result in another "Open/Save/Cancel" dialog which I also have to click "Open" on. What gives with the double dialog ...more >>


URL showing username and password....? Please help
Posted by Rudi Ahlers at 3/25/2004 11:20:18 PM
I got an ASP site, which displays anything from forms, even the username and password in the address bar. How do I tell it not todo that? -- Kind Regards Rudi Ahlers +27 (82) 926 1689 For as he thinks in his heart, so he is. ... (Proverbs 23:7) ...more >>

CSS and the Data grid control....
Posted by Ram at 3/25/2004 11:11:47 PM
Is it possible to control the appearence of data grid control using external style sheets ? If so, what should be the syntax ? Thanks, Ram ...more >>

passing a string to an int??
Posted by DaveF at 3/25/2004 10:50:39 PM
I am not sure how to pass the variable. It seems to need an int, but if I try to pass an in, it drops the commas Dim dr As SqlDataReader = appGen.AppInfoBuild("1,2,3,4") Public Function AppInfoBuild(ByVal appVals As String) ' Create Instance of Connection and Command Object Dim myCo...more >>

Hyperlink column in dg not firing itemcommand event?
Posted by Karen at 3/25/2004 10:15:09 PM
Hi, In one of our datagrids we have just added some hyperlinks. One is plain, the other is a template control. Neither seems to fire the itemcommand event when clicked. The handler is specified in the html view, and we have buttons on the grid that do fire the event. Is this normal that hy...more >>

Dropdownlist value
Posted by William Ortenberg at 3/25/2004 10:03:53 PM
I'm using a dropdownlist, and upon a click of a button object, I want to process the value selected. Yet, DDL.SelectedItem.Text is an empty string, though an item was selected (Index = 0). Am I missing a setting somewhere? ...more >>

Optimizing Performance
Posted by Muckeypuck at 3/25/2004 9:43:06 PM
Aren't web controls by their very nature bad form? I mean considering 99.9999 percent of the web control examples could be done client side, wouldnt it be better to do them client side? When i think about all the asp.net examples ive seen on these boards doing things like hiding panels etc it ge...more >>

Access is denied
Posted by Morgan at 3/25/2004 8:52:46 PM
Somthings gotta give as the fun has ended... Win XP Pro SP1 IE 6, all Hotfixes applied The assembly listed below is in the GAC, but error has listed other referenced assembilies, including projects in the solution. I can do builds for a while, then BAM!, I get this error and have to reboot. F...more >>



Creating Thumbnails on the Fly
Posted by Amy Snyder at 3/25/2004 8:11:02 PM
I have a ton of pictures that I want to display on a personal site. I used to create the thumbnails in photoshop and upload both the thumbnail and original to my web server. I would like to automate this process in order to make it less time consuming when I update my pictures. Here's my tho...more >>

Questions About A Blank DataGrid...
Posted by Frank Buchan at 3/25/2004 7:21:59 PM
This is an odd one. I have an application (rather large) that has a page where data from a single dataset binds to two controls. The one control is a Calendar control, which binds to the dataset directly. The other control is a DataGrid, which is bound to the same dataset, though it is filtere...more >>

Prevent SQL Script Injection
Posted by Johnny Luner at 3/25/2004 6:44:48 PM
I read an article about SQL Script Injection, it teaches me how to prevent it using old fashion ASP: String: p_strUsername = Replace(Request.Form("txtUsername"), "'", "''") INT: p_lngID = CLng(Request("ID")) How about C# in .NET? Any suggestions? Thanks. ...more >>

Outputting large html reports
Posted by Pavils Jurjans at 3/25/2004 6:36:04 PM
Hello, I have a question regarding what would be the suggested practive in the following problem: I am about to create a report generation library. This library would take html template and use data to populate this template many times, thus createing long multi-page html code. Now, I want ...more >>

Displaying Exceptions in ASP.NET
Posted by Mike Hixson at 3/25/2004 6:07:04 PM
Hi, In my application I have a lot of functions that use a try.. catch to to write execption info to a label at the top of my page. Is there anyway that I could do this at a page-level, instead of a try..catch in every function. My goal is to allow users to see the execption (like "you cant de...more >>

Compatibility of ASP.Net asn nonMS browsers
Posted by Al Reid at 3/25/2004 5:40:23 PM
I have been told that the site I set up using ASP.Net is non-functional when accessed by Netscape and Mozilla browsers. Is this a known issue or have I done something stupid? TIA. -- Al Reid "It ain't what you don't know that gets you into trouble. It's what you know for sure that jus...more >>

return more then one value from a class
Posted by ericvdb at 3/25/2004 5:29:40 PM
Hi all, supose i send 3 values to a function which resides in a class. I want to work with those 3 numbers and return for ex 2 values. i send value A, B, C to my function and it has to return Y=A-B, Z=C+Y I know how to return 1 value. How can I accomplish this? Eric ...more >>

quick question about page template
Posted by suzy at 3/25/2004 5:26:39 PM
hello, i have implemented a page template. ie: i have a template class which my asp.net page inherits. i have tried to set a PageTitle property on my template class but it doesn't work because the title property gets called after the page is "rendered". This means that the aspx page is ren...more >>

focus problem
Posted by Alex Wagner at 3/25/2004 5:22:01 PM
We are working on a large C# .NET application and have recently run into this very strange problem on two different pages created by two separate developers: - The pages contain multiple textboxes, dropdowns, etc. - there is one textbox.focus() javascript on the pages -- inserted via the page...more >>

HTML check box stays checked once come back from server....
Posted by RSB at 3/25/2004 5:14:28 PM
Hi, i have the code attached down. i am using this HTML Check box and have it set up runat server. Now if once we select this checkbox and subit the page after that if keeps the Checkbox checked all the time. For somereason the next change is the State is not getting reflected or handled proper...more >>

Best practises fro updating live sites
Posted by SamIAm at 3/25/2004 5:10:19 PM
Can anyone recommend any good articles on best practices for updating live asp.net websites Thanks, S ...more >>

Proxy and Site Updates
Posted by SamIAm at 3/25/2004 5:05:03 PM
Hi There I am having to a problem uploading modified content (images, css, js) Proxies seem to be caching the content and the only way I can force the proxy to download the content again seems to be to rename the extenions like image.gif to image.gif?NC or style.css to style.css?NC It is ...more >>

browse - don't turn back
Posted by Marcos MOS at 3/25/2004 4:55:21 PM
Hi there! How Can I forbid my user to turn back the pages that he has just visited in a browse? Is it possible? Like, cleaning his web historic... thanks so much Marcos ...more >>

Enable Users To Format Text
Posted by Jim Stevenson at 3/25/2004 4:52:32 PM
What does it take to enable users to change the appearance of text through a browser (e.g., change font size, font face, color, indentation, etc)? For an example of what I'm inquiring about, you can see it on many of the free Web-based e-mail editors. thanks. ...more >>

How to encode some data as Base64?
Posted by les at 3/25/2004 4:30:29 PM
I have to create an xml file that will include a field that must be base64 encoded. This field will be later displayed as a word doc, (it will be given a .doc extension) although it is actually a databound asp page showing a job description. I think what I need to do is convert the asp page t...more >>

Does anybody know how to embed an image into a mail?
Posted by xs at 3/25/2004 4:20:19 PM
Hi does anybody knows how to embed an image into a mail without using 3rd party software? Thanks ...more >>

How to nav. to a specific page after login page,not default.aspx
Posted by Paul at 3/25/2004 4:11:06 PM
I have this working somewhat but need to figure out how to do the following, using Forms authentication mode I have start pag link1--goes to another pag link2--goes to login page-goes to default.aspx if username and password is in the web.config fil need to ad link3--goes to login page-then go...more >>

Repost: Why can't I add an event from another event handler?
Posted by James P at 3/25/2004 4:05:13 PM
TextBox txtCondition; DropDownList ddlLevels; DropDownList ddlPriorities; Button btnSearch; private void btnSearch_Click(object sender, EventArgs e) { if (ddlLevels.SelectedItem.Text == "1") { ddlPriorities.SelectedIndexChanged += new EventHandler(this.Priority1handler) ...more >>

Magically changing content
Posted by Assaf at 3/25/2004 4:05:03 PM
Hi all, I'm programming a survey with multiple-choice responses implemented as radio buttons. The quirk is that questions should be added or taken out according to the user's response. If the user answers "1" to question 7, magically questions 7A, 7B & 7C should appear under 7A and 'push' t...more >>

showing complex business objects in datagrid
Posted by Jon Paugh at 3/25/2004 3:53:55 PM
So say I have a collection of instances of object A's. Now each object A has a reference to an object B. If object A has a property called "Description" I can get at it in a datagrid bound to my collection of object A's using: <%# DataBinder.Eval(Container.DataItem, "Description")%> ...more >>

Good Book !
Posted by MSNews at 3/25/2004 3:19:51 PM
Anyone reccomend a good ASP.NET book ( by personal experience ) which as a good section on configuring security/publishing to IIS. + all the other design stuff one needs WRT ASP.NET Thanks in advance ! ...more >>

Session or Cache(ing) of DataSet?
Posted by Mike Lambert at 3/25/2004 3:09:02 PM
I want to be able to persist a dataset over multiple page request and different pages. What is the difference between using Cache and Session to do this? ...more >>

ByVal and objects
Posted by Harry Simpson at 3/25/2004 3:06:22 PM
I've been going over the MS Application blocks and saw a sub procedure which did not appear to change the value of the object passed in so i could'nt figure out how the object's value got changed. A friend here told me that what was going on was that if an object is passed into a sub even if ByV...more >>

Programmatic file upload to web server
Posted by Raghu at 3/25/2004 3:06:06 PM
I need to programmatically upload some files (may contain binary data) to internal web servers. These are not exposed to internet. I am looking for a solution that would enable me to do this. I checked out HtmlInputFile control. It is geared towards interactive users. I am looking for a progra...more >>

System.Web.Cache Question
Posted by Scott Meddows at 3/25/2004 2:50:55 PM
I need to cache a large collection of object (that expires and can reload) in a webservice for performance reason. I want the data to presist over different users so I can't use the context.cache object provided. So, I created a new instance of the cache object myself. However, I am having p...more >>

action = page.aspx
Posted by LIN at 3/25/2004 2:40:37 PM
How do I submit a ASPX form to lets say thankyou.aspx? I tried writing in the action attribute of the form tag but it seems to submit to same page only. What am I doing wrong here? Thanks LIN ...more >>

My web application ends even though no exception has been thrown.
Posted by Peter Strøiman at 3/25/2004 2:31:52 PM
Hi. I have a complex web application. Actually it's an application server that uses xml over http ( it's not SOAP ). The xml is handled by an asp.net page and calls the framework. My problem is that after the asp.net page is done executing, the web application terminates. I placed a line wi...more >>

Session Cookie
Posted by Al Reid at 3/25/2004 1:55:59 PM
I have a simple web site with open access that does not require the user to log in, fill out ant forms, etc. Is there a way to prevent ASP.Net from generating and sending Session Cookies? TIA, -- Al Reid "It ain't what you don't know that gets you into trouble. It's what you know for s...more >>

Microsoft.Data.Odbc
Posted by Andre at 3/25/2004 1:54:37 PM
Hi, I have a problem with my site. The site is working fine since last year, and today we change our Web Server (from Win2000 to Win2003 Ent) and my site is not working on the new server, a receive the following error. File or assembly name Microsoft.Data.Odbc, or one...more >>

Another redirection question
Posted by Paul at 3/25/2004 1:51:06 PM
Hi, I am trying to setup a program where instead of the application starting with a login page and then being redirected to the start page after login, the application opens for all with several links, and if the user selects a specific link, then they go through the log in procedure. Not sure if ...more >>

user control stylesheets
Posted by Jill Graham at 3/25/2004 1:40:58 PM
Hi, I have an asp .net page which includes several custom user controls. Each user control has its own template (.ascx file) Now, I want my graphical people to be able to add a link to a stylesheet file on top of the template file. This link should then be included in the head section of th...more >>

Dynamic creation of user controls
Posted by Jill Graham at 3/25/2004 1:40:10 PM
In the page_onInit sub of my page, I'm adding user controls dynamically using following code : newControl = page.LoadControl("~/modules/footer.ascx") page.controls.add(newControl) In what state is the control I added ? The control has been initialized, loaded, rendered ? Jill ...more >>

params refence wrong textboxes on webform?
Posted by Rich at 3/25/2004 1:13:11 PM
Hello, I have a test aspx page with 2 textboxes which will update an Access mdb table (which contains several fields but I work with the following fields): txtID, txtCity, txtZip I set param0 to txtID, param1 to txtzip. Then I enter data in the textboxes (txtID and txtZip) to update t...more >>

Displaying a GIF
Posted by sing at 3/25/2004 12:51:05 PM
Hello All I was wondering how one can display a GIF image while processing is being done in the background for better user experience Any tutorials/references Thanks!!...more >>

why these character substitutions?
Posted by Mike at 3/25/2004 12:33:20 PM
I found some code that writes text entries to an XML file. Part of the logic includes a call to a method that processes every single character prior to being written out to the XML file (see the code below). I'm just wondering what the benefit is of making the substitutions made by this logic. ...more >>

Display contents of text file in the Browser
Posted by amcniw NO[at]SPAM yahoo.com at 3/25/2004 12:09:51 PM
My web app starts a process on a separate thread that is long running while I display the user a please wait page. This process writes continuously to a log file. It would be a good idea to display its contents in the wait page so the user knows something is going on. I tried the following in th...more >>

most efficient way to convert data type
Posted by TS at 3/25/2004 11:43:30 AM
I belive for primitive types, it is must efficient to use convert.toXXX() instead of the ctype. How does the DirectCast differ? How does parse differ? Say I have the following code to assign the value from a textbox to a datetime variable: dim x as datetime = txtDate.text I'm wonderin...more >>

cant find cookie file
Posted by Paul at 3/25/2004 11:26:05 AM
Just had a question I set up the path as c:/ and file name for the cookies file in the web.config file, but I can not locate the cookie file after running the web app. Is it hidden, do you know where it is normally stored? I am running a .NET app just using my machine, and am using entries in t...more >>

setting field value in a DataRow to Null
Posted by Nikhil Patel at 3/25/2004 11:16:44 AM
Hi all, I need to set a field value of a DataRow to null(SQL Server Null equivalent) in C#. I tried following but it gave me an error: rowProposal["TotalCost"] = DBNull; The error: 'System.DBNull denotes a class where a variable was expected. So How can I set this field to SQL Server Nul...more >>

Serializing objects to State Service
Posted by Mark at 3/25/2004 10:56:14 AM
We have written an asp.net app to use the Session object and will be using a web farm, therefore we are going to use out of process serialization using the asp.net state service. We have a question as far as object references go within our objects that will be serialized in session. Here's ...more >>

Putting values in the Session, boxing & unboxing
Posted by Bob at 3/25/2004 10:54:24 AM
Given that the HttpSessionState's collection takes in object type, is it better to define types that need to be stored in the collection as class rather than struct? ...more >>

Convert web page to Image
Posted by Itai Rechnitz at 3/25/2004 10:52:57 AM
Hi everybody! Does anyone know how can I, using a URL of a web page, load this page to the server and display it as image, meaning that the whole page will be displayed to the end user as a jpg screenshot. Thanks! Itai ...more >>

Session space on a server...
Posted by +The_Taco+ at 3/25/2004 10:50:41 AM
We have just deployed an ASP.NET application on a server, wich is a Pentium 4. The thing that bugs me is that we have one big session per user when they log on to our site. Each sessions can contains a collection of 4000 items, so I was asking myself what would it do if 1000 user logs on to...more >>

Finding a control in the HEADERTEMPLATE of datagrid.
Posted by Dave Mack at 3/25/2004 10:26:00 AM
I have added a control in the headertemplate of a datagrid. it's a dropdownlist control. What I want to be able to do is populate that control based on some data. My problem is that I can't access the control. I tried: DataGrid1.FindControl("frmpriority") and (DropDownList)DataGr...more >>

Determining all session variables?
Posted by Steve Caliendo at 3/25/2004 10:23:15 AM
Hi, Does anyone know a way to find out what the value & name of all session variables currently are? I have an app that has about 50 or so, and I don't want to query each one individually. Some sort of loop around the seesion collection ? Thanks, Steve ...more >>

Panels, nested panels, speed
Posted by Paul at 3/25/2004 10:18:43 AM
I've got a page that is fairly complex with a bunch of DDLs and a RTE and buttons/labels. I noticed that it loads exquisitely slowly and it's not due to the size of the recordset. It to be very slow to draw the controls and I'm wondering if I've shot myself in the proverbial foot by laying it ...more >>

HTTPModule(s)
Posted by Girish at 3/25/2004 10:13:29 AM
Ive implemented a HTTPModule for my website. My problem is that my website is divided into two sections. One graphical version and one text only version. Both contain aspx files and the site is organized in a rather complex way with the text only and graphical versions of the pages all reside to...more >>

aspnet local password
Posted by bsleek NO[at]SPAM midatlanticcorp.org at 3/25/2004 10:04:52 AM
How do I find the aspnet local password when my machine.config is set to AutoGenerate? I need to login to my local host as this user. Thanks for your help....more >>

get picture dimensions of uploaded picture file
Posted by Kruno at 3/25/2004 10:03:29 AM
HI DEAR DEVELOPERS ! :)) If anyone has 1 minute to explain me something : > How to find out the width and height of a picture that has been uploaded through HTML inputfile control to the Server ? I would really appreciate if you would write me some code, not only explain me > THNX...L...more >>

Keeping State in Tables
Posted by Michael Schnell at 3/25/2004 9:59:36 AM
I've got a "Stock order form" that I need to create for an ASP.Net application. What the client is looking for is basically a table that has 25 lines. There will be a 2 text boxes on each line, 1 for the user to supply part number and one for the user to supply quantity. This will allo...more >>

asp.net variable in javascript
Posted by Nikhil Patel at 3/25/2004 9:16:50 AM
Hi all, I want to access a asp.net variable from Javascript. I tried the following line in Javascript but it did not work. sAccountNo is the ASP.Net variable I need to access and store its value in a Javascript variable. var AccountNo = "<%= sAccountNo %>"; I also tried the following lin...more >>

Application programming Development In web
Posted by codelearn2000 NO[at]SPAM yahoo.com at 3/25/2004 9:16:20 AM
I have an application programming (accounting system) which is developed in VB 6.I want to port this application into web enviroment. I don't know which language is best suit to write this application in web form. Java , PHP or ASP NET which will be the best option....more >>

Many concurrent users of site using XPathDocument and XslTransform objects efficiently?
Posted by Novice at 3/25/2004 7:51:12 AM
Hi all, I've just finished writing a website using aspx pages (with VB behind) and it seems to be working adequately, except that I anticipate that it will become fairly slow as the number of concurrent users (up to possible 1000) start using it - no surprise. However, now my job is to try to...more >>

how to count files on disk.
Posted by smen at 3/25/2004 7:51:11 AM
hiye, how do i count files e.g image file on my folder. i want do list out a list of images into small tables. but before i do that i would like to know the total file 1st. can that be done smen...more >>

messagebox in ASP.Net
Posted by Anoop at 3/25/2004 7:36:10 AM
I am getting this error message when I run Aspx form of a Visual Basic .Net Applicatio "It is invalid to show a modal dialog or form when the application is not running in UserInteractive mode. Specify the ServiceNotification or DefaultDesktopOnly style to display a notification from a service app...more >>

Web page calling web service; Concurrency problem?
Posted by tale NO[at]SPAM juno.com at 3/25/2004 7:34:06 AM
Hello all, I'm writing an ASP.NET web page that will call a web service. Another developer here stated that he believed that due to the System.Net connection limit being set to 2 that only two connections can be made from the web page to the web service. We are expecting many concurrent pag...more >>

Assembly references?
Posted by Roy Chastain at 3/25/2004 6:55:20 AM
How do I put a reference to an assembly in to a C# aspx or global.asax page. I am trying to import a name space, but the name space is not found because of the lack of the reference to the assembly that defines it. Thanks ------------------------------------------- Roy Chastain KMSystems, In...more >>

Dynamically populating Placeholder?
Posted by Ben Arthur at 3/25/2004 6:18:54 AM
Hi, I have a html<input> of file type and i would like the user to upload multiples times using the same input.so i would like to clear the input.PostedFile.FileName eveyrtime they click on say a button, n then show the filename in a placeholder(is that the best option or will a label do?), and...more >>

Calendar control
Posted by jorge at 3/25/2004 5:36:10 AM
Hi all, Can I get the calendar not to autopostback om choosing a date, it's alright when changing months but not on choosing dates. Also, is there a way to disable all dates before the 'tomorrow' date? Thanks, / jorge...more >>

RequiredFieldValidator
Posted by William Ortenberg at 3/25/2004 5:09:37 AM
I use an RFV, but don't want validation performed if I click a particular button ('Cancel'). How can I bypass the validation? ...more >>

When static class member initialized in asp.net?
Posted by Adam Smith at 3/25/2004 5:08:52 AM
If I have a utility class, let's say BankAccount and I have a static class member "double balance" which is initialized in a static constructor to 0, does this class member exist for the lifetime of my asp.net application? Or, is it initialized every time my application is hit on from a web p...more >>

Multiple sessions and forms-based authentication
Posted by Rob at 3/25/2004 4:51:07 AM
I have an ASP.NET application that uses forms-based authentication. A user wishes to be able to run multiple sessions of this application simultaneously from the user's client machine The web.config file is configured as such <authentication mode="Forms"><forms loginUrl="Login.aspx" protection="...more >>

Debugging ASP.NET applications
Posted by Ollie at 3/25/2004 4:16:05 AM
Hi I get an error when I try and debug ASP.NET apps in VS.NET. "Unable to start debuggin on the web server. The debugger is not properly installed. Run setup to install or repair the debugger. Where do I install from?...more >>

State Server installation
Posted by Thomas Wrobel at 3/25/2004 3:53:32 AM
Hi, is there a way to install the ASP.NET State Service stand alone? I intend to run the service on our database-server and do not want to install IIS on that machine. When I choose to install ASP.NET on my W2K3-Server it chooses to install all the stuff necessary to run a ASP.NET applic...more >>

Capture web page state
Posted by Maziar Aflatoun at 3/25/2004 3:52:53 AM
Hi everyone, I'm interested to know if it's possible to capture a web page state in ASP.NET so that you can come back to it. For example, I have a Datagrid with sort turned on individual columns. This Datagrid displays Company Addresses. Now lets say the user click on Sort Datagrid by Conta...more >>

Equivalent for Eval function
Posted by gogaz NO[at]SPAM rediffmail.com at 3/25/2004 3:48:37 AM
Hello there, I have a form with nine textboxes named as txt1, txt2, txt3.....txt9. I would like to populate these boxes with values from database. how can i do this in Page_load sub? i mean in client side javascript, u can use eval function like :- for(i=1;i<10;i++) { eval('document....more >>

Get Windows Authentication Box when Browsing to Page
Posted by newgenre at 3/25/2004 2:46:42 AM
Hello. I'm a newbie to VS.NET, ASP.NET, and IIS. I just installed VS.NET and IIS and created a simple .htm in VS.NET under asp.net web applications, then installed IIS. I plan to use IIS as my web server on the internet (Win XP Pro) Anyways, IIS sees my site just fine, but when I try to n...more >>

C# syntax
Posted by VC at 3/25/2004 1:44:50 AM
I am new to both C# and ASP.NET. I want to convert the VB.NET codes below to C#: Dim localColor As System.Drawing.Color localColor = CType(ViewState("labelColor"), System.Drawing.Color) I got an compilation error when I try the following code: System.Drawing.Color localColor; localColor = (S...more >>

ClassLib: Accessed Denied (Intermittent)
Posted by George at 3/25/2004 1:23:47 AM
VS.NET 2002/VB In my dev environment, every ten or so times that I build-and-run my Web app, I get an "Access Denied" on my ClassLib. When I rebuild the ClassLib, I can then build-and-run my app another ten or so times, and then I get the "Access Denied" message again. Once again, I have to reb...more >>

Problems with DropDownList
Posted by Michael Strid at 3/25/2004 1:21:07 AM
I've been experiencing problems with getting the selected value from a DropDownList. I'm using a codebehind-solution and I'm filling a DropDownList with ListItems in the Page_Load method and all works fine. The problem arises when I try to get the selected item in the DropDownList in an event handle...more >>

Call asp.net subroutine from javascript
Posted by ca NO[at]SPAM sodiplan.be at 3/25/2004 12:39:22 AM
Hi, I'm trying to call an asp.net subroutine from a javascript function. Does anyone have got the solution and an example? Thanks in advance!...more >>

Can't open database file
Posted by Jon Cosby at 3/25/2004 12:32:27 AM
I'm unable to open an Access database. When I try to access it I get the message "The Microsoft Jet database engine cannot open the file C:\Databases\Joes.mdb'. It is already opened exclusively by another user, or you need permission to view its data". I have the userName set to "System" and t...more >>

uploaded FILES to server problem!
Posted by jax at 3/25/2004 12:31:37 AM
HI DEAR DEVELOPERS ! :)) If anyone has 1 minute to explain me something : How to find out the width and height of a picture that has been uploaded through HTML inputfile control to the Server ? THNX...Long live ASP.NET :)) ...more >>

***HELP***Dynamically Render server controls****
Posted by jax at 3/25/2004 12:23:33 AM
Hi ALL !! I have to programatically render certain numbers of HTML inputFILE controls. I know that the code for that is: Dim control As Control = FindControl("Form1") For i = 1 To 10 Dim file As New HtmlInputFile() control.Controls.Add(file) Next This produces stream of 10 con...more >>


DevelopmentNow Blog