Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
W

wongeva

@wongeva
About
Posts
17
Topics
12
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • asp.net C# 2.0 generate pdf file
    W wongeva

    hi, I have try iTextSharp.dll before. But have any ddl file that can generate pdf file. thanks From: eva wong

    ASP.NET csharp asp-net

  • iTextSharp Compatibility with .Net 2.0 Frame work?
    W wongeva

    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 question csharp

  • ASP.NET 2.0 C# with Excel
    W wongeva

    Hi, Christian Graus Can you send me the regarding code to me for refer..... THANKS From: eva

    ASP.NET csharp asp-net database

  • ASP.NET 2.0 C# with Excel
    W wongeva

    hi, 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

    ASP.NET csharp asp-net database

  • ERROR [S1000] [Microsoft][ODBC Visual FoxPro Driver]Cannot update the cursor
    W wongeva

    Hi 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

    ASP.NET help csharp css asp-net sysadmin

  • About Crystal Report
    W wongeva

    ==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.

    ASP.NET csharp help question asp-net visual-studio

  • Multi-column Drop Down List
    W wongeva

    Thanks your reply......... but i dun know how to do it.......... Can u help me? From:Eva

    ASP.NET csharp asp-net tutorial question

  • Multi-column Drop Down List
    W wongeva

    ***** Current language, ASP.NET 1.1 with C# How to create Multi-column Drop Down List ? Have you any idea? From, Eva

    ASP.NET csharp asp-net tutorial question

  • Web Form Size
    W wongeva

    Hi, 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?

    ASP.NET csharp asp-net tutorial question

  • Data Grid --> Data Key Field
    W wongeva

    In 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"?

    ASP.NET question css

  • About print , use asp.net with c#
    W wongeva

    Use asp.net with c# ...... Wat the code for print the web form? How to create print button ? Thanks...

    ASP.NET csharp asp-net tutorial question

  • message box problem
    W wongeva

    <%@ Page language="c#" Codebehind="WebForm2.aspx.cs" AutoEventWireup="false" Inherits="try2.WebForm2" %> WebForm2 function ClickMe() { Alert("The MessageBox Appears"); return false; }

    ASP.NET help tutorial question

  • message box problem
    W wongeva

    Hi, Actually , i dun know about JAVA language.....Can mix with asp.net? U know how to solve it? Thanks, Eva

    ASP.NET help tutorial question

  • message box problem
    W wongeva

    hi, 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......

    ASP.NET help tutorial question

  • message box problem
    W wongeva

    After 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 help tutorial question

  • ASP.NET WITH C# , How add componet for print button [modified]
    W wongeva

    How add web control for printing ? How Creare MessageBox for warning? -- modified at 23:21 Wednesday 6th June, 2007

    ASP.NET csharp asp-net question

  • ASP.NET WITH C# DATA GRID FOR DataKeyField
    W wongeva

    If 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

    ASP.NET csharp question css asp-net help
  • Login

  • Don't have an account? Register

  • Login or register to search.
  • First post
    Last post
0
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups