Hi All
I've an ASP application running on MS-Access Data Base.
from the last few weeks i'm getting the error,
Microsoft][ODBC Microsoft Access Driver] Not enough space on temporary disk.
when ever this error comes, i've to restart the IIS services on server.
please suggest, if any one have the solution for the same.
Thx in advance
User Profile
Collapse
-
steve waugh started a topic Microsoft][ODBC Microsoft Access Driver] Not enough space on temporary disk.in AccessMicrosoft][ODBC Microsoft Access Driver] Not enough space on temporary disk.
-
Sys.WebForms.PageRequestManagerParserErrorExceptio n(.NET2.0)
Hi All
I m using Ajax in my application and i m getting the error
Sys.WebForms.Pa geRequestManage rParserErrorExc eption
when i use "Respone.Wr ite"
Please provide the solution for the same....
Thanx in advance -
Insert data from excel sheet to oracle table using asp.net 2.0
Hi
I want to upload the Excel data to oracle Table by using ASP.NET 2.0
I want to insert cell by cell information and dont want to use SQL Loader.
If any one has code for the same , then please provide
its very urgent
Thx -
Insert data from excel sheet to oracle table using asp.net 2.0
Hi All
I want to upload the data from excel sheet to oracle Data Base's Table thorugh ASP.NET 2.0.
i also want to perform all validations on excel's Row means Data should not contain & or ' etc.
can any one provide the Code for Same.
Please help.. its very urgent
Thanx in advance -
Online Examination(Asp.NET 2.0)
Hi All
I want to develop an Online Examination Project.(Asp.Ne t2.0 and Oracle)
i need ur advice.i've one Administrator login who will create the test and desing questionnaire.
Please guide me what will be the best method for designing questionnaire through admin user.There might be 100 questions in one questionnaire.
The application should be customised and no dependency is required .
... -
Creating HTML Table at run time using asp.net
Hi All
I want to create HTML Table at run time in ASP.NET page.
Can any one send me the code for the same.
Thanx in Advance -
Java script problem(Asp:Wiz ard Control)
Hi
I m using ASP Wizard control in my application using C# .
I've a textbox on WizardStep1 and want to access the value for the same on WizardStep2 using java script . but i m getting error "OBJECT EXPECTED".
var document.getEle mentById("<%=Te xtBox2.ClientID %>").value=docu ment.getElement ById("<%=TextBo x1.ClientID%>") .value;... -
steve waugh replied to JavaScript to check whether textbox contains only integer or numeric/number valuesin JavascriptHi Mathew
Try this code. It Accepts only Numeric, u can modify it according to ur requirement.
Call the function onKeyPress event of textbox.
[CODE=javascript] function allownumber(e)
{
var key = window.event ? e.keyCode : e.which;
var keychar = String.fromChar Code(key);
var reg = new RegExp("[0-9.]")
if (key == 8)
{...Leave a comment:
-
Java script problem while using Asp:Wizard Control
I've got two cute editor controls each in a different WIZARD step. My javascript seems to be working from the first step and javascript events firing but when I go to the second step (containing a second editor) and then go back to the first step I find that the OnInitialized and OnChange events are no longer firing for the first editor.
I had assumed that these events would always fire for any cute editors on a page?
... -
Problem with Asp Wizard Control
Hi
I m using asp:wizard contol in my application .
i m using Javascript for calculation, the problem is when i perform the calculation and move to next step the calculated value of previous step got destroyed.. but i want to retain the values through out wizard.
Plz help, Its very urgent...
Thx in advance -
Masked TextBox Control
Hi
I want to use Masked TextBox Control in my ASP.NEt application.
The same is used in C# on Window Appliation
but i want to use in my Web Application, is there any way out
Thx -
How to use Ajax in ASP.NET
Hi,
I want to use Ajax in my Asp.net application.
I've 2 text box containing only numeric values, and on textbox_Changed event the sum of these two text boxes stored in Third text box.
but i want to use Ajax instead of textbox_changed event.
can any one send me the code for the same
Thx in advance. -
Inserting large amount of data
Hi
I m using asp:wizard control in asp.net2.0.
It contains 400 controls and i want to submit all the information to sql server on single button click.
but i dont want to use sqlparameter or any loop for saving information.
Plz help.
Thnx in advance
No activity results to display
Show More
Leave a comment: