Search:

Type: Posts; User: ychhuong

Page 1 of 5 1 2 3 4

Search: Search took 0.07 seconds.

  1. Replies
    4
    Views
    562

    VS 2005 Re: Upload pictures in ASP.NET

    Thanks jmcilhinney and brucevde.

    I want to use SQL Server 2008.
    Since each user can post many articles and each article contains many pictures, if I need to store the images on file system,...
  2. Replies
    4
    Views
    562

    VS 2005 Upload pictures in ASP.NET

    Hi all,

    I want to create a website (using ASP.NET & SQL Server) which allows user to post article and pictures related to that article. Should I store that pictures in SQL Server or file systems? ...
  3. Re: SQL SERVER 2005: Transaction context in use by another session

    My case is that I want to remove the records from the source database after those records has been backup. so the backup(insert records into the backup database) and removing the records from source...
  4. Re: SQL SERVER 2005: Transaction context in use by another session

    My backup database is not always on the same PC. To be flexible, I pass the ServerName parameters. So I use Distributed Transaction.
  5. Re: SQL SERVER 2005: Transaction context in use by another session

    ROLLBACK TRAN

    Msg 3903, Level 16, State 1, Line 1
    The ROLLBACK TRANSACTION request has no corresponding BEGIN TRANSACTION.

    I have read article "Transaction context in use by another session"...
  6. SQL SERVER 2005: Transaction context in use by another session

    Hi all,

    I have two databases in MS SQL Server 2005(StockDB and StockDBBackup).

    I am on StockDB database.

    The following sql works fine.


    INSERT INTO...
  7. Replies
    3
    Views
    4,540

    Re: [2005] ASP.NET run a schedule task

    Thanks.
  8. Replies
    3
    Views
    4,540

    [2005] ASP.NET run a schedule task

    I have an asp.net 2.0 web application. The application need to send emails to users every day e.g at 11 PM. Is there any way to do this (I am not allowed to use Windows Service or Schedule Task)?...
  9. [02/03] Can I use ASP.NET 1.0 to Access MS SQL Server 2005 Reporting Services

    I am very new to MS SQL Server 2005 Reporting Services. I want to know whether I can use ASP.NET 1.0 to access the reports in MS SQL Server 2005 Reporting Services or not?

    Thanks
  10. Replies
    1
    Views
    670

    [2005] Sending Email in ASP.NET 2.0

    I am sending email in ASP.NET 2.0 to other user in different email, mymail@gmail.com.

    web.config

    <system.net>
    <mailSettings>
    <smtp from="testapp@abc.com">
    <network...
  11. [RESOLVED] [2005] Prevent User Download File using URL in ASP.NET 2.0

    I have a small website which allow user to upload and download files. Before upload or download user must log in first.

    currently if other user know the URL(example:...
  12. Replies
    8
    Views
    3,618

    Re: VB6, Crystal Report 8.5 and Oracle 8i

    Thank GaryMazzone and Al42.

    ok. I will try this by creating synonym. Anyway how can I send the result of disconnected recordset to the report in VB6?
  13. Replies
    8
    Views
    3,618

    Re: VB6, Crystal Report 8.5 and Oracle 8i

    I already include the database, user name & password to crystal report database.

    crReport.Database.LogOnServer "pdsora7.dll", GetDBName(), , GetDBUserID(), GetDBPassword()
    Dim i As...
  14. Replies
    8
    Views
    3,618

    VB6, Crystal Report 8.5 and Oracle 8i

    Hi I have a report(Crystal Report). I login use user name: scott to connect to oracle 8i database by using Student table. It works ok on my pc when preview the report from vb6. But when i send to...
  15. Re: [02/03] Format DateTime in VB.NET

    Thank all.
  16. [RESOLVED] [02/03] Format DateTime in VB.NET

    I use the code as the following
    Now.ToString("dd-MMM-yyyy")

    I want to get, example: 04-Jan-2006. It works correctly if the system datetime format is English. but if the system datetime format is...
  17. [2005] How to change the screen resolution

    How can I change the screen resolution in VB.NET 2005?
  18. Replies
    0
    Views
    1,864

    using CheckBox in DataGrid in VB6

    Anyone know how to use checkbox with datagrid in VB6? (It can be done in VB.NET). but I don't know in VB6. Need help!!!
  19. [02/03] Allow select only one RadioButton in Datagrid

    I used RadioButton in Datagrid. I want user select only one option. How can i do? currenlty user can select many option in datagrid.
  20. Replies
    3
    Views
    662

    Re: [02/03] Rounding problem in VB.NET

    The function in http://www.codersource.net/csharp_math_round.aspx works correctly only for positive number, but wrong for negative number.

    Example:
    roundnum(10.015, 2) returns 10.02
    ...
  21. Replies
    3
    Views
    662

    [02/03] Rounding problem in VB.NET

    I have problem in rounding number in vb.net

    I use Math.Round(13.025, 2), it returns 13.02
    but Math.Round(13.035, 2), it returns 13.04.

    I very wonder: If Math.Round(13.025, 2) return 13.02,...
  22. Replies
    2
    Views
    608

    [02/03] use Validator Control in asp.net

    I have a textbox(this textbox is required and must be numeric). I want to use regular expression validator to validate it.
    I set ValidationExpression="\d{1,10}", but it allow blank field(not allow...
  23. Use Sql Statement to create croostab query in sql server

    I have the following view.

    View1:
    Date ProductType TotalSale
    1/1/06 A 100
    1/1/06 B 150
    1/1/06 C 300
    2/1/06 A 210
    2/1/06 B 250
    2/1/06 C 310
  24. Replies
    1
    Views
    903

    Prevent Back Button in Web Browser

    In my web application(asp.net), there is problem when user click back button of web browser, then click the submit button on the page again. How to prevent user from click on back button on the web...
  25. Replies
    1
    Views
    3,193

    Subreport in Crystal Report

    I have tried creating another detail section and putting the subreport in that. The "new page before" option is disabled(check by default). It always display subreport in new pages. How can uncheck...
  26. Replies
    2
    Views
    653

    [02/03] Compile VB.NET Project

    I work with a big VB.NET Project. When I compile this project, Visual Studio often crash and exit and It also take long time compile it. Now I want to compile it by using VBC.exe? Need help how to...
  27. Replies
    5
    Views
    675

    Re: [02/03] Access controls of other forms

    Thanks. Why in VB 2005 we can use FormName.AnyControl without declare an instance of form? Is it shared member or something else?
  28. Replies
    5
    Views
    675

    [02/03] Access controls of other forms

    I have Form1(Textbox1, Button1) and Form2(Textbox2).
    When I click Button1 of Form1, it will display Form2. In Form2, i want to access the Textbox1(any controls) of Form1. Any solution?
  29. Replies
    6
    Views
    987

    Re: Java with Report

    Is there any sample of using Crystal Report with Java? I have tried JasperReport, but when I run it i alway got error. Here is my code.

    try{

    JasperReport jasperReport = ...
  30. Replies
    6
    Views
    987

    Re: Java with Report

    Thank all. I have one more question. Can we use Crystal Report with Java? if yes, how?
  31. Replies
    10
    Views
    679

    Re: How to show Window Task Manager

    I do not have privilege to show Windows Task manager(lock my administrator). But sometime my computer got stuck so I want to end process some applications. Is there any API function to do show...
  32. Replies
    10
    Views
    679

    How to show Window Task Manager

    How can I use VB Code to show Window Task Manager? Thanks.
  33. Replies
    6
    Views
    987

    Java with Report

    I start learning Java Programming. I develop small java program that connect to database. Now I want to create a report for this application. for example, report of monthly stock out. I know we use...
  34. Replies
    1
    Views
    498

    ConnectionString in Configuration file

    ConnectionString to database is often stored in Configuration file. It includes username and password also. When we deploy the application, the end user can open the configuration file and see the...
  35. Replies
    4
    Views
    819

    Re: Program run in background process

    Now I have created Console Application and use thread to generate a report. When my console application start, the black windows(console windows) display. I don't want to display windows. In window...
  36. Thread: Read XML file

    by ychhuong
    Replies
    3
    Views
    635

    Re: Read XML file

    Now my XML file has been change to the following format. Now I have a project related to read this xml file. It is urgent. I have no much time to search. Is there any example? Thanks.

    <?xml...
  37. Thread: Read XML file

    by ychhuong
    Replies
    3
    Views
    635

    Read XML file

    I have one xml file as the following. I know that we use dataset.ReadXML to read xml file. I want to get the value of "connectionString","mailEnable" ........
    Need help! Thanks.

    <?xml...
  38. Replies
    4
    Views
    819

    Re: Program run in background process

    No I don't want to develop a windows service. I just want my application to run in background process. There is no interface for this application. It is just a process to generate a report. I use...
  39. Replies
    4
    Views
    819

    Program run in background process

    Hi all. My boss want to me develop .net application to generate a report in background process in a specified time every night(12 AM). Is there any example about program run in background process?...
  40. Why CSV file rename to XLS file when Downloading

    I have create a CSV file in comma-delimited format(Report.csv). When I use asp(Response.Redirect("Report.csv")) . Then it prompt user to save as .xls file. Excel does not display properly with this...
Results 1 to 40 of 167
Page 1 of 5 1 2 3 4



Click Here to Expand Forum to Full Width