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: Weese
  • Content: Threads
  • Order by date
  1. Weese

    How to import Excel sheet data into a SQL Server Table.

    Hi Friends, I am having one excel file which needs to be converted into a SQL Table. I need to use asp.net. Please let me know if there is any way to do it. Pointers to the sample program would be very useful. Thanks a lot in advance.
  2. Weese

    How to create two worksheets in a workbook in Excel using ASP

    Can any one provide me a sample example for creating a Excel Sheet from ASP, workbook named as "ExcelReport", WorkSheet1 named as "Data-Summary", WorkSheet2 named as "Data-Details". Pointer to any good site is greatly Thankful.
  3. Weese

    Retrieving select query

    Hi, I need to retrieve from a select query from a string of values that's delimited using a delimiter... I am having a data like this in myTable maxYr minYr SysMakCd SysModCd SysModDes 1999 2001 Turky 0912 TurkyModDes 2002 2003 Turky 0912 TurkyLaterDes...
  4. Weese

    Help needed reg Absolute Positioning

    Hai my code is like the below one. ************************************************** <Html> <head> <title></title> <SCRIPT LANGUAGE=javascript> <!-- function DisplayNone(){ ID2.style.display = &quot;none&quot;; ID4.style.display = &quot;none&quot;; } //--> </SCRIPT> </head> <body id=bdy...
  5. Weese

    Accessing user defined attribute in mozilla

    I am having an input field like the below one. <input type=&quot;text&quot; id=&quot;txtSelectEmployee&quot; size=&quot;55&quot; maxlength=&quot;38&quot; requiredInd = &quot;R&quot; value=&quot; &quot; /> In Ie, I am able to do like the below, if(frm.txtSelectEmployee.requiredInd...
  6. Weese

    How to default a dropdown to Blank

    I want a dropdown to be defaulted to blank initially. After the user selects some value blank should go away. This I am able to achieve in IE. But not in Mozilla or Netscape. Please guide me .....
  7. Weese

    i want to download the doc to anoth

    i want to download the doc to another place. <a href=&quot;../Forms/Form49_1.doc&quot;> Form49_Page1</a> if i click the above link in ie i want it will ask save location. How i will do . now if i click the above link it will open in ie.
  8. Weese

    I want to use something like this i

    I want to use something like this in my javascript. objForm.cboComboBox.style.width = objForm.cboComboBox.style.width * 0.9; But it is not working. Pls help to solve this.
  9. Weese

    Is there way for a link not to submit.

    <FORM method=&quot;post&quot; name=&quot;MyScreen&quot; onsubmit=&quot;return false&quot; action=&quot;Myasp.ASP?WCI=MyScreen&amp;WCE=MyEvent&quot;> <A link href=&quot; &quot; onClick=SubmitForm()>Option</A> See in the above case, I am explictly using submit in SubmitForm function. But in...
  10. Weese

    Experts help needed - Problem with Links in Netscape

    My HTML page uses two three external javascript like this. <SCRIPT language=&quot;JavaScript&quot; src=&quot;MyScript.js&quot;>; </SCRIPT> <SCRIPT>if (typeof(MyScript) == &quot;undefined&quot;) alert(&quot;Could not load MyScript.js&quot;);</SCRIPT> I am having a variable defined in...
  11. Weese

    How to deal with a selective div having same id?

    My program is like this. function fnGetNames(){ // Returns a collection with 2 INPUT type=text elements. var aInput=document.getElementsByName(&quot;same&quot;)[0]; aInput.style.display=&quot;None&quot;; } <Div id=&quot;same&quot;> <INPUT TYPE=&quot;text&quot...

Part and Inventory Search

Back
Top