User Profile

Collapse

Profile Sidebar

Collapse
ulai
ulai
Last Activity: Nov 20 '08, 04:46 AM
Joined: Oct 14 '08
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • ulai
    replied to asp.net with flash
    in .NET
    I have created swf as a button for used in asp.net. I have embed it to asp.net and add the function onClick().
    Code:
    <head runat="server">
        <title>Flash--</title>          
        <script type="text/javascript">
            function tes() {
                alert("test");
            }        
        </script>
    </head>
    <body >
    ...
    See more | Go to post

    Leave a comment:


  • ulai
    replied to asp.net with flash
    in .NET
    I can't see Flash in Silverlight.Net ?
    See more | Go to post

    Leave a comment:


  • I got this code (in .aspx) to export Table into Excel :

    Code:
    If (Not (gridExport.HeaderRow) Is Nothing) Then
        virTable.Rows.Add(gridExport.HeaderRow)
    End If
    
    For i = Val(txtPageFrom.Text) To Val(txtPageTo.Text)
                    gridExport.PageIndex = i
                    gridExport.DataBind()
    
                    For Each row As GridViewRow In gridExport.Rows
    ...
    See more | Go to post

    Leave a comment:


  • I am new in asp.net. And i don't know how to do that. Would you tell me how to do that ?...
    See more | Go to post

    Leave a comment:


  • ulai
    started a topic asp.net with flash
    in .NET

    asp.net with flash

    Hey all,

    Could i make a web with flash visualization and code with asp.net?
    See more | Go to post

  • Thanks for replying

    For the reason is I want to list the data with the spesific criteria that was given. And for 25000 records is just a matter of the USER BAD-HABIT that i want to handle.

    And is it depend on memory that i have ?
    my memory is 2004 MB RAM, and i checked the usage of memory is so low
    See more | Go to post

    Leave a comment:


  • Export GridView to Excel cause System.OutOfMem oryException

    Hello everyone,

    I want to export GridView (25000 records) to Excel. But i got an error message like : System.OutOfMem oryException was Thrown.

    But i need to export the records (even more than 25000 records) to excel

    How to solve this ?
    See more | Go to post

    Leave a comment:


  • Export GridView to Excel cause System.OutOfMemoryException - ASP.NET VB

    Hello everyone,

    I want to export GridView (25000 records) to Excel. But i got an error message like : System.OutOfMem oryException was Thrown.

    But i need to export the records (even more than 25000 records) to excel

    How to solve this ?
    See more | Go to post

  • ulai
    started a topic javascript + asp.net

    javascript + asp.net

    Hey all,

    I hav a prob using javascript within asp.net

    All i want to do was just changes the button backcolor when the mouse was on that button
    See more | Go to post

  • ulai
    replied to Export Gridview to Excel more than 65535 record
    in .NET
    Thx for your att,

    Right now, i'm focusing 2

    But in 2 i got no error message, cause i place the response.write outside looping. The problem in 2 is its only displayed the first page of gridview from 2400 pages.

    In 3, i tried to fix the problem in 2. I placed the response.write inside the looping. And as you say its got an error : System.OutOfMem oryException

    Here is the code in 2 :
    ...
    See more | Go to post

    Leave a comment:


  • ulai
    replied to ASP.NET page_load event
    in .NET
    I'm a newbie in asp.net. i don't know but maybe this can help, pliz try it :

    the main code : application.ite m("name")=val ue


    dim a as string
    a=application.i tem("name")

    Is it can help?
    See more | Go to post

    Leave a comment:


  • ulai
    replied to Export to excel
    in .NET
    Just add :
    EnableEventVali daion='false'

    like this :

    <%@ Page Language="VB" AutoEventWireup ="false" CodeFile="Defau lt.aspx.vb" Inherits="_Defa ult" EnableEventVali dation="false" %>
    See more | Go to post

    Leave a comment:


  • ulai
    started a topic Export Gridview to Excel more than 65535 record
    in .NET

    Export Gridview to Excel more than 65535 record

    Thanks for your help. It really help to solve my work.
    But now i have a bigger problem :
    I had more than 65535 records in gridview divide by 10/pages. And when i tried to export the gridview in excel on every way :
    1. I disabled the allowpaging in gridview and got and error messages like : System.OutOfMem oryException Was Thrown
    2. My idea is to store row in gridview to virtable per pages. I create virtable as Table. Added...
    See more | Go to post

  • ulai
    replied to connect to access with password
    in .NET
    Thanks for your help. It really help to solve my work.
    But now i have a bigger problem :
    I had more than 65535 records in gridview divide by 10/pages. And when i tried to export the gridview in excel on every way :
    1. I disabled the allowpaging in gridview and got and error messages like : System.OutOfMem oryException Was Thrown
    2. My idea is to store row in gridview to virtable per pages. I create virtable as Table. Added...
    See more | Go to post

    Leave a comment:


  • ulai
    started a topic connect to access with password
    in .NET

    connect to access with password

    this access file has password when you want to opened it.
    After that it run the form login that had user field and password field.

    How to connected to that access file using asp.net with language vb.net
    See more | Go to post
No activity results to display
Show More
Working...