Search:

Type: Posts; User: usamaalam

Page 1 of 13 1 2 3 4

Search: Search took 0.50 seconds.

  1. Replies
    6
    Views
    676

    Re: Parsing nested json in sql server

    Thanks for your time and effort, I'll put this in my actual procedure with INSERT into the table and test it.
  2. Replies
    6
    Views
    676

    Re: Parsing nested json in sql server

    Sorry it was a type. I corrected.
  3. Replies
    6
    Views
    676

    Parsing nested json in sql server

    Hello Everybody,

    I have the following json where there can be multiple vehicles and each vehicle can contain multiple trips. I need to insert vehicles in to the TVHC table and for each vehicle...
  4. Replies
    2
    Views
    1,932

    Keep Session alive in ASP.NET Core Web API

    Hello Everybody,

    I have a web api project developed in asp.net core that has a bunch of api functions. Each function connects to the hsm, does something and logs out of the hsm. What I need to do...
  5. Replies
    1
    Views
    1,323

    .vbs doesn't run on setup commit

    Hello,

    I have a .vbs file that contains the following 2 lines. If I just double click on the .vbs file, it executes the run.bat file, but when I put this file in CustomActions -> Commit in Visual...
  6. Replies
    0
    Views
    1,348

    Textbox not aligned in ASP.NET Gridview

    This is how my textboxes are appeared in the gridview, they are not aligned in the columns.

    180594

    I am adding the textboxes in the footer template.

    Can you please help me how to fix this?
    ...
  7. 4.0 Re: An unhandled exception of type 'System.StackOverflowException' occurred in Sagem.

    I just copy pasted the folder and created the Virtual Directory, then I converted it to the Application. Please check the screenshot.

    133591
  8. 4.0 An unhandled exception of type 'System.StackOverflowException' occurred in Sagem.Morp

    Hello Everybody,

    I have a web service that communicates with a dll called Sagem.MorphoKit.dll. This dll further communicates with a USB Dongle plugged on the server for 1-1 fingerprint matching. ...
  9. VS 2008 Re: Login to a third party website and download a file

    But I have subscription-based login information not the http login information. Let me try if it will work with WebClient but I think it won't. Right now when I try to fetch say...
  10. VS 2008 Login to a third party website and download a file

    Hello Everybody,

    I have subscription to a website where I can login and download files. These files are secured so I cannot download them with a direct link.

    Is there any way that I login...
  11. Replies
    2
    Views
    1,314

    VS 2008 Download file from http/https

    Hello Everybody,

    On my page load, I need to download a file say http://example.com/file.csv or https://example.com/file.csv to some location on my web server without prompting save as dialog box. ...
  12. Replies
    2
    Views
    3,831

    Re: Developing java applet for video call

    My client wants to use java so as to run the video call function on all the java enabled browsers.

    Thanks.
  13. Replies
    2
    Views
    3,831

    Developing java applet for video call

    Hello everybody,

    I need to develop a java applet that will reside on an ASP.NET application to make video calls. For video calls I am thinking to use asterisk gateway. I'll check the asterisk...
  14. Replies
    1
    Views
    1,000

    VS 2008 Re: Retrieve contacts from sharepoint

    Any word on this? I can go with a paid API as well so please let me know if you know any API that can retrieve sharepoint list.
  15. Replies
    1
    Views
    1,000

    VS 2008 Retrieve contacts from sharepoint

    Hello everybody,

    What is the easiest way to fetch contacts from sharepoint server to my custom asp.net web application?

    Thanks.
  16. Replies
    18
    Views
    2,467

    Re: [RESOLVED] SELECT SQL with Word Count

    This is great function, thanks a lot.

    I was wondering why the spaces are not removed with LTRIM() RTRIM(), finally I found it was either CHAR(10) or CHAR(13) instead of CHAR(32).

    Thanks.
  17. Replies
    18
    Views
    2,467

    Re: [RESOLVED] SELECT SQL with Word Count

    Hello CVMichael,

    Sorry to disturb you again, I have a little problem in implementing, not related to your function but writing SQL over it. I have the following SQL statement:




    DECLARE...
  18. Replies
    18
    Views
    2,467

    Re: SELECT SQL with Word Count

    I just copied your function and it worked. I only added OPTION (MAXRECURSION 32767); in your function but if replacing the function solved the issue then I must had something wrong in implementing...
  19. Replies
    18
    Views
    2,467

    Re: SELECT SQL with Word Count

    Here's the attachment.
  20. Replies
    18
    Views
    2,467

    Re: SELECT SQL with Word Count

    I am still unlucky on this. Please see the attached screenshot.

    Thanks.
  21. Replies
    18
    Views
    2,467

    Re: SELECT SQL with Word Count

    I'll change the data type and it will take me a little longer because I need to change all the stored procedures as well. Lets make the SQL work on VARCHAR(50). When I run the following SQL, I am...
  22. Replies
    18
    Views
    2,467

    Re: SELECT SQL with Word Count

    In my table, the column [Name] is VARCHAR(50) and other three columns are NTEXT, so what should I use? I am using SQL Server 2005. I have very long strings in each of the NTEXT columns.

    Thanks.
  23. Replies
    18
    Views
    2,467

    Re: SELECT SQL with Word Count

    CVMichael,

    Thanks a lot for the great code. I have following SQL with respect to your suggestion:



    DECLARE @tmp TABLE (
    ID INT IDENTITY(1,1)
    , [Description] TEXT
    )
  24. Replies
    18
    Views
    2,467

    [RESOLVED] SELECT SQL with Word Count

    Hello Everybody,

    Is this possible to select a particular column in the way that select each word in each of the rows with its word count. For example, if I have a table like this:

    ID ...
  25. Replies
    1
    Views
    561

    Downloading multiple files

    Hello Everybody,

    My user will select multiple files with checkboxes and click one button Download to download all the files in a specified folder. Is it possible to download all these files at...
  26. Replies
    2
    Views
    693

    VS 2005 Re: Printing in Landscape

    Is there any other way where I can specify orientation? I can get rid of the above method.

    Thanks.
  27. Replies
    2
    Views
    693

    VS 2005 Printing in Landscape

    Hello Everybody,

    I am using following method to print a file programmatically. Is there a way to tell the program to print the file in landscape?



    Public Function PrintPDF(ByVal PDFFile As...
  28. Replies
    0
    Views
    587

    Problem deploying Crystal Reports

    Hello Everybody,

    I have a problem deploying crystal report on Windows 2008 R2 server. I had a web app that was developed with VS 2003 and working fine with Crystal Reports on a Win 2003 Server. ...
  29. Re: Transfer login info from one server to another

    Yes exactly, this is was I was referring to. I was unfaimiliar with the terminology.

    Thanks.
  30. [RESOLVED] Transfer login info from one server to another

    Hello Everybody,

    I have one website running on one server and another web application running on another server. My web application asks for username/password to login into the system. I need to...
  31. Replies
    5
    Views
    1,689

    Re: Crystal Report problem

    The exception went away with your workaround, thanks.

    But another exception started coming on all the pages that preview crystal report, they say "The type initializer for...
  32. Replies
    5
    Views
    1,689

    Re: Crystal Report problem

    You mean I should just replace 10.5.3700.0 with 10.2.3600.0 in web.config?

    Thanks.
  33. Replies
    5
    Views
    1,689

    Crystal Report problem

    Hello Everybody,

    I had an asp.net web app developed with VS 2003. The web app had extensive use of crystal reports that were developed with Crystal Report 10. I converted the web app to asp.net...
  34. Replies
    1
    Views
    991

    VS 2005 ASPX pages not loading

    Hello Everybody,

    I had an ASP.NET 1.1 application that I converted to 2.0. I deployed the application under IIS 7 on Windows 2008 Server. I can browse images and static html pages but I can't...
  35. Replies
    13
    Views
    1,804

    VS 02/03 Re: Running ASP.NET 1.1 app on Win 2008 R2

    As I mentioned earlier, I have another website that works when I set its application pool to ASP.NET 1.1. You can run the site with the this url http://attend.pcsn.net/.

    Thanks.
  36. Replies
    13
    Views
    1,804

    VS 02/03 Re: Running ASP.NET 1.1 app on Win 2008 R2

    When I change the application's Application Pool to ASP.NET 1.1, the website doesn't come up at all.

    Thanks.
  37. Replies
    13
    Views
    1,804

    VS 02/03 Re: Running ASP.NET 1.1 app on Win 2008 R2

    Yes, I myself developed this application from 0 to 100% with VS 2003. I use to run it on my local system with VS 2003 and on the previous server it was running under ASP.NET 1.1. Here's the page...
  38. Replies
    13
    Views
    1,804

    VS 02/03 Re: Running ASP.NET 1.1 app on Win 2008 R2

    Hello danasegarane,

    I think this article won't go for me since I have IIS 7.0, ASP.NET 1.1 dynamic pages that work under v2.0 but not under 1.1.

    Thanks.
  39. Replies
    13
    Views
    1,804

    VS 02/03 Re: Running ASP.NET 1.1 app on Win 2008 R2

    Yes, indeed I have a separate application pool for each application. There is an app pool called ASP.NET 1.1 created by .NET framework 1.1 and another app pool that I created that uses v2.0. If I...
  40. Replies
    13
    Views
    1,804

    VS 02/03 Re: Running ASP.NET 1.1 app on Win 2008 R2

    .NET Framework 1.1 SP1 is installed and allowed.

    One thing I just noticed, I have another very small application that was developed with ASP.NET 1.1 but was running under v2.0. When I selected...
Results 1 to 40 of 500
Page 1 of 13 1 2 3 4



Click Here to Expand Forum to Full Width