Dear All,
how can i to call a SaveFileDialog on a web aspplication??
can anyone plz suggest me.
Thanks in advance.
User Profile
Collapse
-
how to open savefiledialog in web application
-
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. -
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 -
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
-
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")) -
bbaamm started a topic query to bind grid from database showing multiple columns based on 1 field itemin .NETquery 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
... -
...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", -
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......
No activity results to display
Show More
Leave a comment: