| Thread | Last Post | Replies |
|
| How to retrieve all records with some field value=null | 30 May 2007 21:24 GMT | 2 |
I have a web services method getRecords(string name, string alias). In the implementation, I use the following stored procedure. How can I get the all records with alias=null. When I leave alias empty, it returns all records with alias != null.
|
| importing asp.net membership tables | 30 May 2007 21:05 GMT | 4 |
How can I import my current asp.net membership records in my local sql server to the empty tables on the live server? I've tried removing contraints with: ALTER TABLE aspnet_Applications NOCHECK CONSTRAINT ALL
|
| Button.Click not raised in Gridview's Template column | 30 May 2007 20:54 GMT | 4 |
I'm programming a custom GridView, adding column by column dynamically. Every column is a TemplateField, and I've made a class hierarchy for each template (TextColumnTemplate, DropDownListColumnTemplate, ButtonColumnTemplate), implementing
|
| Adding Cash Register support in ASP.NET application | 30 May 2007 20:51 GMT | 1 |
I am a leader of a team, developing business application based on the ASP.NET platform. Now we need to add cash register support to the application and it seems to be a bit of a problem. In general communication with the cash register consists of two steps:
|
| Can I get an alert box on my local computer when someone access my web page? | 30 May 2007 20:48 GMT | 4 |
i have created a web application in c# and ASP.NET1.1 that is having a button on click of which spawns a web page which is hosted on my localhost! i have given the URL to my friend.Now he/she access it .
|
| Response.ContentType = "Application/pdf" | 30 May 2007 18:46 GMT | 4 |
With ASP.NET 2.0 I'm trying to display the pdf file directly in the client browser, but I only get a download dialogue box. Downloading the file works fine, but I want to view the PDF directly.
|
| prompted for Id and password when opening .aspx pages | 30 May 2007 18:35 GMT | 8 |
I can open a .NET 1.1 project fine but when I try and open a page within that project I'm prompted for a username and password. Any ideas on why I would be prompted for a username and password when trying to open a .aspx page?
|
| Safari 2.0.0.4 appends .html to pdf files | 30 May 2007 18:28 GMT | 1 |
Hi NG, I've a Problem with users who want to download DB-stored pdf files ("document.pdf"). The download is processed by an aspx-page which Response.BinaryWrites the file to the client. but on safari 2.0.0.4
|
| why is the selectedvalue of this dropdownlist empty? | 30 May 2007 18:27 GMT | 3 |
This code sends back the selectedvalue of a dropdownlist to itself (postabck). But the value (dd in the code) is empty. I must say: it works with EnableViewState="true".
|
| which values are sent with a postback? | 30 May 2007 18:27 GMT | 5 |
A postback sends values back to the server (e.g. the selectedvalue of a dropdownlist or the text of a textbox). I changed the text of the textbox and it's forecolor with Javascript. When doing a postback, i still can see the new text but the new forecolor is
|
| Newbie question - Use dropdownlist or textbox for db insert? | 30 May 2007 17:59 GMT | 4 |
I have a webform that i'm using to insert a new entry into a database table. For some of the columns, I'd like to give the user the option of using a dropdownlist or a textbox, in order to allow the user to use an existing entry, or to create a new entry value. However, when
|
| Design Guidance Wanted | 30 May 2007 17:46 GMT | 1 |
In ASP.net 2.0 I need to create a scheduling page that allows my users to book/schedule/reserve six different surgery rooms. What the design calls for is one screen that has the daily schedule on the vertical axis and across the top on a horizontal axis the six different surgery ...
|
| Connect to anothe database | 30 May 2007 17:33 GMT | 1 |
How can I connect to another database instaed of the default database aspnetdb in the local SQL Server in the App_Data folder that exist in my web site application ? My database that I want to connect is in my local Machine and its name=Husam.
|
| Outlook style left hand menu bar | 30 May 2007 16:26 GMT | 1 |
Im currently working on an asp.net application, and the customer expressed a prefference for a sliding left hand menu, similar to the one in outlook ( The menus work like a stack, with the active menu at full height,
|
| Style class doesn't support margin or padding css properties | 30 May 2007 15:54 GMT | 3 |
I want to add some css rules to the this.Header.StyleSheet property. I need to add margin and some other css properties but the Style class doesn't support them. What is the best way or some other options to do this? // Create a Style object for the body of the page.
|