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

    SysIndex table of SQL Server does not reflect Current Count

    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...
  2. vikaskalra

    Drang and Drop controls from one Container to another.

    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...
  3. vikaskalra

    Checkbox Control

    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...
  4. vikaskalra

    SOAP - removing specific Headers

    Hi ! I have a SOAP - XML string :- <SOAP-ENV:Envelope xmlns:xsi=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns:xsd=&quot;http://www.w3.org/2001/XMLSchema&quot; xmlns:SOAP-ENC=&quot;http://schemas.xmlsoap.org/soap/encoding/&quot...
  5. vikaskalra

    Can a Transactional Class be Serialized ?

    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)...
  6. vikaskalra

    Can a Transactional Class be Serialized ?

    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)> _...
  7. vikaskalra

    Storing Stream type Object in MS SQL Database

    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...
  8. vikaskalra

    Need some help on Time zone related problem.

    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...
  9. vikaskalra

    Multiple single quotes problem----Very Urgent !!

    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 =&quot;Description = 'BPD LUCKNOW(260)' and TERRITORYNAME='MUNGR,BNORE,I(602)'&quot; I don't get any problem when there is...
  10. vikaskalra

    Multiple single quotes problem----Very Urgent !!

    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 =&quot;Description = 'BPD LUCKNOW(260)' and TERRITORYNAME='MUNGR,BNORE,I(602)'&quot; I don't get any problem when there is...
  11. vikaskalra

    Multiple single quotes problem----Very Urgent !!

    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 =&quot;Description = 'BPD LUCKNOW(260)' and TERRITORYNAME='MUNGR,BNORE,I(602)'&quot; I don't get any problem when there is...
  12. vikaskalra

    plotting a Graph

    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
  13. vikaskalra

    ASP to Excel conversion and display in IE

    Hi ! I am stuck at a problem and need your help. I am using: Response.ContentType = &quot;application/vnd.ms-excel&quot; 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...
  14. vikaskalra

    How to get the names of all the Controls in a form of type Checkbox

    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...
  15. vikaskalra

    Row Highlighting

    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...
  16. vikaskalra

    JavaScript Input Box / Window.prompt

    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...

Part and Inventory Search

Back
Top