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...
This is the solution that I have worked out.
I loop through the datagird:
foreach (DataGridItem di in dgPriceChanges.Items)
Set the selected index:
datagrid.SelectedIndex = cnt;
Then I read the control(textbox) in the cell:
di.Cells[8].Controls[1]
I hope this helps someone else as I had a...
I did want to mention that I have a sample based on a dataset that works. The follwoing statement breaks:
if (di.ItemType == ListItemType.Item || di.ItemType == ListItemType.AlternatingItem)
{
// Get the current row for update or delete operations later.
DataRow dr =...
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 know how to change it in the setup. I am rendering the report through code so I don't have to use the report manager interface. I read somewhere that I could change it with the render command but I can not find it.
Thanks for the help.
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?
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.