Hi All, I have created a application in Visual Studio 2005.Its a Simple application with one master page and some static pages and I have Deployed this appication on server. But i am getting this error "The codefile attribute on the page directive is not allowed in this page." I am not getting why i am getting this error. Please reply me. I need to run the application as soon as possible. Thanks and Regards Avesh Agarwal
Aavesh Agarwal
Posts
-
The codefile attribute on the page directive is not allowed in this page -
The codefile attribute on the page directive is not allowed in this pageHi Team, I have created a application in Visual Studio 2005.Its a Simple application with one master page and some static pages and I have Deployed this appication on server. But i am getting this error "The codefile attribute on the page directive is not allowed in this page." I am not getting why i am getting this error. Please reply me. I need to run the application as soon as possible. Thanks and Regards Avesh Agarwal
-
The codefile attribute on the page directive is not allowed in this page.Hi Team, I have created a application in Visual Studio 2005.Its a Simple application with one master page and some static pages and I have Deployed this appication on server. But i am getting this error "The codefile attribute on the page directive is not allowed in this page." I am not getting why i am getting this error. Please reply me. I need to run the application as soon as possible. Thanks and Regards Avesh Agarwal
-
Wiki in DotnetHi any body has got the idea of Wiki. How to implement Wiki in Dotnet. What are the requirement we need to usew wiki in .net. Please provide me any suitable information. i have not much idea abut wiki. Thanks Avesh Agarwal
-
DropDown ADD itemshi U didn't bind the DataTextField and DataValueField of the Dropdownlist. Bind the DataTextField with Database Name and DatavalueField with DatabaseID. Hope this will help u Regards Avesh Agarwal
-
Regarding Background Process in asp.netHi all, In our application we are generating an excel file on the User Selection of some check box. on the Click of the Every checkbox some charts willl be generated in the Excel and the records which are fetched from DB. The catch is that i dont want when user click on the checkbox every time a connection will be open and fecth the record and write the Excel file. It suffer the preformance Issue. Now Client requires the process of generating excel to be done in background and the download process for Excel should work in Background. How to do this in Background? Any help would be appreciable. Thanks and Regards Avesh Agarwal
-
Render the Datatable data into the Table Html FormatHi I need to Render the Datatable data into the Table Html Format. Please tell me. Thanks Avesh
-
Problem realted to Dundas ChartHi All, I am using Dundas for creating Chart. i am facing one problem. i have created one bar chart with one series. Now some bars are coming with one color.Now what i want is to set the color dynamically of all datapoints with different color.How will i achieve it when i have only one series. Can anybody tell me how can i set the different color for all the datapoints in single series. Thanks in Advance Avesh
-
Problem Related to Dundas chartHi All, I am using Dundas for creating Chart. i am facing one problem. i have created one bar chart with one series. Now some bars are coming with one color.Now what i want is to set the color dynamically of all datapoints with different color.How will i achieve it when i have only one series. Can anybody tell me how can i set the different color for all the datapoints in single series. Thanks in Advance Avesh
-
A namespace does not directly contain members such as fields or methods"Hello All, I am getting one error on server "A namespace does not directly contain members such as fields or methods" When i am requesting this page on server. While page is working fine on Localhost. Can any one suggest me what kind of error is this and why this error is coming. Thanks and Regards Avesh Agarwal
-
A namespace does not directly contain members such as fields or methodsHello All, I am getting one error on server "A namespace does not directly contain members such as fields or methods" When i am requesting this page on server. While page is working fine on Localhost. Can any one suggest me what kind of error is this and why this error is coming. Thanks and Regards Avesh Agarwal
-
Poblem regarding port the .dbf files into SqlserverHi all, I want to port the .dbf files into Sqlserver. The requirement are as such that The user should be able to specify the name of Database and login Credential prior to porting the files into the Database. we are using Visual Studio 2005 as developoemnt platform. Please suggest us the possible way for that i can achieve my target. Thanks and Regards Avesh Agarwal
-
Connect DBF databaseHello Sir, I want to port the .dbf files into Sqlserver.i m not able to port the .dbf files into Sqlserver. I m a novice in this. i hope u have done this..Can u please tell me how can i do this. The requirement are as such that The user should be able to specify the name of Database and login Credential prior to porting the files into the Database. i m using Visual Studio 2005 as development platform. Thanks and Regards Avesh Agarwal
-
Problem regarding port the .dbf files into SqlserverHi all, I want to port the .dbf files into Sqlserver. The requirement are as such that The user should be able to specify the name of Database and login Credential prior to porting the files into the Database. we are using Visual Studio 2005 as developoemnt platform. Please suggest us the possible way for that i can achieve my target. Thanks and Regards Avesh Agarwal
-
Regarding select DateHi, I am having a problem.Actually what i want is to find the Dates between particluar Dates like how many dates between two dates.For this i dont have any table.Then after i want to store this resultset in the Temporary Table. i have done lots of RNd but didn't get the ans. Thanks in Advance Avesh
-
Print problem in datagridFrndz, Kinldy give me sample code about how to print data from datagrid in C#. Avesh
-
Landscape printing orientationHi, I want the users of my website to be able to print a datagrid on one of the webpages. Now my problem is that when the user does so one of the columns is cut off due to the page orientation. But if I set the page orientation to landscape manually it prints the entire datagrid. How do I set the page orientation to Landscape programatically. Is there some way I could achieve this using the CSS file? Thanks in advance, Avesh
-
problem regarding printhi , My problem is that i want to take a print out of my Data which is bind with Gridview.For that i have used window.print.but the problem is that in my gridview there are 100s of records for that i have used paging.when i m giving my print command it print only one page even it has 100s of records .and i want to print all the records which bind to the gridview.i dont want to use another page for displaying all the records and give the print command.i want to acheive my target with only single page. tell me how can i achieve my target.. thanks in advance avesh
-
Export the Data to ExcelHi I am Exporting The dataGrid Data To Excel..i have done it but the problem is in my grid lots of data So i have used Paging in That when i m exporting the Grid Data insted of Exporting Whole Data it export only those data which shown in Grid and i want to export whole data.. pls tell me how can i acheive my target.. Thanks in Advance Avesh
-
close the popup windowU can write down the script in codebehind like Response.write(""); Response.write("window.close();"); Response.write(""); Check out this code.. Regards Avesh