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.
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.
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...
Hai my code is like the below one.
**************************************************
<Html>
<head>
<title></title>
<SCRIPT LANGUAGE=javascript>
<!--
function DisplayNone(){
ID2.style.display = "none";
ID4.style.display = "none";
}
//-->
</SCRIPT>
</head>
<body id=bdy...
I am having an input field like the below one.
<input type="text" id="txtSelectEmployee" size="55" maxlength="38" requiredInd = "R" value=" " />
In Ie, I am able to do like the below,
if(frm.txtSelectEmployee.requiredInd...
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 .....
i want to download the doc to another place.
<a href="../Forms/Form49_1.doc"> 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.
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.
<FORM method="post" name="MyScreen" onsubmit="return false" action="Myasp.ASP?WCI=MyScreen&WCE=MyEvent">
<A link href=" " onClick=SubmitForm()>Option</A>
See in the above case, I am explictly using submit in SubmitForm function.
But in...
My HTML page uses two three external javascript like this.
<SCRIPT language="JavaScript" src="MyScript.js">;
</SCRIPT>
<SCRIPT>if (typeof(MyScript) == "undefined") alert("Could not load
MyScript.js");</SCRIPT>
I am having a variable defined in...
My program is like this.
function fnGetNames(){
// Returns a collection with 2 INPUT type=text elements.
var aInput=document.getElementsByName("same")[0];
aInput.style.display="None";
}
<Div id="same">
<INPUT TYPE="text"...
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.