| Thread | Last Post | Replies |
|
| Anyone Setting Themes from Master Page | 03 Jun 2008 17:34 GMT | 8 |
I want to dynamically set my site's theme based on a setting stored in my database. I just hooked this up but get an error that the theme can only be set in the page's PreInit event or earlier. However, it appears that Master pages do
|
| ReportViewer error | 03 Jun 2008 17:05 GMT | 1 |
I'm using a built-in Visual Studio local report on a .aspx page and am getting the following (what appear to be javascript) errors that I don't understand. Can someone suggest a strategy for finding what's causing it? Both IE and Firefox report similar errors. IE doesn't ever ...
|
| Ajax Error? | 03 Jun 2008 16:43 GMT | 2 |
I'm getting an error and am not sure where to start to fix it. It began when I added an updatepanel to my page. Can someone help? An "Unspecified error" pops up when I select an option from my dropdown box the second time. HTML with the UpdatePanel:
|
| "cannot write to db file" | 03 Jun 2008 16:16 GMT | 1 |
I have created a simple web application in VS 2005/ASP.net 2.0 for a university department to track problems with a new website that I have built for them. The app consists of an Access 2003 db configured to use the aspnet role provider (via the "unreleased" Access Providers)
|
| dynamic asp:menu rendering | 03 Jun 2008 15:13 GMT | 1 |
i want complete control of my menuing in ASP (no site maps, no hardwired XML files, etc.) This is all governed by SiteID, ApplicationID, UserID, etc. i thought i was close with this, but nothing is rending in the control/on the page (even though I see my 12 items in the ...
|
| EXCEL Reading Error | 03 Jun 2008 12:43 GMT | 1 |
Error: - the process cannot access the file. XXXXX.xls becuase it is being used by another process. I used OLE DB for opening EXCEL File ; - ' Connect to the Excel Spreadsheet
|
| Visual Studio dialogue discrepancy | 03 Jun 2008 12:11 GMT | 9 |
Can anyone explain why on some machines, when I choose to add a new item to a web site in VS 2008, I get the traditional dialogue that shows the checkbox for choose a master page and on others I get the choice of a Content Web Page instead?
|
| Suspected vertical spacing of a DIV-element | 03 Jun 2008 11:48 GMT | 1 |
I'm using this lines of code. ddd<div id="advanced-search" style="visible:false;overflow: auto;"></div>eee I expected "ddd" and "eee" to be vertically close to eachother.
|
| Div does not show Image | 03 Jun 2008 11:23 GMT | 2 |
Hi I have a DIV Absolute positioned with a AJAX style gif inside. The image sometimes fails to show up. How can I fix this ? I set the div sty;e to visible and it appears but no image??
|
| Formatting grid view columns | 03 Jun 2008 09:21 GMT | 1 |
I have a gridview bound to a sql server table. Two of the gridview columns are bound to datetime fields. Is there a way to format one of those columns to show only date part and the other column to show only time part? Thanks
|
| On Key | 03 Jun 2008 08:52 GMT | 3 |
I am make a website in ASP.net that will run on a Symbol scanner. The problem i am having is when a user is on a certain screen when they hit 1 key i want it to click the print button on the screen. I am use the Naurtech browser. The with the meta tag <meta http-
|
| Migrating from VS2003 to VS2008 | 03 Jun 2008 04:04 GMT | 2 |
The Web Project in VS 2003 is created in the inetpub. But in VS2005 / 2008, they store together in the project / soluction directory. Now, when I am migrating, how can I ensure that all these files (in
|
| How to truncate retrieved records and provide link for full record | 03 Jun 2008 03:43 GMT | 2 |
I'm sure this has been asked and answered before since it is a common technique, but I can't seem to get the search terms needed to get me an answer, so I thought I would post here. I have a page that displays news and events when the page loads,
|
| Need help pronto! | 03 Jun 2008 02:18 GMT | 1 |
I've tried just about everything trying to get the following code to work: Protected Sub Selecting(ByVal sender As Object, ByVal e As LinqDataSourceSelectEventArgs) Dim db As myDataContext = New myDataContext(my_SQL2005Express_connection_here) Dim brands = db.GetBrands() 'I get ...
|
| Declarative Client Side javascript... | 03 Jun 2008 01:49 GMT | 4 |
I know that programmatically, one can add attributes for controls that will be passed down to the client in html. Example: servercontrol1.attributes.add("onclick", "javascript:flyhome()"). My question is, can this be done declaratively? I'd prefer not to have to
|