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...
This is not what my requirement.
There should not be any blank option.But it should be defaulted with blank.
eg. frm.cboSelect.value = "";
sets it to blank without adding a new blank option.
This I have achieve in Mozilla / Netscape
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.
Is there a way like disabling a link to prevent a user click multiple times on a link and the page get submitted multiple times.
What I want is once the user clicks over the link, he should not be able to reclick.But the hyperlink should be there giving the feeling that it is a link.
User...
Thank you Jemminger,
This really solves my problem.
I had a plan of using href="javascript:void(0)".But this creates another problem that it displays in status bar.I tried to overcome this by onMouseOver="self.status='';".But even though if we tab through the link still it...
<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...
Hai All,
Here I closely watch what is going on behind.
My HTMLPage1 contains javascript function submitForm()
which is used to do some validations before submit.
My HTMLPage2 also contains javascript function submitForm()
doing some validations before that page gets submitted.
In my case...
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.