Web Forms :: How To Call A SAS Program

Jun 7, 2010

Is there any way I can call a SAS program from ASP.NET? I am developing a web-based randomization system for block randomization. I did some googling and I did not get any article on block randomization using ASP.NET But, I got an article on SAS. [URL] So, I am trying to use SAS and ASP.NET. How can I call a program written in SAS from ASP.NET?

View 1 Replies


Similar Messages:

Call A Program Located In Virtual Directory?

Oct 13, 2010

How can I call a C# program located in a Virtual Directory?

View 4 Replies

Visual Studio :: 2010 - Finding Assemblies In Program Files Vs Program Files X86?

Jul 3, 2010

I have a VS2010 project that I want to move back and forth between an x86 and an x64 machine. On the x86 machine, several assemblies are located in Program Files, and the path of the assemblies are shown as c:Program Files...... When I move this project to the x64 machine, the same assemblies are located in C:Program Files (x86).... Is there a way that I can confugure VS2010 so I don't have to manually change the path when I move the project from one machine to another?

View 1 Replies

Web Forms :: How To Run A Program In Background

Mar 29, 2014

I want to know how to run a program whenever i power on my computer , the program must run in the background automatically.

View 1 Replies

Web Forms :: Get The Checkbox To Display In Each Row When Run The Program?

Jun 24, 2010

I have a gridview colunm this a CheckBoxField, so how do I get the checkbox to display in each row when I run the program? If the user checks the box there be some type of action.

View 4 Replies

Web Forms :: WebMethod Call Won't Return Seems Blocked By Other Iframe Call?

Oct 8, 2010

XP Pro,aspnet 2, IIS, Oracle I have a primary webpage that displays a tab and some summary data. The tab uses an iframe and the summary data is loaded by an async WebMethod call back to C#. The iframe page takes a short while to load depending on how much data is in there (sometimes upto 20 seconds?). The WebMethod call, or at least the content of it, is very fast. BUT, the WebMethod call won't return until basically the iframe has finished loading.

I've verified through Fiddler that the browser is initiating both requests at basically the same time. It's initiating the iframe call first followed immediately by the WebMethod call within the same second. My understanding is that browsers are limited to only two calls at once.

If I set a breakpoint at the end of my WebMethod call (even commenting out ALL it's guts so it just returns an empty string), that breakpoint won't fire until the aspnet page serving up the iframe has finished. Using threads window, I see both calls at the server. I just don't understand why the server won't actually run the Webmethod call until the first call has finished. I've searched the code looking Monitor.Enter, lock, etc to make sure nobody has inserted any other type of blocking code and I can't find anything. I've basically emptied out the WebMethod call and it just returns a string, but no matter what I do, it just won't return as fast as it can. If I comment out the iframe, then the WebMethod call returns within 2 seconds. With the iframe, it "looks" like the the webmethod call won't return until the iframe has finished.

1) Does aspnet only process one request per aspnet session id? Is it FIFO? I figured the webserver would just process requests and return each request as fast as it can.

2) What else can I do to get that summary data to return faster (but not actually loading and putting the data into the very first primary page) ?

View 2 Replies

Web Forms :: Opening Program File Applications Via Web?

Feb 1, 2010

I have been designing a basic static webpage which allows you to open the applications such as Word, Excel, Powerpoint, MSN, Skpe, etc.... below is the code i first used which works on a allow machine...

[Code]....

Again this works on local machine i should do once hosted... but i dont know what i should put for the Domain at the moment im using localhost... All i want this to be is the machine on which webpage is being viewed.... I know the details of all the machines that will use this but i dont know what domain instead of localhost i should use.

View 5 Replies

Web Forms :: The Configuration File Has Been Changed By Another Program

May 10, 2012

I sometimes get this error in ASP.Net. What's the cause and solution ...

View 1 Replies

Forms Data Controls :: Call Modal Popup Extender When User Call Edit Link / Button In Gridview

May 18, 2010

I have a grid with edit link.

when user clicks onedit link , i want to show modal popup extender which displays text boxes for editing those data.

when user finishes editing the grid should again updated.

View 2 Replies

Web Forms :: Call Javascript In Codebehind (one Function But Twice Call)

Dec 13, 2010

i have a question about call javascript in codebehind. my page has two parts.one part for enter information about manager and another part for usualuser.each person has mellicode.that it has speicail code.i wrote it with javascript and call it with this code:

[Code]....

when i click in btnpazireshsabt i should check mellicode for manager.i call it :

[Code]....

i want to disable btnsabt when i click in

[Code]....

View 5 Replies

Web Forms :: Download A .msi (or .exe) Program File To A User Machine?

Oct 22, 2010

I've developed a C# Windows forms application that I want to market. I also have a web site built using aspx.net. I would like to have a customer download my application from my website to their machine and install it or save it. I've never tried this before, but it appears to be standard stuff for downloading anything from a web site.

View 4 Replies

Forms Data Controls :: Create A Program Like Gmail?

Feb 17, 2011

