| Thread | Last Post | Replies |
|
| Losing session variables | 21 Mar 2006 17:32 GMT | 2 |
I have developed a web application which is using localization files. Once the user selects a different language then the original one the session variables are lost after 7 seconds. Otherwise the session variables are kept for 20 min as set in the web.config file. The
|
| EXECUTE permission denied on object 'sp_sdidebug', database 'maste | 21 Mar 2006 17:16 GMT | 7 |
Hi guys, this is a curios thing, everything was working fine then I had to restore my development machine( VS.NET, SQL server etc) now I'm receiveing this error from my asp aplication only in RELEASE mode, but everything works good in
|
| Session & Service keywords conflict.... | 21 Mar 2006 17:03 GMT | 3 |
I am a current ASP developer. I have files: ServiceClass.asp & SessionClass.asp which are included in many of my asp files. Then they call objService = New Service (by using the Class Service from ServiceClass.asp file).
|
| ASP.NET 2.0 DataBind Object To Form Element | 21 Mar 2006 17:01 GMT | 12 |
Is there any way to databind the properties of a business object, like an Employee, to fields in a form in asp.net 2.0? cmay
|
| Excluding page authorization in a form authentication directory | 21 Mar 2006 17:00 GMT | 2 |
I am a page that sit on a form authentication directory, but I have 1 or 2 pages that don't require form authentication, also I have a web service class in this directory as well, I am wondering how can I exclude those aspx and asmx from form authentication?
|
| How to get the connection string from a text file | 21 Mar 2006 16:46 GMT | 2 |
The company I work is considering to use the Enterprise Library (january/2006) Data Data Access Application Block. The problem is an internal policy that forces all company systems to get the connection string from a text file that already exists in the network.
|
| ASP.NET 2.0 Form Security Error | 21 Mar 2006 16:43 GMT | 2 |
I've the following code in my web.config - <authentication mode="Forms"> <forms loginUrl="Login.aspx" protection="All"
|
| Repost: How to determine ID of object in custom web control | 21 Mar 2006 16:41 GMT | 1 |
Sorry about the repost... but my original post had funky characters that was causing it to get truncated. I've got a rather simple custom web control that has an object delcared as HtmlControls.HtmlInputHidden. I set the ID = 'PageNo' and the Name
|
| Session Variables in Static Objects | 21 Mar 2006 16:35 GMT | 2 |
I am considering storing my session variables within one static object with session scope. The static object will be a class with accessor functions to get and set the equivalent session variables stored as member variables. This will allow strong typing. Apart from the
|
| revalidate on textbox's lost focus?? | 21 Mar 2006 16:35 GMT | 1 |
I have a asp:textbox which I've applied a javascript function to strip off all non-numeric chanarcters. The js function is triggered with the textbox's onblur attribute. I also have a rangevalidator to make sure the value entered is numeric and is between 1 & 999999.
|
| SQL express vs SQL developer | 21 Mar 2006 16:28 GMT | 2 |
I instal visual studio 2005 without express edition of SQL server. I had instal developer edition before. In the web.config it had this connection string: <add name="LocalSqlServer" connectionString="Data
|
| Getting the true URL from an .asp site | 21 Mar 2006 16:22 GMT | 2 |
The website allows you to search information by date, but it hides the true POST data for the entire URL. I am trying to write a script that will download the page each day, but can't find the true URL to do a GET command. BTW...the data I am trying to get is from a public ...
|
| How to determine ID of object in custom web control | 21 Mar 2006 15:59 GMT | 2 |
I've got a rather simple custom web control that has an object declared as HtmlControls.HtmlInputHidden
|
| updating multiple tables | 21 Mar 2006 15:55 GMT | 1 |
Hi all... this is one part of ASP.net that i just dont understand... and GOD knows, i am trying. I have 2 tables, the first one called country [countryID, countryName] and the second called product[productID, countryID, productName]
|
| Posting PDF's securely on the internet | 21 Mar 2006 15:30 GMT | 1 |
I have to create something to access PDF files through the internet. However, these PDF files can not be accessed by simply typing in the name (for example: http://www.pdffiles.com/test.pdf ). The URL for accessing the file is with a link like this:
|