Search:

Type: Posts; User: erum_mirza

Search: Search took 0.01 seconds.

  1. Thread: IIS error

    by erum_mirza
    Replies
    1
    Views
    26,174

    IIS error

    I m facing below error on server while deploying /publishing site
    HTTP Error 500.19 - Internal Server Error
    ...
  2. Re: how to write in excel file of sql query result

    have 32 bit office products
  3. Re: how to write in excel file of sql query result

    installed 32 bit,as it was supported not 64
  4. Re: how to write in excel file of sql query result

    i find below
    Provider Name Parse Name Provider Description
    SQLOLEDB {0C7FF16C-38E3-11d0-97AB-00C04FC2AD98} Microsoft OLE DB Provider for SQL Server...
  5. Re: how to write in excel file of sql query result

    i have below updated code
    --drop table #table_Northwind
    create table #table_Northwind
    (

    RowID int not null identity(1,1) primary key,
    column_name varchar(50)

    )
  6. Re: how to write in excel file of sql query result

    its my code
  7. Re: how to write in excel file of sql query result

    sql server 2008 R2, from stored prcoedure
  8. Re: how to write in excel file of sql query result

    drop table #table_Northwind
    create table #table_Northwind
    (

    RowID int not null identity(1,1) primary key,
    column_name varchar(50)

    )

    insert into #table_Northwind (column_name)
  9. Re: how to write in excel file of sql query result

    i want to exec below line in above while loop
    INSERT INTO OPENROWSET
    ('Microsoft.Jet.OLEDB.4.0',
    'Excel 8.0;Database=c:\Test.xls;','SELECT query')
  10. Re: how to write in excel file of sql query result

    right click on export database
  11. Re: how to write in excel file of sql query result

    like excel in msoffice
  12. Re: how to write in excel file of sql query result

    want to create from database command/stored procedure ?? and also i mentioned my problem above ,want to create .xls file and want some one to write few basic lines
  13. Re: how to write in excel file of sql query result

    i have below stuff an i write each result in excel sheet . i have an issue to write in excel sheet of each sql result

    drop table #table_Northwind
    create table #table_Northwind
    (

    RowID...
  14. how to write in excel file of sql query result

    i need to write certain sql result in excel file

    like i run select * from products where name='xyz' when it fetch result it should write in excel file..

    how can do this
  15. Replies
    3
    Views
    17,973

    rest sharp code is not working

    below code is not working giving me an error "method not allowoed"



    using RestSharp;
    ServicePointManager.SecurityProtocol = (SecurityProtocolType)48
    | (SecurityProtocolType)192 |...
  16. Replies
    1
    Views
    24,037

    azure remote debugging error

    i m working on identity server .and i m facing below error

    Unable to find a process called w3wp with arguments "LabtasksIdentityServer. The process may still be starting, please try again.

    can...
  17. Replies
    0
    Views
    2,810

    How to generate token in identity server

    i have asp.net view and while working on Identity server ,i have two clients mvc client and java script client . how can i access via java script client ??

    please suggest ways , I tried multiple...
  18. Re: ssl Localhost privacy error.How to resolve

    https://identityserver4.readthedocs.io/en/latest/quickstarts/1_client_credentials.html

    please run above code
  19. Re: ssl Localhost privacy error.How to resolve

    Accessing api via console application .api is also on development server. i need to by pass validation
  20. Re: ssl Localhost privacy error.How to resolve

    https
  21. ssl Localhost privacy error.How to resolve

    I tried to connect with development server certificate Running on IIS express . working with dot net core .Now I m accessing api from dot net client console application giving me ssl error
    ...
  22. unable to get response from web api in andrid appplication

    i have below code in android application and its unable to get response

    private void getWebServiceResponseData() {
    // Toast.makeText(getApplicationContext(),
    // ...
  23. Replies
    7
    Views
    8,830

    Re: Application Performance in jquery html

    page is loading very slowly ,div showing after significant time ,menu loading late
  24. Replies
    7
    Views
    8,830

    Application Performance in jquery html

    i have application which is built on below

    Jquery /HTML/MVC
    Mdboot strap
    MVC
    visual studio 2015

    where HTML is using Massive ,hell of html code span ,div which get very...
  25. Replies
    4
    Views
    6,872

    VS 2015 Re: set null in empty cell in jspdf autotable

    let me repharse same problem
    , for example i have table which have three row have two columns name ,id
    third row has empty cell i.e name column ,I want this kind of scenario while using...
  26. Replies
    4
    Views
    6,872

    VS 2015 Re: set null in empty cell in jspdf autotable

    here is td in html code where nbsp exist

    <td class="blank" style="width:4rem;padding:0rem!important;text-align: center;border:0px;color: black;max-width:4rem;">
    ...
  27. Replies
    4
    Views
    6,872

    VS 2015 Re: set null in empty cell in jspdf autotable

    <script>
    function generate() {

    var doc = new jsPDF('l', 'mm', "a4");

    var res = doc.autoTableHtmlToJson(document.getElementById("printJS-form"));
    // ...
  28. Replies
    4
    Views
    6,872

    VS 2015 set null in empty cell in jspdf autotable

    i m using jsPDF auto table plugin
    i need to set null in the cell while printing on pdf where html table contain &nbsp
    here is complete code but its not inserting null
    attached file
Results 1 to 28 of 28



Click Here to Expand Forum to Full Width