| Thread | Last Post | Replies |
|
| Reflection | 24 Sep 2008 10:17 GMT | - |
Hola a todos! Estoy intentando ejecutar un método usando Reflection. El código es el siguiente: public static void SoapHandler(Exception Error) {
|
| Event source | 23 Sep 2008 17:15 GMT | - |
I am trying change the log that my application writes to from Application to a new log. But since I already have started writing to the Application log - I get the error: The source 'Repos' is not registered in log 'Repos'. (It is registered in
|
| How add data to Entity Data Model via code? | 23 Sep 2008 16:18 GMT | - |
I am using VB.NET and trying to create a BLL class to insert data into my entity data model. Can anyone provide me with an example? The old way, using the XSD dataset, was done this way.... Public Sub InsertFaq(ByVal FaqQuestion As String, ByVal FaqAnswer As
|
| ASP.NET Session Expires while viewing server reports | 23 Sep 2008 10:25 GMT | - |
We have a web application which is using SQL reports(2005). The Web application and Reports (server reports) exist in the same machine. When we try to view the report through report viewer from the application, Sometimes we get "ASP.NET Session Expired" message. But
|
| Date Localisation | 23 Sep 2008 05:58 GMT | - |
My web page will be viewed in a known time zone ( a day behind) that is different from that of the server. Dates need to be displayed and updated. The dates are supplied by a webservice on the same server.
|
| OWC pivot table control - Excel | 22 Sep 2008 20:25 GMT | - |
Is there a way to show the Excel Pivot table control on a web form without the user being prompted about the control?
|
| WCSF - design patterns | 22 Sep 2008 11:33 GMT | - |
apologies if this is the wrong group to post to.. i have a query regarding the Web Client Software Factory. if i have a module for searching and presenting results and i want to provide links to other modules from each result based on the access the
|
| Problem writing country poperty in Active Directory | 22 Sep 2008 10:29 GMT | - |
I'm developing an ASP .NET application that writes in user object properties of Active Directory. I specifed writting rights for users or groups in the domain by using the AD console.
|
| Draw text around the circumference of a circle? | 22 Sep 2008 07:01 GMT | - |
Does anyone have existing code to draw text around the circumference of a circle (ASP VB.NET)?
|
| DataGrid Export To Excel - Set Landscape | 21 Sep 2008 18:41 GMT | - |
I've been searching for an answer to this for a few hours and I've found lots of people with the same issue, but no solution. I'm exporting a datagrid to excel which works fine, and I'm able to set the margins fine also, but for some reason the page layout won't change to ...
|
| Group by in 2 column datalist | 21 Sep 2008 00:38 GMT | - |
Hi I want to make a 2-column list of historical data grouped by date. Each group of data must have a separator that spans over both columns. I have tried to do it with a datalist but the separator is only displayed in 1
|
| Download a SQL database via the VS IDE | 19 Sep 2008 22:10 GMT | - |
This is the second time I'm sending this message because the first one got lost. I want to recreate a database (which is on a MS SQL Server hosting server) and copy it to a local MS SQL 2005 Express file. Can I do this via a SQL
|
| Web Config IIS 7.0 | 19 Sep 2008 21:43 GMT | - |
Environment : Windows server 2008, IIS 7.0 I get the 'Could not load the file or assembly 'blowery.web.httpCompress' or one of its dependencies. The system cannot fond the file specified error. When I comment out the line in the web config file, I get the error on the
|
| AJAX Modal Popup Not Returning Current Control Values | 19 Sep 2008 20:46 GMT | - |
I'm designing a page that uses a Modal Popup as an input form to edit information stored in a database. The popup contains textboxes that I enter the information to and then a submit button that runs code to submit those values into a table in the database. For some reason, the ...
|
| User control referencing | 19 Sep 2008 16:53 GMT | - |
I have a user control - mycontrol.ascx with various controls within it. mycontrol.ascx is utilised in myPage.aspx I have a class (class1) to carry out various functions, subs etc. How do I go about setting the properties of the controls within
|