Thank for your reply. I solved it. I am not sure what problem is. Here is the solution.
<div class="header_thirdline">
<span class="BreadcrumbText">
<asp:SiteMapPath runat="server" ID="smpBreadcrumb1"></asp:SiteMapPath>
</span>
<span class="slogan">
<img id="img1"...
Hi,
I am making a layout for my web site. There is a line which contains a ASP.NET breadcrumb and a slogan. Here are my code:
<div class="header_thirdline">
<asp:SiteMapPath runat="server" ID="SiteMapPath1" CurrentNodeStyle-CssClass="BreadcrumbText" PathSeparatorStyle-CssClass="BreadcrumbText"...
Hi,
I see in some ste, we can not see the header when choosing Print Preview in the web browser. For instance, in the www.yelp.com site, I don't see the header of the page. Could you tell me how to do it, please?
Thank in advance.
Duc
Hi,
I need to control the input of email address. What is the maximum number of characters for email address? And can you tell the good email regular expression, please? I found some but they still have a fault. For example, they can not realize this fault address
abcdef@yahoo.com;dsdsd
or...
I sometimes meet this errors when running a web application.
Description: An error occurred during the compilation of a resource required to service this request. Please review the following specific error details and modify your source code appropriately.
Compiler Error Message: CS0006...
Hi,
In a form, there are a textarea and a ASP.NET's button. When I input data as below, it generated an error when I clicked the button.
#include <xercesc/util/PlatformUtils.hpp>
#include <xercesc/util/TransService.hpp>
#include <xercesc/parsers/SAXParser.hpp>
A potentially dangerous...
Hi,
I have used tools in FF which is very useful to work with CSS such as CSSViewer, EditCSS... Could you recommend to me any tools like those for IE, please? Sometimes, the results in IE and FF are different and I don't know where the problem is.
Thank in advance
Duc
Hi,
I have a list of Image Buttons like this.
<div id="nav">
<ul>
<li><asp:ImageButton ImageUrl="~/images/profile.jpg" runat="server" ID="ibtnProfile" AlternateText="Profile" Enabled='<%# (HttpContext.Current.User.Identity.Name != null) && (HttpContext.Current.User.Identity.Name !=...
Hi,
I would like to put a whole page in the center despite the change of monitor's resolution.
I try to use this CSS
body
{
margin-right: 5%;
margin-left: 5%;
text-align : center;
}
#wrapper
{
width:900px;
text-align:left;
}
But it works only in IE. But in the FF, it...
Hi jmeckley,
You are right. I am quite new to programming. I will explain later what I want to build.
I have a textbox and a button. When user clicks button, I will do something on the server side such as input validation. Then, it will popup a window asking "Do you want to saving it?". If yes...
Spell checking is just an example.
In the code that you gave me
<asp:Button id="myButton" ... ClientClick="javascript: [put other JS function calls here;] return confirm('Are you sure?');" />
To use it, the text box must be HTML control so that JS function can access it, right?
If I use...
Thank. But I want to do something before generating popup when user clicks such as checking the bad words... Thus, using ClientClick property might not be suitable.
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.