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,
I have a textbox and a button. When user clicks button, it will popup a window asking "Do you want to saving it?". If yes, it will go on to store the data to the database. Please tell me how to generate the Javascript code like this in ASP.NET. Thank in advance.
Hi,
I see that there is nice rating section in some websites. In this section, there are 5 stars. For example, if you give the article or something 3 stars, click the third star. And three stars from the left to right is highlighted. I am looking for any script to do it. Please tell me how to do...
I want to build a control that looks like a editor but I don't need many editor's features. In this control, user can input in a textbox with multiple paragraphs. And I want to get what user typed there. If I use a ASP.NET's textbox, I get a string, not the multiple paragraphs. Please help me to...
Hi,
I would like to make a control which has a textbox. When the user submit the content in the textbox, there is something filtering the text to make sure if it does not contain any rude world. Is there any class in ASP.NET which can help me to do it? Please help me. Thank in advance.
Hi,
I am confused with XML node.
For example, we have this XML document.
<?xml ....>
<doc>
<address type="home">123 BangKoc</address>
</doc>
When we parse it, how many nodes do we have?
Thank in advance.
Hi,
XML is flexible, self-descrbing so it can represent many types of data. I wonder what common types of XML documents are. Can you help me, please?
I see that some XML documents have structures like this example
<SVs>
<Sv>
<Publications>
<Title>Detecting changes</Title>
<Title>XML...
Hi,
I am doing a research in XML chagen detection. I am looking for a simulator to create a change in XML documents. Do you know about it? Please help me.
Thank in advance.
Duc
Hi,
Can anyone help me documents of how to parse XML documents with C/C++, please? I can find available guidelines in Java language. But I don't know how to start parsing XML with C/C++.
Thank in advance.
Hi,
I saw that someone used the semantic to detect the change in XML document. Could you tell me the advantages and limitations of using semantic, please?
Thank in advance.
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.