Go Back   CodingForums.com > Search Forums

Before you post, read our: Rules & Posting Guidelines

Showing results 1 to 25 of 29
Search took 0.06 seconds.
Search: Posts Made By: prashanth193
Forum: ASP 05-09-2013, 02:45 PM
Replies: 1
Views: 146
Posted By prashanth193
IIS is not executing asp application

Hi,

My ClassicASP Application is not executed on the IIS server.Only asp files are not executed remaining asp.net files are running on the server,If anybody knows the solution pls give me...
Forum: ASP 05-09-2013, 07:53 AM
Replies: 1
Views: 161
Posted By prashanth193
HTTP Error 500.0 - Internal Server Error The page cannot be displayed because an inte

Hi

I tried to run my asp application on iis server then it showing the following error
HTTP Error 500.0 - Internal Server Error
The page cannot be displayed because an internal server error has...
Forum: Computer Programming 09-07-2012, 08:51 AM
Replies: 0
Views: 469
Posted By prashanth193
C# Questions

could u give the Explanations about the following questions

1.How does C# 4.0 provide dynamic typing? Why do you think it was added as a feature to the C# language? What problem is it designed to...
Forum: ASP 07-24-2012, 08:08 PM
Replies: 13
Views: 2,014
Posted By prashanth193
error description:Text - 13:Type mismatch ...

error description:Text - 13:Type mismatch

EXEC ALLMAINTAINANCE_ADDEXPENSES 1,'7/25/2012 12:33:16 AM',10,'BHUADM110006 - Term Fee Discount',0,'BHUADM110006 - Bus Fee Discount',0,'BHUADM110006 -...
Forum: ASP 07-24-2012, 08:05 PM
Replies: 13
Views: 2,014
Posted By prashanth193
when i submit the UI to the server the following...

when i submit the UI to the server the following error has come but that sql statement is executed at sqlserver

EXEC ALLMAINTAINANCE_ADDEXPENSES 1,'7/25/2012 12:33:16 AM',10,'BHUADM110006 - Term...
Forum: ASP 07-05-2012, 10:27 PM
Replies: 13
Views: 2,014
Posted By prashanth193
13 Type mismatch error will come while executing...

13 Type mismatch error will come while executing the following code.I am commenting the line which i will get errors


<html>
<HEAD>
<link type="text/css" rel="stylesheet"...
Forum: ASP 07-05-2012, 09:18 PM
Replies: 13
Views: 2,014
Posted By prashanth193
those procedures are fired in sql server by...

those procedures are fired in sql server by passing the values but when executing from UI it shows like 13 TYPE Mismatch.please give me solution for this problem
Forum: ASP 07-05-2012, 08:32 PM
Replies: 13
Views: 2,014
Posted By prashanth193
below two are tables of tbltransactinons and...

below two are tables of tbltransactinons and tblexpenses.

