I am applying a Tooltip to the menu item. I am using
<a href="" title'"XXXXXXXXXXXXXXXXXXXXXXXXXXXX" >
It is working in IE and also in Mozilla, but if the text is multiline, in Mozilla it is not wrapping, and it is displaying only little part of the text.
How to wrap the Tooltip title text...
Hi........
The error is ...System.ArgumentOutOfRangeException: Specified argument was out of the range of valid values. Parameter name: index
My code is like this.........
ptoInfoData.InfoRow[] infoRow = GetInfoRow();
for (int i=0; i < infoRow.Length; i++)
{
if (...
Hi I am having a doubt abt a CheckBox in a Repeater Control.
When a checkBox is false I am unable to set Attributes..
this is what my code in C#
if (rptId == 14)
{
CheckBox chk = (CheckBox)e.Item.FindControl("chkEP");
chk.Attributes.Add("rptId", reportId.ToString())...
Hi,
I am having problem in writing the stylesheet using C# code-behind. I have written a code, but it is not affecting my pages. Can any one please tell me how to write... This is the code
<meta http-equiv="Content-Type" content="text/html; charset=us-ascii" />
<link rel="stylesheet"...
Hi,
May be this is an easy thing for you, I am struggling with this as I am a beginner.I am trying to pass "'" to the javascript.
Example: "Nina's doll"
I must pass this sentence to javascript. I tried like this from C#
test=test.Replace("'","\'");
and also like this...
Hi,
I am new to C#. I am just learning. I am struck with a problem. I have created a usercontrol with dynamic table with radiobuttons. Now I don't know how to
handle the event radioButton_SelectedIndexChanged.
This is a part of my code. Please help me.
Table InnerTable=new Table()...
hi,
I am having a problem with frames.
when a person logs in, a page will open which is having 2 frames- mainFrame and infoFrame
In the mainFrame two hyperlinks are there
members|Agents|logout
when they click on the members hyperlink it will show all hyperlinks related to memebers and when...
Hi
Is there any way where we can Refer the Columns in a Cursor Variable Without Defining Separate Variables For Fetching The Values in the Cursor
Regards
Hi
I am using CDONTS in my application for sending emails and also for sendding a acrobat pdf file as an attachment.I see that in some case the attachment is going fine but in some other cases I see that the attachment is not viewed as an attachement .Instead I see some strange characters (i...
Hi All,
I am trying to create a PDF file from ASP. I want to know whether there is any free tool , or is there any code to create a PDF file from ASP. If so please suggest me..
It is very very urgent.
thanks in advance
Hi,
I have used the code which jfriestman has kept in the FAQ's for paging through a recordset. Everything is ok, and it is working on the local system, but when I kept on the web it is giving this error...
Microsoft VBScript compilation error '800a03ea'
Syntax error...
I am having a table named table1 in which I am having details of customers. I want to insert a particular customer details to another table2( which is same as the table1)
I know in Sql we can use Insert.....
Insert into table2 select * from table1 where cusno='A001'
but i want it in access. In...
I am having a table named table1 in which I am having details of customers. I want to insert a particular customer details to another table2( which is same as the table1)
I know in Sql we can use Insert.....
Insert into table2 select * from table1 where cusno='A001'
but in access it is not...
Hi all,
In a page I am having 2 frames and the second frame name is mainframe
<frame src="test.asp" name="mainframe">
the test.asp fits in the mainframe and the code is
<body>
<form action="testresult.asp" method=post id=form1 get="_parent">
<table>...
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.