I'm a learner..i like to create a program like gmail or any other mail service provider like yahoo..outlook..how to create a program using tree view control?

View 4 Replies

Web Forms :: How To Read And Display Stack Trace Of Program

May 9, 2013

I have enabled trace in web.config which shows any error occur in my application on production by accessing trace.axd page. It shows very useful information.

My question is where trace.axd page retreive data so I can use some of the information on my gridview to organize it.

View 1 Replies

Forms Data Controls :: How To Program Detailsview And Formview Using The Code

Feb 11, 2011

I need a complete code reference for Detailsview and Formview using the code only:OnRowCreatedOnRowEditingOnRowUpdatingOnRowDeletingOnRowCancelingEditOnPageIndexChanged OnPageIndexChanging OnSorting OnRowDataBound

View 2 Replies

Forms Data Controls :: Include DetailsView That Sums Amount Column Of All Program

Mar 30, 2011

I have a parent table and a child table. Essentially the parent table is called Contracts and the child is called Programs. Each Contract can have multiple Programs and in the Programs table I have a column called amount. On my page I have created a DetailsView that lists the columns of the Contract table. I would also like to include on this DetailsView a field that sums the Amounts column of all programs associated with this contract. How would I go about doing this? Currently I have a LinqDataSource that pulls all the columns from the Contract table and I have bound the DetailsView to this datasource.

View 1 Replies

Run Access Program?

Mar 21, 2011

I have a Access program in which there are a lot of queryes, forms and reports.Is it possible by clicking a button in a ASP.NET PAGE to let user run Access program, such as enter parameter to open Access report?After running Access report, close Access and back to ASP.NET page.

View 1 Replies

Using Web Spark Program?

Aug 26, 2010

is anyone in the webspark program, if so do you think it is worth it.

View 6 Replies

How To Program MicrosoftReportViewer

Feb 26, 2010

I would like to program MicrosoftReportViewer. I couldn't try to find a sample/tutorial online.

View 2 Replies

Way To Convert C++ Program Into ASP.NET

May 21, 2010

Is there any way to convert C++ program into ASP.NET?

View 2 Replies

C# - How To Design Web Program

Dec 6, 2010

how to Design web program (asp.net) ? I'm used to WinForm Design when i drag any control to the screen - He did not refuse me but in asp.net (web Design) the control Do not want to settle where i want. i came from the WinForm world and now i do my first steps in the WebForm.

View 3 Replies

How To Know If A Program Is Called Code Behind

Aug 11, 2010

In my office I am the only Web Developer. There are no other Web Developer.

I was confused by my co-worker programmers regarding the meaning of Code Behind. They told me there is no such Code Behind.

highlight which is CodeBehind from these 2 sets of sample coding:

these are from HTML

[code]....

Of the 2 sets of sample cpding which one is called CodeBehind ?

View 2 Replies

MVC :: Program Cannot Display The Webpage?

Nov 29, 2010

I'm attempting to deploy my new MVC 2 app to a windows server 2003 box (IIS6). The app is on it's own web site, scripts and executable rights given, asp.net version set at 4.0.30319. ASP.NET MVC was installed via the web platform installer and server was since rebooted.

I've used this technique in the global.asax to put ".aspx" in the URLs:

[Code]....

No matter what i do I still get an error on Browse: "This Program cannot display the webpage." Times out in Firefox. This is constant if i do wildcard or .mvc mapping, suggesting it is an IIS problem.

Nothing in the event viewer that displays any info or any error.

Is there anything extra special that needs to be done to get IIS to recognize MVC?

View 12 Replies

How To Run The Web App Without Entering Web Developer Program

Jan 17, 2010

I am volunteering to build a web application for my town's library. When I finish it I want the librarian to be able to run it from the desktop, but I know I have to enter MS web developer and then press run in order to start the server, and just then the web app can run.

How do I run the web app. without entering the program?

View 3 Replies

Running The Third Console Program In VS Instead Of The First?

Feb 11, 2010

I am learning C# in Visual Studio (VS), and in VS i have successfully made different 'projects' under the 'solution' for each fo the samples in my C# book as can be seen here:

[URL]

the thing is when i press the green play button to run the debugger/program, it always executes "ConsoleApplication1" (look at the above image) when i want to try out the new application i wrote (named ConsoleApplication3)

How do i do that?

View 1 Replies

Launch Program On Server Through Web?

Feb 7, 2011

so I'm in a strange development situation and am a noob at the bits I'm tasked with - just to make life fun and interesting.

My fellow developer has written programs in VB.Net and placed them on the server. He wants a web front end that users can click a link and have that run the program on the server.

Sounds simple, but I've spent days searching the internet and found only two solutions one of which looks sketchy on security and the other is so complex I'm not sure how to make it fit my local variables.

I'm writing ASP.Net on an MVC Framework using C#.

So, in terms for the simple minded to understand, is there a way to do this? Are there links which I used the wrong keywords and completely missed?

View 2 Replies







Copyrights 2005-15 www.BigResource.com, All rights reserved