Simple Cache Question
(2 messages)
Date: Fri, 27 Jul 2007 09:48:01 -0700
Hi. When using the Cache.Insert method to place an item in cache, how do I
specify that the item should be saved on the browser and not the server?
By default it is saving it on the server.
Thanks ...
|
Formatting text in the asp:ListItem control
(1 messages)
Date: Fri, 27 Jul 2007 12:33:28 -0400
I have a BulletedList control, and the text in the ListItems contains
different kinds of formatting. For example, some of the ListItems contain
text that has bold words, but some of the text is just plain. Visual Studio ...
|
Check box
(6 messages)
Date: Fri, 27 Jul 2007 09:13:26 -0700
Hello can someone assist me...
I've added two check boxes to my page
<asp:CheckBox ID="ChkYes" runat="server" Text="Yes" /><br />
<asp:CheckBox ID="ChkNo" runat="server" Text="No" /
I have a stored procedure set ...
|
What's Faster...Repeater or HTML Table
(4 messages)
Date: Fri, 27 Jul 2007 16:03:02 -0000
Hey folks,
I've got a DataGrid that has gotten a little out of control and really
slow because of its complexity (bunch of Template Columns too). For
performance reasons, I'm looking to change this.
I don't care about ...
|
Nested user control causes build errors due to missing reference
(3 messages)
Date: Fri, 27 Jul 2007 15:20:31 -0000
Hi,
I have a user control (EventStructureSelector) used in another user
control (ResultsMenu).
The class EventStructureSelector defines a public type (ModeType),
that is used for one of its properties (Mode). The class ...
|
Copying a Control for Re-use
(1 messages)
Date: Fri, 27 Jul 2007 11:11:20 -0400
I have a DataGrid that has nested controls. It was a straightforward
databind/add event handlers/call it a day. Now I need to dynamically create
exact replicas of this DataGrid on the fly, including the nested controls ...
|
Hiding updatepanel, what is the clue?
(1 messages)
Date: Fri, 27 Jul 2007 08:08:28 -0700
Hi,
I have read the other post about hiding the updatepanel using the ajax
lifecycle as such at the end of the aspx page:
<script type="text/javascript" language =javascript>
var c = new Sys.UI.Control($get("GridPanel" ...
|
Response.Writefile problems on 2003 server
(2 messages)
Date: Fri, 27 Jul 2007 08:06:02 -0700
Hi all,
I'm trying to force downloads from my page specifically for some powerpoint
and jpeg files. using the following code:
Response.ContentType= "APPLICATION/OCTET-STREAM";
string disHeader= "Attachment; Filename=\"" ...
|
Using Web Browser COM control in C#
(2 messages)
Date: Fri, 27 Jul 2007 07:40:15 -0700
HI,
Really apreciated if someone could help.
I am trying to automate a number of clicks etc for a web site that has
been developed. However, this site has a number of frames in it. The
frame id = "header"contains a login ...
|
ValidationSummary ForeColor Prop
(2 messages)
Date: Fri, 27 Jul 2007 09:22:58 -0500
Hi Gang,
I can't make my ValidationSummary render in red. I set the ForeColor prop to
red inline and it renders black. If I set the Font-underline prop to 'True',
it renders with a RED underline so I know that the inline ...
|
|
Problem using SQL 2005 Reporting Services & asp.net app
(7 messages)
Date: Fri, 27 Jul 2007 10:16:03 -0400
I'm using VS 2005, SQL 2005 reporting services.
SQL reporting services is working, and I have it both on my local
computer, as well as on a server.
I've created a report in the SQL Business Intelligence development
studio ...
|
ASP.NET 2.0 Role provider question
(2 messages)
Date: Fri, 27 Jul 2007 10:13:17 -0400
Morning,
I am using the built in asp.net role/user/membership, etc. Have that all
working.
We have some internal users, and a bunch of external users.
Is there any way to remove roles at run time, per request, based ...
|
<input type="hidden" name="strInputElements" value="Name">
(2 messages)
Date: Fri, 27 Jul 2007 13:48:26 -0000
Forgive me if this seems like a stupid question but I need help...
I'm trying to do a simple online form that emails me the results from
a few fields.
Here is the code:
<form action="http://cm1web1/WebSurveyComponents/script/
processform ...
|
Crystal Report problem
(2 messages)
Date: Fri, 27 Jul 2007 06:41:27 -0700
I have a Crystal Report which displays correctly in both the
development and test environments, but in production it starts
printing about half way down the page. I have dozens of other reports
but only this one in particular ...
|
Disabling buttons in ASP.net 1.1
(4 messages)
Date: Fri, 27 Jul 2007 13:21:50 -0000
I'm having major issues disabling a submit button after a form has
been filled out. Nothing I've tried so far has helped. I've put
if(!Page.IsPostBack)
{
Session["JustSubmitted"]=false;
}
else if((bool)Session["JustSubmitted"]==true ...
|
Writing String Data into an Iframe from codebehind ASP.net
(3 messages)
Date: Fri, 27 Jul 2007 06:06:00 -0700
Hi All,
Could anyone help me in resolving this issue?
I have an Iframe on my aspx page and I want to insert a String value into that
through the code behind.I dont want to use the src attribute of the Iframe.
Thanks ...
|
ASP.Net Role based access
(3 messages)
Date: Fri, 27 Jul 2007 06:04:03 -0700
Hi
I have an intranet application which would be accessed by a small group of
users. I want to create a Windows group called 'MyAppUsers' and add all these
user accounts into that group. Next I want to enable access to ...
|
VWD Express 2005 asp.net server vs IIS
(5 messages)
Date: Fri, 27 Jul 2007 05:33:43 -0700
I am using Visual Web Developer Express 2005 to create some simple web
applications on a local network. I would like IIS to fire instead of
asp.net development server so I can acheive the following:
Web application on ...
|
Internet surveying with EZquestionnaire
(1 messages)
Date: Fri, 27 Jul 2007 11:42:01 -0000
Hi ,
Hope you are doing great.
Recently I needed to conduct a survey on Employee Satisfaction at the
work place to design an employee retention program.
I was searching on the net for help on conducting surveys and ...
|
errors while connecting to Sql server with DSN connect
(2 messages)
Date: Fri, 27 Jul 2007 03:40:25 -0700
The aim is to get it working on this machine so I can port everything
to a Enterprise Version but can't get around this error for the last
two days. Any help is much appreciated, as I am not getting any
further with this ...
|