CREATE TABLE [dbo].[tblTransactions](
[Trans_Id] [int] IDENTITY(1,1) NOT NULL,
[FY_ID] [int] NOT NULL,
[In_Ex_Mi_ID] [int] NOT NULL,...
Forum: ASP 07-05-2012, 07:40 PM
Replies: 13
Views: 2,014
Posted By prashanth193
i am sending two stored procedures when i...

i am sending two stored procedures when i executed from it will give error
that is
Error:13 Type mismatch
Error Text - EXEC ALLFEE_ADDTRANSACTIONS 'discount is...
Forum: ASP 07-05-2012, 07:13 PM
Replies: 13
Views: 2,014
Posted By prashanth193
13 TypeMismatchError

when i execute following two procedure from UI it will give a error that is
ERROR:13 Type Mismatch.

when i execute same statements at SQL server by passing same values as passed by UI.It will...
Forum: ASP 07-05-2012, 07:08 PM
Replies: 5
Views: 1,347
Posted By prashanth193
13 TypeMismatchError

when i execute following two procedure from UI it will give a error that is
ERROR:13 Type Mismatch.

when i execute same statements at SQL server by passing same values as passed by UI.It will...
Forum: ASP 05-08-2012, 06:28 AM
Replies: 3
Views: 903
Posted By prashanth193
how to use visual sstudio for debugging the asp...

how to use visual sstudio for debugging the asp file.And tell me the changes of iis settings
Forum: ASP.NET 05-07-2012, 04:56 PM
Replies: 1
Views: 994
Posted By prashanth193
Is There any Migrating tools from ASP to ASP.NET

If any migrating tools from ASP to ASP.NET are there Please tell me.
Forum: ASP 05-07-2012, 04:47 PM
Replies: 3
Views: 903
Posted By prashanth193
Is There any debugging tools for ASP

Please tell me is there any debugging tools are there for ASP
and how to debug the following code.


If rstr("action") = "save" Then 'FEE_ADDRECIEPT
on error resume next
Conn.beginTrans
...
Forum: ASP 01-04-2012, 07:08 AM
Replies: 6
Views: 867
Posted By prashanth193
in my designing part i am using 15 check boxes in...

in my designing part i am using 15 check boxes in that 3 are under one id that is ChkFeeTypeId and remaining all are under second id that is ChkBusFeeId .I want to retrive the data for checked...
Forum: ASP 01-03-2012, 12:03 PM
Replies: 6
Views: 867
Posted By prashanth193
in the below code which is mentioned in the...

in the below code which is mentioned in the while loop i have a problem
that is i am retriving four fields which are selected by the check box.those are

1.strSlip = strSlip & "<tr><td...
Forum: ASP 01-03-2012, 06:53 AM
Replies: 6
Views: 867
Posted By prashanth193
again i have same problem at if...

again i have same problem at
if request("ChkFeeType")=True Then
could you tell me how to use chekbox id in the if condition.Actually in my code two groups of check boxes are...
Forum: ASP 01-02-2012, 06:16 PM
Replies: 6
Views: 867
Posted By prashanth193
Internet Explorer VBScript runtime (0x800A01A8)

i got the following error i.e.
Error Type:
Microsoft VBScript runtime (0x800A01A8)
Object required: 'ChkFeeType'
/School/Fee/FeeIntimation.asp, line 309




code :
Forum: Other Databases 01-02-2012, 05:45 AM
Replies: 0
Views: 614
Posted By prashanth193
Fee intimation due list

SIR I AM USING SQL SERVER 2005 IN THAT I GOT 3 LOGICAL ERRORS WHILE I AM USING FIVE TABLES 1.STUDENTINFO,2.TBL TERM FEE,3.TBL FEE,4.TBL BUS FEE, 5.TBL TREA FEE FROM THE ABOVE FIVE TABLE I RETRIVED...
Forum: ASP 12-18-2011, 06:12 AM
Replies: 5
Views: 794
Posted By prashanth193
Internet Explorer got the error when i am...

Internet Explorer got the error when i am generating studentid dynamically
i got the following error when i am generate the studentid dynamically
Error Type:
there is no error occur but i not eble...
Forum: ASP 12-18-2011, 03:41 AM
Replies: 5
Views: 794
Posted By prashanth193
in the above i mentioned code the value of the...

in the above i mentioned code the value of the substring i got it but i am not able to store that vlaue into another variable.by using that value i will increase one number and concatinate with the...
Forum: ASP 12-17-2011, 01:14 PM
Replies: 5
Views: 794
Posted By prashanth193
Internet Explorer i got the following error when i am generate the studentid dynamically

Internet Explorer got the error when i am generating studentid dynamically
i got the following error when i am generate the studentid dynamically
Error Type:
there is no error occur but i not eble...
Forum: ASP 12-17-2011, 07:11 AM
Replies: 15
Views: 6,484
Posted By prashanth193
Internet Explorer got the error when i am generating studentid dynamically

i got the following error when i am generate the studentid dynamically
Error Type:
Microsoft VBScript compilation (0x800A03EA)
Syntax error
there is no error occur but i not eble to generate the...
Forum: ASP 12-11-2011, 04:41 PM
Replies: 15
Views: 6,484
Posted By prashanth193
sir in the above code the sql statement(rs.Open...

sir in the above code the sql statement(rs.Open "Select * from tblClass where tblClass.studentID=" & studentid, conn )
that is not retriving the particular record of the particular student id....
Forum: ASP 12-10-2011, 09:17 AM
Replies: 15
Views: 6,484
Posted By prashanth193
Error Type: Microsoft VBScript compilation...

Error Type:
Microsoft VBScript compilation (0x800A0401)
Expected end of statement
/MyWeb/Student_db_edit.asp, line 12, column 49
rs.Open "Select * from tblClass where...
Showing results 1 to 25 of 29

 
Forum Jump

All times are GMT +1. The time now is 12:32 AM.