hi, I have try iTextSharp.dll before. But have any ddl file that can generate pdf file. thanks From: eva wong
wongeva
Posts
-
asp.net C# 2.0 generate pdf file -
iTextSharp Compatibility with .Net 2.0 Frame work?hi, I have a Question regarding iTextSharp Compatibility with .Net 2.0 Frame work. Will iTextSharp be supported in the 2.0 framework? thanks From:eva
-
ASP.NET 2.0 C# with ExcelHi, Christian Graus Can you send me the regarding code to me for refer..... THANKS From: eva
-
ASP.NET 2.0 C# with Excelhi, Have any method that can retrieve record from database then export it to Excel file(the function that set the width of each field is needed) Have any idea.... From:Eva wonG
-
ERROR [S1000] [Microsoft][ODBC Visual FoxPro Driver]Cannot update the cursorHi dear, i face a problem here, use asp.net with c#.... conConnectionOTHER= new OdbcConnection( "PWD=; SourceType=DBC;DSN=payroll;Collate=Machine;Deleted=Yes;BackgroundFetch=Yes;Exclusive=Yes; SourceDB=C:\\payroll\\data\\myapp.dbc;Null=Yes;UID="); ======================================================================================= //Success conConnectionOTHER.Open(); OdbcCommand cmdGetHistory; OdbcDataReader dtrGetHistory; string strGetHistory="select * from sol where employeeid='000007'"; cmdGetHistory=new OdbcCommand(strGetHistory,conConnectionOTHER); dtrGetHistory=cmdGetHistory.ExecuteReader(); DataGrid2.DataSource=dtrGetHistory; DataGrid2.DataBind(); conConnectionOTHER.Close(); //end Result is success, it can bind and show in data grid ====================================================================================== //Fail Here conConnectionOTHER.Open(); OdbcCommand cmdUpdate; string strUpdate="Update sol set type='LEA' where employeeid='000007'"; cmdUpdate=new OdbcCommand(strUpdate,conConnectionOTHER); cmdUpdate.ExecuteNonQuery(); conConnectionOTHER.Close(); //end Result is fail, cannot update record Server Error in '/linkToPayroll' Application. -------------------------------------------------------------------------------- ERROR [S1000] [Microsoft][ODBC Visual FoxPro Driver]Cannot update the cursor. Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code. Exception Details: System.Data.Odbc.OdbcException: ERROR [S1000] [Microsoft][ODBC Visual FoxPro Driver]Cannot update the cursor. Source Error: Line 37: string strUpdate="Update sol set type='LEA' where employeeid='000007'"; Line 38: cmdUpdate=new OdbcCommand(strUpdate,conConnectionOTHER); Line 39: cmdUpdate.ExecuteNonQuery(); Line 40: conConnectionOTHER.Close(); Line 41: Source File: c:\inetpub\wwwroot\linktopayroll\webform1.aspx.cs Line: 39 ======================================================================================== Please need your guideline.......help Thank you very much from : eva
-
About Crystal Report==Microsoft visual studio .NET 2003 ==Asp.net With C#, Web appliation ==Create Crystal Report What is the problem ? How to solve it? Can you help me, Please........ Input:: private void Page_Load(object sender, System.EventArgs e) { CrystalReportViewer1.ReportSource=Server.MapPath("")+"\\CrystalReport1.rpt"; } ========================================================================================= Output:: Exception Details: CrystalDecisions.CrystalReports.Engine.LogOnException: Logon failed.
-
Multi-column Drop Down ListThanks your reply......... but i dun know how to do it.......... Can u help me? From:Eva
-
Multi-column Drop Down List***** Current language, ASP.NET 1.1 with C# How to create Multi-column Drop Down List ? Have you any idea? From, Eva
-
Web Form SizeHi, Eva here use ASP.NET 1.1 With C#, You know how to set the web form size ? I just need the form show short information only , so just need display small window for it..............how?
-
Data Grid --> Data Key FieldIn my Web form I have DataGrid1 and want to add 2 cols in DataGrid1.DataKeyField property. If I had 1 col. it would be DataGrid1.DataKeyField = "ColName1", but how can I add another more "ColName2"?
-
About print , use asp.net with c#Use asp.net with c# ...... Wat the code for print the web form? How to create print button ? Thanks...
-
message box problem<%@ Page language="c#" Codebehind="WebForm2.aspx.cs" AutoEventWireup="false" Inherits="try2.WebForm2" %> WebForm2 function ClickMe() { Alert("The MessageBox Appears"); return false; }
-
message box problemHi, Actually , i dun know about JAVA language.....Can mix with asp.net? U know how to solve it? Thanks, Eva
-
message box problemhi, i use asp.net with c# to write the code.....it need to prompt a messagebox ...so, how to write the code to display it? thanks......
-
message box problemAfter i click a button to show message box ==> MessageBoc.Show("Error"); Bellow message displayed....... It is invalid to show a modal dialog or form when the application is not running in UserInteractive mode. Specify the ServiceNotification or DefaultDesktopOnly style to display a notification from a service application. How to solve this problem?
-
ASP.NET WITH C# , How add componet for print button [modified]How add web control for printing ? How Creare MessageBox for warning? -- modified at 23:21 Wednesday 6th June, 2007
-
ASP.NET WITH C# DATA GRID FOR DataKeyFieldIf there are 3 attributes key serve as the table's primary key. How can i put the DataKeyField with 3 attributes name? Who can help me?.......please THANKS