hi,
I have uploaded my web application on a web space. I am getting the following error:
The error is regarding Crystal Reports. Any solution to this.
Regards,
Royal...
User Profile
Collapse
-
Error After Uploading Web Application
-
Div tags problem - Show 'n' Hide
hi all,
I am having two <Div> tags on my web page. I am using a CSS file for the appearance of these tags :
[CODE=css]#divholder1
{
float:left;
width:75%;
height:450px;
}
#divholder2
{
float:right;
width:24%; /* remaining 1% is used as a gap between the two <Div> tags */
... -
if I don't use the CSS and I try to display the images as:
<div id="topdiv" style="backgrou nd-image:url(/images/banner5.jpg)"></div>
it works fine this way. But I want to do the same thing using CSS.
Regards,
Royal -
Why Doesn't this Code Work
hi all,
I am having a simple CSS file with the following tag:
.topdivision
{
width:100%;
height:100px;
background-image:url(../images/banner5.jpg);
background-repeat:no-repeat;
background-position:center ;
}
And as I am using this with ASP.NET page, I have given a reference in the page as:
<link href="App_Theme s/rainy/rainy.css"... -
Basically I am putting these controls on a web user control. So you won't be able to see the code on execution.
Royal...Leave a comment:
-
Following are the two controls I am using:
<input id="txtdt" type="text" name="caldt"" />
<asp:TextBox ID="TextBox1" runat="server"> </asp:TextBox>
Whenever the html control receives a value the same should be displayed in the asp.net control. I don't want to use "runat= "server" " with the html control and also i don't...Leave a comment:
-
I am using a normal asp.net textbox.
<asp:TextBox id="TextBox1" runat="server"> </asp:TextBox>
can you let me know how this going to work. I am new to javascript.
Regards,
Royal...Leave a comment:
-
value from html control to asp.net control through javascript?
hi all,
I want to pass the value from a html control(input.. .text) to asp.net control(textbox ). And this should happen...whenev er the html control receives a value(don't want to use a button click event). How this can be possible. I don't want to make a html control as sever control(by adding... runat="server") .
Regards,
Royal -
PopUp to TextBox problem
Hi all,
Can u suggest me what's the problem in this code: I am trying to get the date from a popup calendar control and want to display it in a textbox placed on another form.
[CODE=cpp]protected void cntCalendar_Sel ectionChanged(o bject sender, EventArgs e)
{
TextBox1.Text = cntCalendar.Sel ectedDate.ToSho rtDateString();
string sr = @"<script>
var seldt... -
How to set(fix) the rows height in a table in HTML
hi all,
How can I set(fix) the row height in a table. i.e. I have 10 rows in a table and I want to fix the height of all the rows to "20px".
- One way to do this is that I write....... <tr style="height:2 0px"></tr> ......in all the rows.
But I want to know is there anyway by which I can write this at a single place and all the rows are aligned automatically.
... -
Column format in HTML
hi all,
I am working on a table in HTML, where i have three columns and I want to set the text color for the first column as 'Red' and it should be aligned towards 'Right' side of the cell.
I have created a CSS tag for this, but the problem is that in every cell of that column I have to use the keyword Class="". eg...<td class="cellform at"> </td>.... Is there any way by which i can give it at...
No activity results to display
Show More
Leave a comment: