Hi All,
I was wondering if any of you have faced such a problem. I have some big databases which have tables having more that 100,000 records per table.
The procedure here is we do lot of bulk inserts via DTS packages. Once this is done, the Sysindex table reflects the exact count or records...
Hi !
I need some help, one of the applications I am designing, requires me to have two containers. At the starting of the app the First container should contain some Labels/ Command buttons (say 5) in number.
The user can drag and drop any of these from the first container to the other. The...
Hi !!
I have a Checkbox control, which I have placed inside a repeater control. I have to conditionally show it checked / unchecked.
It works fine when I select the first set of Values from a dropdown list box.
Now when I change the selection in the Dropdown and re-load the page, although...
Hi !
I have a SOAP - XML string :-
<SOAP-ENV:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/"...
Hi !
I am having a problem in declaring a class which is Transactional as also Serializable
I know if you want to Serialize a class you need to write something like :-
(Syntax in VB.NET)
<Serializable()> _
Public Class DataFetch()
And a Transactionl Class as :-
(Syntax in VB.NET)...
Hi !
I am having a problem in declaring a class which is Transactional as also Serializable
I know if you want to Serialize a class you need to write something like :-
<Serializable()> _
Public Class DataFetch()
And a Transactionl Class as :-
<Transaction(TransactionOption.Required)> _...
Hi!
I have a problem. I have a Stream Object (MemoryStream). I am unable to find a way to store this stream to Database. I know I can convert this stream to string and then store it to the database. But I want to avoid doing so as it will increase a Step in both while storing a record to the...
Hi All!
Need some help on Time zone related problem.
I have a .NET (ASP.NET) based app with MS-SQL Server 2000.My site is hosted at a California based server, basically people from two locations will be logging on this site, ones from UK (London) and from anywhere in US.
The problem is I...
Greetings !
Folks I need your expert help on the following case :
I have a recordset, on which I have to filter on multiple fields, in the following manner :
rs.filter ="Description = 'BPD LUCKNOW(260)' and TERRITORYNAME='MUNGR,BNORE,I(602)'"
I don't get any problem when there is...
Greetings !
Folks I need your expert help on the following case :
I have a recordset, on which I have to filter on multiple fields, in the following manner :
rs.filter ="Description = 'BPD LUCKNOW(260)' and TERRITORYNAME='MUNGR,BNORE,I(602)'"
I don't get any problem when there is...
Greetings !
Folks I need your expert help on the following case :
I have a recordset, on which I have to filter on multiple fields, in the following manner :
rs.filter ="Description = 'BPD LUCKNOW(260)' and TERRITORYNAME='MUNGR,BNORE,I(602)'"
I don't get any problem when there is...
Hi Folks,
Am stuck at a problem, need your help ASAP.
The problem : Am using MS Office Web components to generate graph in my ASP pages.
Am able to plot the Line Graph, all I need is to show the Values at all the Points in the Graph, against which the Graph has been made.
Regards,
Vikas
Hi !
I am stuck at a problem and need your help.
I am using:
Response.ContentType = "application/vnd.ms-excel"
statement to direct the output of the ASP page to an excel sheet. The moment the request is sent for processing the page a Message comes up saying :-
Microsft Excel...
Hi,
I needed some help in identifying controls using JavaScript. Say I have a form, at runtime, depending on some selection criteria on the previous page, I generate certain number of Checkboxes, and place them all in a Form- ABC.
What I want to do is when the user Clicks on the Submit button...
Hi !
I am looking for some help from you experts on as to how can I highlight selective Rows. Say in a Table I have some check boxes and text. What I want to do is, when the User clicks a particular Checkbox, I want to change the Color, so one can easily distinguish.
Expecting a Quick...
Dear friends,
I have a typical problem, in a Book - Pure JavaScript, I read that window.promt('Message','Default Value') can be used to get user input, using JavaScript.
The problem that I am facing right now is, although it does everything as desired, but in the Input Box that is displayed...
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.