Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: 123ASP
  • Content: Threads
  • Order by date
  1. 123ASP

    Keep format intact after Datagrid Export to Excel

    Hi , I have created datagrid and added a link to export the content of the datagrid to excel. All format was lost when I export the data. Is there a way to keep the same format in the datagrid in the exported excel. Please click on the link to have a visual snap shot of the problem...
  2. 123ASP

    Can I Execute DTS from within Store procedure?

    hi, I have one store procedure and one Dts package. The store procedure process data and I would like to be able to once the store procedure is completed, to run the DTS Package, How can I do that, thanks for your help. Al
  3. 123ASP

    Sql Server Agent ( How to execute DTS after executing store procedure

    Hi, I have created 3 store procedure and one DTS. I would like to schedule those code and run them in sequential order. Those are the code: sp_A sp_B DTS_moveData sp_C Once sp_A is completed sucessfully, I want sp_B to run then once sp_B is completed sucessfully, I want DTS_moveData to run[...
  4. 123ASP

    Use command line to zip and Unzip

    Hi, this is a code when I execute it from sql server query window , it runs. Does anyone knows how I can reverse the function so instead of zipping the files I need to unzip them into a new folder..... thanks for your help and support Al declare @varcmd varchar(255), @CurrentDate...
  5. 123ASP

    DMZ and PC security

    hi I have fast internet provider, Cox roadrunner + PC at home + a wirless router. I want to be able to set up my PC to do the following: 1. Allow Public to access my web page in my PC 2. Allow some people to access my ftp server in my PC 3. Allow one or two people to use remote Desktop...
  6. 123ASP

    deploy asp.net

    hi, I have created a simple 3 pages application. Input form and 2 datagrid. back end is access database. I need to deploy the application to a host company. since I am doing this for the first time, Is there any consideration that I need to account for before I send the 3 aspx pages. What...
  7. 123ASP

    Applying security on a link

    hi I have created a link as follow: http://168.125.1.1/xzy/report/projectCost.pdf in a web page in which a user can access the link after he/she provide user name and password. after the user is approved to enter the site, he/she can click on the above link to view the content of the pdf...
  8. 123ASP

    Sql server sp3

    hi I have downloaded Sql server sp3 from http://www.microsoft.com/downloads/details.aspx?FamilyId=90DCD52C-0488-4E46-AFBF-ACACE5369FA3&displaylang=en and installed the following in my server sql2kasp3.exe 44617 KB sql2kdesksp3.exe 70815 KB sql2ksp3.exe I ran sql2ksp3.exe and then...
  9. 123ASP

    form validation

    hi, Is there a way to create a function that is smart enough to do all kind of form validation . Basically, I can pass form elements one at a time , then the function can validate for the following: check if field is either integer ,string or date Once the datatype is determined, it validates...
  10. 123ASP

    Error During update datagrid

    hi, I have a datagrid that contain a date field. if the field has a adate before I update the row, it make the update, but if a edit a record that has no date in the column field, I get the following error, any idea how to fix it. thanks Al Cast from type 'DBNull' to type 'Date' is not valid...
  11. 123ASP

    Printing checks from asp.nete

    hi, I have created a table that capture profit distributions from projets, what I need to do is to create a bottom to iterate throw profit distribution table and print checks to the investors, can I do that in asp.net? and if I can what approach I can take. thanks Al
  12. 123ASP

    Setting MS Sql server with Arabic Collation

    I have installed sql server with Arabic collation and I was able to create a table with two fields that has nvarchar datatype and I was able to insert data into that table. I did the same thing with default sql server , when I insert data into same table structure, it worked, but when I...
  13. 123ASP

    simulating like trigger in datagrid

    hi, is there a way where I can check a specifit field in a datagrid once it changed, I can capture old value and new value and process those info. thanks Al
  14. 123ASP

    save field value in another table

    hi, I have created a datagrid that pull record from one table. The table called contact_log and it has a field called followupAction. For every change in any record, I want to capture the old data for the followup filed to be archived in another table, so client_call_log table...
  15. 123ASP

    Data type confusion

    hi I am new to asp.net. I appreciate your assistance in clarifying the following: Which Data type I should use 1. Ado type vs .net type vs sqlDbType vs sqlType I did the following in visual studio Imports System.Data Imports System.Data.SqlClient Imports System.Data.SqlDbType Imports...
  16. 123ASP

    To Use Cursors OR not To Use What is the Answer !!!

    Falling back on cursors because they remind you of datasets will result in poor performance " Hi, The above quote was from an article which advice to use store procedure and avoid T-sql in the body of a webpage. Anyway, To me, I always use cursor when I want to process one row at a time. Is...
  17. 123ASP

    copy aspx from V.Studio to Production Caused Error

    hi, I have created a project in Visual Studio.net (vs.net) and created one aspx page called salesreport.aspx that pull data into a datagrid. That is done in the development PC. I ran the salesreport.aspx from within vs.net and it worked. Now I want to publish it in the production server so I...
  18. 123ASP

    aspx production and deployment

    hi, I used to create aspx in one page, the html and the code. everytime I am done with an aspx page,I upload it to the server and I am able to view it via the browser. I never used visual studio before. Someone recommended me to use it and I did. My question, when I create one aspx page in my...
  19. 123ASP

    How to access database tables in Oracle

    hi, I wonder how can I view all available database in Oracle. I want to be able to identify specific database then view its tables so I can create store procedures to pull data in a reporting format. I have not worked with Oracle before, but I have a client who gave me access to his plsql...
  20. 123ASP

    create Oracle store procedure via Visual Studio .Net 2003

    hi, I am not an oracle developer and never used it before. I only know MS Sql server 2000. I want to be able to create a storeprocedure in Oracle database for reporting purposes. I have visual studio .net 2003. My question, can I create storeprocedure in Oracle database via visual Studio .net...

Part and Inventory Search

Back
Top