| Thread | Last Post | Replies |
|
| ASP NET 2.0 Cookie | 08 May 2008 01:12 GMT | 10 |
I have a C# utility that runs in ASP website. When user logs in the ASP code writes the cookie using Response.Cookie. I try to read the same cookie in C#. I am unable to read it in C# code. I am using Request.Cookies["cookiename"].Value.ToString(). I can read
|
| System.IO.IOException: The filename, directory name, or volume label syntax is incorrect. | 08 May 2008 00:33 GMT | 5 |
System.IO.IOException: The filename, directory name, or volume label syntax is incorrect. I have hit a problem for which I can find no solutions. Has anyone any ideas?
|
| Dynamic Web Template or Master Page? | 07 May 2008 20:31 GMT | 1 |
I am creating a HTML/ASP.NET website (using Expression Web and VS 2008). When would I use a master page over a DWT? When dealing with an ASPX page is a mater page better?
|
| 'securing' cookies/login info | 07 May 2008 19:11 GMT | 5 |
This is an issue I brought up probably a year or so ago, got some advice, then was sidetracked on the project until now. So, here I am again. ;o) The situation is that we have an older chunk of code I've been tasked to maintain 'as-is'. It's a CMS we wrote in ASP.net 1.1 about 4 ...
|
| ObjectDataSource - Select - Nullable parameter | 07 May 2008 19:00 GMT | 2 |
Have an objectdatasource with a method much like this: public SomeDataSet.MyDataTable getMyDataTable(int? pkID) { if (pkID == null)
|
| FileName | 07 May 2008 18:48 GMT | 3 |
I m facing a strange issue with filename I am attaching an attachment (may be a notepad file, video file or whatever) through a dummy customer page (customer.html) using a text box on this page. I am getting the problem that my code is taking the entire path as file name
|
| How to float a menu on the right within a div? | 07 May 2008 18:33 GMT | 1 |
I have a div to provide a background image for a menu. I'd like to position the menu on the right side but I can't seem to find a right way of doing it. The only way the menu will move to the right if I set text-align=right in the div. The problem is that menu items are then ...
|
| Menu/SiteMap question - visibility | 07 May 2008 18:29 GMT | 1 |
Let's say I have an ASP.Net menu, with a datasourceID of a siteMapPath, which of course is based on a web.sitemap file Based on the person logged into the page, I have code in files in the App_Code folder which gets their job code, by which I need to let some
|
| textbox states with ajax anyone? | 07 May 2008 18:21 GMT | 5 |
I tried the following with Web Dev 2008 with -and- without Ajax Extension 3.5 - using IE 7 I reduced my webform1 to a Scriptmanager and an Updatepanel with 2 textbox and a button. I type something in textbox1, press the button and a function
|
| DropDownList events not firing | 07 May 2008 17:19 GMT | 4 |
I have a web form with some DropDownList controls that I am trying to trap the selection change and run the attached server code. However, even thought the controls have the runat property set to server, the event code does not get executed. Anyone have any ideas?
|
| Mini ASP.net code executer/testing app thing/widget? | 07 May 2008 16:49 GMT | 3 |
I often want to test a simple snippet of ASP.net code. Something usually less than a full function such as a quick if/then loop or math function. To do that, I usually create a new page, put my code on there, do some response.writes, then compile and run. But this is tedius and ...
|
| Ajax error when using response.write() | 07 May 2008 16:33 GMT | 7 |
I'm brand new at ajax. In fact, about 20 minutes ago was the first time I got it to work. The problem I'm having on another page did not work, however. I'm running into the following error:
|
| filter ilist | 07 May 2008 15:36 GMT | 1 |
I have a custom class QBank with a public property called QBankID. I populate the ilist(to QBank). when the iList is populated, is there a way i can filter on the QBankID property for where it = x. I could filter this in the database call.. but i'd like to bring back a
|
| ado.net ? on splitting a column | 07 May 2008 14:55 GMT | 1 |
I have a DataTable of values I'm using in my asp.net (1.1) application. In one column, there is a composite value like "A,3". I'd like to know if there is a way I can add a couple of computed columns that would grab just one of these values (so I'd have a column with A and another ...
|
| Newbie VB ADO.Net Code to retrieve data from SQL table | 07 May 2008 10:17 GMT | 1 |
I have created a table on SQL Server at GoDaddy with the following 3 fields: ConstantID (e.g. WELCOME_MESSAGE) LanguageID (e.g. EN-US) LanguageText (e.g. "Hi and welcome to my new website")
|