I created a site using the template for xamarin. It created the following site.master. I can't figure out how to change the look and feel (colors, logo ect.
<%@ Master Language="VB" AutoEventWireup="true" CodeBehind="Site.master.vb" Inherits="LaaundryWeb.SiteMaster" %>
<%@ Import...
I need simple code for an FAQ type page.
My code is not working, can anyone see what I am doing wrong?
Thanks in advance
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html>
<head>
<title>frame test</title>
</head>
<body>
<a href="#section1">go to Section 1</a><br>
<a...
I have an editable datagrid that allows the user to change values in some fields. When they have completed the changes I need to read from the datagrid. I have seached and can't find anything. Do you read it into an array?
Help is very appreciated.
I have a report that I am exporting to excel. I do not want the tabs for each group. How can I force all data on one sheet?
I am using code to specify the format:
RenderType = "EXCEL";
applicationType = "application/xls";
ftype = ".xls";
I am trying to add a windows server from .Net to my PC. I uses to use installutil.exe but it doesn't work for the 1.1 framework. If I have to have the newer framework, were do I get it? MSDN?
I have a linker server to an informix database. It quit working on Friday. Some of the drivers I needed were missing. I reinstalled and I can see the tables and views in the linked server but when I run :
select commodity
FROM OPENQUERY(ONLINE_TCP, 'SELECT * FROM adsave')
I get:
Server: Msg...
I am able to read paramater defualts if the defaults are added to the report manager. However, I can't read the defaults that I add to and deploy with my report. I have the same issue with the description. Am I missing something when I deploy?
I am loading my parameter into an array and passing it to the RSWebServiceXS wsdl. How can I load multiple parameters?
My code:
ParameterValue[] optionalParams =
{
new ParameterValue()
};
optionalParams[0].Name = "prmProject"...
What is the minimum version of .Net needed to design SQL Reports? I would like our report creator to use it for reports only. Are there any other options for designing?
When I export my report to .pdf, it only prints as a portrait/legal document. How can I send the options that I want. I built the PrinterDeliverySample but I don't know what to do with it.
Thanks in advance.
Gail
When I try to get to the ReportService, I get the following error:
Description: The application attempted to perform an operation not allowed by the security policy. To grant this application the required permission please contact your system administrator or change the application's trust level...
I have a datagrid with the following event:
public void DataGrid1_EditCommand(object source,
System.Web.UI.WebControls.DataGridCommandEventArgs e)
{
DataGrid1.EditItemIndex = e.Item.ItemIndex;
}
When I debug and hit the Edit button, it runs through this code until the selected record is...
I have been researching the clustering of servers and SQL. Here is my understanding:
1. Clustering SQL Server does not load balance.
2. The purpose is for failover only.
Are my conclusions correct?
I have given a user db_owner rights to tempdb. The rights are removed when the server is rebooted. It appears they have been removed at other times as well. Any idea how to make them 'stick' and why they are rempved?
I have a variable sent from an asp page as follows:
set @test = 'OConnor';select * from dbo.TableName
The SP only recognizes the 'OConnor' piece. How can I prevent the select code from executing? Can this be done at the DB level?
I need to export a table that has columns that constantly change. This table is created through an SP. DTS is giving me a problem as it wants the Transformations mapped. BCP also needs a format file. Any ideas?
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.