Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: tondarb
  • Content: Threads
  • Order by date
  1. tondarb

    Multiline Tooltip in Mozilla

    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...
  2. tondarb

    Specified argument was out of the range of valid values.

    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 (...
  3. tondarb

    Problem with a CheckBox when it is false in C#

    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())...
  4. tondarb

    How to add stylesheet using code-behind

    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"...
  5. tondarb

    escape sequence in C#

    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...
  6. tondarb

    Radiobutton event handling in an Usercontrol

    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()...
  7. tondarb

    How to call a blank page into the Frame

    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...
  8. tondarb

    Cursor Variables

    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
  9. tondarb

    Problem with CDONTS attachment

    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...
  10. tondarb

    How to create a PDF file from ASP?

    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
  11. tondarb

    Getting VBScript compilation error '800a03ea'

    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...
  12. tondarb

    I am having a table named table1 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 i want it in access. In...
  13. tondarb

    problem in Inserting a single row from one table to another

    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...
  14. tondarb

    problem in Redirecting Asp page to a frame

    Hi all, In a page I am having 2 frames and the second frame name is mainframe <frame src=&quot;test.asp&quot; name=&quot;mainframe&quot;> the test.asp fits in the mainframe and the code is <body> <form action=&quot;testresult.asp&quot; method=post id=form1 get=&quot;_parent&quot;> <table>...

Part and Inventory Search

Back
Top