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...
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...
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...
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...
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...
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...
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)...
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.
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...
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...
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 |...
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...
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...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.