| Thread | Last Post | Replies |
|
| Report Server Visual Studio | 13 Oct 2007 22:38 GMT | 1 |
I am trying to set up a Report Server to publish reports that I have created in Visual Studio 2005. I have been able to get it up and running and I am able to access reports via the web and set up another user. The other user can log on and see the reports available but when he ...
|
| Division problem | 13 Oct 2007 20:54 GMT | 2 |
I'm trying to work out why the following always returns 0: ulong b = (750 / 1128); I've tried other types, not just ulong but always with the same results, 0;
|
| Firefox wierd align issues | 13 Oct 2007 18:32 GMT | 3 |
Have you noticed that designing in VS.NET 2005 is great for IE but when you view the browser in Firefox alot of the items dont align properly, such as the login control, change password control, listboxes, etc...? Anyone know why this is and how to fix it? I'm using the latest ...
|
| fieldvalidator | 13 Oct 2007 17:46 GMT | 1 |
vinnie View profile More options Oct 6, 6:05 pm Newsgroups: microsoft.public.dotnet.languages.csharp
|
| Masterpage Body onload ? Setting from contentpage? | 13 Oct 2007 16:11 GMT | 3 |
How can a set the Body onload from a content page since Body is on the masterpage? on my master page: <body runat="server" id="Body" >
|
| Visual Studio file to Host Server | 13 Oct 2007 12:48 GMT | 5 |
Using Visual Studio 2003 - Is it possible to just copy the appropriate files to my remote web host? Right now, to create an asp.net file (only one file - no code behind), I code in notepad and save as an .aspx file.
|
| window.open using onmouseover vs onclick | 13 Oct 2007 10:33 GMT | 7 |
I want to trigger a download using the onmouseover event. If I open the browser window using the onmouseover or onclick event and window.open method, it shows the Open/Save/Cancel dialog like I would expect and want. However, when I click Open or Save when it was opened using ...
|
| using XmlDataSource and dumping all to screen | 13 Oct 2007 10:17 GMT | 2 |
I have trying to test an XML file with a XSLT file. However, I don't know how to dump the content (generate page to the screen). What control do I need to bind to display the generate html page? I just have
|
| Newbie: ASP.NET (C#) Help Desk Solutions. Suggestions? | 13 Oct 2007 06:15 GMT | 2 |
I've been assigned a new project - to develop a HELP DESK solution using ASP.NET (C#) which includes: - incidents management (tracking tickets) - forums & chat capabilities
|
| Possible to simulate POST Form on server? | 13 Oct 2007 04:01 GMT | 1 |
I want to simulate posting to a form method with some data. I don't want to use query strings. I want to 'submit' to a php method with some form fields filled out on the server.
|
| Web Parts Instances | 12 Oct 2007 23:36 GMT | 13 |
I'm newish to web parts: Say for example I create a web part from a control that displays some text on a web page. The control would allow some text, which is stored in an sql database, to be edited. The user could in theory add several instances of
|
| Does Master Pages improve the performance? | 12 Oct 2007 21:46 GMT | 2 |
the existing code was, i had one page which used to dynamically call the specific control at run time based on the login id(20 login ids). in order to reduce the complexity of using switch case complexity on that page, we have planned to use different pages for each login.
|
| Runtime error: Object expected | 12 Oct 2007 21:40 GMT | 4 |
I have a website that (apparently) is not serving WebResource.axd to the Web browser. When a page containing a reference to a resource in WebResource.axd (like WebForm_AutoFocus) is displayed in the Web browser, Internet Explorer reports a Runtime Error of “Object expected”.
|
| Popup window of ModalPopup does not have scrollbar. | 12 Oct 2007 21:28 GMT | 1 |
I'm using AjaxControlToolkit. For the lengthy prompted dialog (whose height is beyound the screen) can not be scrolled to the buttom(I used IE 6.0 version SP2). How to make it scrollable? My css:
|
| Conversion Problem | 12 Oct 2007 19:18 GMT | 5 |
I am trying to fill a Generic.List(Of MyClass) with a dataset row values taken from an MSSQL database: For Each drPost As DataRow In dsPosts.Tables(0).Rows Dim post As New Post
|