User Profile

Collapse

Profile Sidebar

Collapse
bbaamm
bbaamm
Last Activity: Jun 7 '11, 09:29 AM
Joined: Jul 28 '10
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • how to open savefiledialog in web application

    Dear All,

    how can i to call a SaveFileDialog on a web aspplication??

    can anyone plz suggest me.

    Thanks in advance.
    See more | Go to post

  • bbaamm
    started a topic export data from database to excel

    export data from database to excel

    hai,

    i want to export the oracle database table data into excel.i have some data in database table.i want to save that data in excel sheet.how to do can any one plz suggest me.iam new to this.

    its very urgent.


    thanks in advance.
    See more | Go to post

  • how to bind dataset data to oracle (db) temporary table

    Code:
    
    Protected Sub Button1_Click(ByVal sender As Object, ByVal e As System.EventArgs)
            
            If FileUpload1.HasFile Then
                Try
                    ' alter path for your project
                    FileUpload1.SaveAs(Server.MapPath("~/ExcelImport.xls"))
                    Label1.Text = "Upload File Name: " & _
                         FileUpload1.PostedFile.FileName
    ...
    See more | Go to post

  • ORA-01732: data manipulation operation not legal on this view

    Code:
    CREATE OR REPLACE PROCEDURE thqvb_TEST(g_plazano VARCHAR2,g_oprdate VARCHAR2) IS
    BEGIN
    DECLARE
    
    thq_oprdate  date;
    thq_plazano  varchar2(3);
    thq_reconcilecode varchar2(3);
    thq_badgeno    number(5);
    thq_bagno number(4);
    thq_jobno number(2);
    thq_laneno varchar2(3);
    thq_badgename   varchar2(25);
    thq_totdeclareamount  number(10,2);
    thq_tottranamount  number
    ...
    See more | Go to post

  • total count of records in gridview row data bound

    Code:
    Imports System.Data
    Imports System.Data.SqlClient
    Imports System.Data.OracleClient
    Imports CrystalDecisions.CrystalReports.Engine
    Imports CrystalDecisions.Shared
    Imports System.Globalization
    Partial Class plaza_dailyDeclareExcessShort
        Inherits System.Web.UI.Page
        Private Report1 As ReportDocument
        Private OraCon2 As New OracleConnection(ConfigurationManager.AppSettings("OraCon2"))
    ...
    See more | Go to post

  • query to bind grid from database showing multiple columns based on 1 field item

    he database result is as follows

    DATE code class1 class2 class3
    1/8/10 M1 10 20 30

    3/8/10 V2 20 30 10

    1/8/10 H1 1 2 3

    7/8/10 !

    !
    8/8/10 !M2 5 5 5
    3/8/10 B2 4 4 4
    1/8/10 V1 3 7 3


    ...
    See more | Go to post

  • Code:
    Protected Sub btnClass1Rev_Click(ByVal sender As Object, ByVal e As System.EventArgs) Handles btnClass1Rev.Click
    
            conn.Open()
    
            da = New OracleDataAdapter("Select distinct hqcs_plazano from hq_plazasetup HQ_ENTRY where " & _
                      "hqcs_plazatype = 'ENTRY' or hqcs_plazatype = 'EXIT' or hqcs_plazatype = 'MIXED' or hqcs_plazatype = 'OPEN' order by hqcs_plazano asc",
    ...
    See more | Go to post

    Leave a comment:


  • bbaamm
    started a topic how to give gridview cell spacing?

    how to give gridview cell spacing?

    we are working in grid view
    in one grid each cell have childgrids and that child grid each cell contains 7 colmns and that 7 columns bind data from database but the cell spacing is not equal.


    here i attached my code and source code

    plz give me any suggestions......
    See more | Go to post
No activity results to display
Show More
Working...