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 dencom 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: clyde11
  • Content: Threads
  • Order by date
  1. clyde11

    dropdown list event issue

    Hello all, I’m using this DropdownList’s webcpntrol, in an asp.net web application (C#) While making the AutoPostBack = “True”, When choosing a dropdown list item (let’s say in page1.aspx) the relevant handler is invoked and redirecting to diff. page when returning back to the 1st page...
  2. clyde11

    web application's session ending

    Hello all, I'm writing an asp.net web application in C# i would like to invoke some function when the session ends (e.g, deleting some files from the web server directory) is there any function (like the Page_Load() func. that is being called every time the page is being load) that occires when...
  3. clyde11

    asp.net application exception

    Hi all, I've written an asp.net web application that works just fine on my personal machine but when i moved it to the server folder there is this exception i'm getting while using export method of an OWC11 object. there are 2 things i don't really understand, 1. why do i get this exception on...
  4. clyde11

    System.Runtime.InteropServices.COMException problem

    Hi all, I'm developing a web application and using OWC10 (office web component), i've added the relevant COM component (OWC10) into my project, and it works just fine on my local machine, when i put it on some server and running the application an exception is raised due to the...
  5. clyde11

    ado.net, data grid view updating

    Hello all, I'm reading a tutorial about updating an sql table using ado.net capabilities, in this example, using a data grid to get input values and update the needed row in the table, now, the problem is that i don't really understand what is the content of the "UpdateView()" function...
  6. clyde11

    sql server table update

    Hi all, first, I'm quite new to C#/asp.net/sql-server... now, i'm writing an asp.net web application using c#, (Visual studio 2003) in some point i want to give the user an option to update rows in a sql-server table, i'm kind of don't really know what is the best way to attack this issue...
  7. clyde11

    datetime format issue

    Hi all, I have a view with a datetime column, when viewing the column data the format is: " 2006-06-12T12:00:00.0000000+03:00 " while i'm only want to see the date part (that is, 2006-06-12, and if possible in the format: dd/mm/yyyy) now, when i'm using convert( varchar(10)...
  8. clyde11

    wss - increase web part's timeout

    Hi all, I'm using this web service in a share point page, which shows sql queries in wss format, the sql procedure's running time is more than 7 seconds and sometimes i'm getting the error msg: "The Web Part has timed out." anyone knows how to increase web part time out ?? Best, C.
  9. clyde11

    improve running time...

    Hi all, I have an access to some table which i can't change, only select statements and stuff. there are some values in a specific column in this table which are *NULL* values, in each place of this NULL value i want to show a very specific value, that is calculated in a UDF (user defined...
  10. clyde11

    changing column in a view

    Hello all, I'd like to create a view which shows all specific column values (null values for example) as calculated values from another column, if for example i have the table: --------------- | col1 | col2 | |------|------| | 123 | null | | 126 | 9 | --------------- i would like the view...
  11. clyde11

    filling column with indices

    Hi all, I have a column which i want to put inside ascending indices, that is, empty column which i want to enter 1,2,3,4.....[tble no. of rows] so this table: col1 | col2 | col3 ------------------- | a | b | c | d | e | f becomes: col1 | col2 |...
  12. clyde11

    vbscript in a dts

    Hi all, I'm writing a DTS activeX with VBscript and would like to access a data in in an excel sheet on the first row, while using DTSDestination("columnA") = DTSSource("columnB") will assign "columnB" in "columnA" for each row, how do I do this for specific row source column (for example...
  13. clyde11

    Exam question

    Hi falks, i got this question in a test, i'm almost positive that all of the answers are incorrect: in C++, the "inline" mechanism: 1. enable better run time prformance, while still keep structuralism 2. is actually using the old C preprocessor 3. does not enable type checking while...

Part and Inventory Search

Back
Top