Description:
Microsoft .NET technology newsgroup.
|
|
|
Style sheet question
|
| |
Could someone please tell me why the style sheet has no effect?
Zach.
<%@ Page Language="C#" AutoEventWireup="true" CodeFile="Default.aspx.cs" Inherits="_Default" %>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "[link]">... more »
|
|
Authentication
|
| |
I am faced with this message in Visual Studio / ASP.NET
"Unable to start debugging on the websterver" ... "Integrated authentication not set"
I have looked around the Internet for an answer, found lots of stuff, but not the answer to my query.
Can someone please help?
Zach.
|
|
Reading a file from within an whatever.aspx.cs
|
| |
How do I address a file to read from an *.aspx.cs?
Simply coding "whatever.txt" isn't doing the trick.
The "whatever.txt" is in with the rest of the classes and stuff costituting the one project.
Zach.
|
|
Link Button Question (II)
|
| |
In ASP I can put text on a linkbutton in the aspx file.
But I don't seem to be able to change the back colour
after having clicked the link button. Is there a way to
do this?
Zach
|
|
Link Button Question
|
| |
When I press a LinkButton, below on the browser screen
a message appears, viz: javascript_doPostBack(LinkButt on1,",")
Question: how can I block that message from appearing?
Thank you,
Zach.
|
|
Text Box Question
|
| |
ASP.Net has no rich text box. Is there a way to get text underlined, in a normal text box in spite of the absence of formatting options? Zach
|
|
TextBox in ASP
|
| |
ASP.Net has no rich text box. Is there a way to get text underlined, in a text box in spite of the absence of formatting options?
Zach
|
|
LinkButton question
|
| |
When I press a LinkButton, below on the browser screen
a message appears, viz: javascript_doPostBack(LinkButt on1,",")
Question: how can I block that message from appearing?
Thank you,
Zach.
|
|
Web Composite Control
|
| |
Hi,
I would like to create a my web custom control and add it to vs 2010,
I would get something like this in aspx page:
[code]
<cc2:ControlPanel ID="ControlPanel1" runat="server">
<cc2:Tab ID="Tab1" runat="server">
<Content>1</Content>
<Icon>2</Icon>
<Text>3</Text>... more »
|
|
|