Hi, You are comming to the appropriate point. thats the problem for me. I have to put the EXE file (which is compiled in the server) in the client machine and execute the file from there.. is this possible?
JayaDurai
Posts
-
Using Desktop applications in Web Application -
Using Desktop applications in Web ApplicationHi, Try to understand my concept I have to provide a web page where the user can write a program, compile it and then run it. so while he running his program he should see the answer. I tried to provide an IDE itself into the web page - I found difficult in this. I tried to give a rich text box to write a CSharp program there - In this I can able to build the program but while executing the created exe... it is not visible to the user. Thanks, J
-
Using Desktop applications in Web ApplicationHi, This is not a problem for me. this will be limited to 10 users only. so its better to give me any suggestion to execute an EXE from the web page. I have done this through Process.Start method. EXE is running but not visible to the user. Please help me Thanks, J
-
Using Desktop applications in Web ApplicationHi, Yes I tried compiling C# code. I can be able to compile a console application within the asp.net web page. but if I run the EXE file using Process.Start() the exe is opening but it is not visible for me. while i check with the task manager it is opened by the ASPNET user not the owner of the machine. how can I solve this problem Thanks, Jaya
-
Using Desktop applications in Web Applicationhi, I am agreeing with your answer... but it is possible to have a combo box or radio buttons to allow the user to choose the language first and then we can call the type of IDE accordingly. this is not a pblm for me. Let us assume only .net languages are possible...will u agree that calling the dot net IDE will compile and run the code? ok. let me know if this is possible... integrate an open source IDE within the web page frame.... hope i cleared u my situation.. thanks, Jaya
-
Using Desktop applications in Web ApplicationHi, Thanks for your reply. Exactly what I want is .... I have to give a web page that will allow the user to write code (in any language) and can be able to compile it and run the code. Simply... I have to integrate an IDE within a web page. That IDE should open within the IE frame Is this possible. Reply ASAp Thanks Alot, Jaya
-
sending the values from child browser to parent browserhi, If your data are not confidential then you can use some hidden text boxes and send them to the parent window using javascript. Jaya
-
Using Desktop applications in Web ApplicationHi All, I have a scenario to use a desktop application inside a web page. i.e. I should be able to execute an EXE within the web page. For example If I want to open a word document I should be able to open within the page say a frame and can do all the operations as in word within that frame. Please let me know if its possible Thanks, Jaya
-
Using checkbox and button in DataListHi All, I have a DataList with checkbox and a label box in my ItemTemplate and I have used the binding informations for that. In Footer I have a button control. My query is..when I click that button, I have to get all data that are checked using checkbox. Can anybody Please help me to do this? Thanks In Advance, Regards, J
-
Application hanging while using AxWebBrowserHi All, I have an application which navigate a URL in AxWebBrowser. According to my application the URL will be navigated for more than 1000 times. I am clearing the cache after every navigation. The problem is... when I start executing the application and open any other page and again trying to view the execution the window is not shown properly. Can any body please help me in this case? Thanks in Advance Jaya
-
Problem in Browser controlHi In my project I am having a browser control which will load a web page and perform some click events automatically without user interface. I made this in a lib file and using in Web application. This browser control is executing without any problem in certain machines and also it is not at all loading in some others. I have enabled all my options in 'Internet Options'.. When I debug the application by adding the DLL file which contains the Browser control in Process, the control not at all getting into the break point. I can't find the problem. I am very thank full to Help me.. << >>
-
Browser ControlHi I have my browser control in a DLL which is reffered to the Web Form. When I try to debug it is not stepping into that page which contains the browser(AxBrowser) control. I have attached the DLL to the Debug process. Whats the problem? Can any one Help me? << >>
-
Browser ControlOn some machines it is loading properly. In some others its not at all loading. Simply a symbol of the browser control is loading. AxBrowser is used. Please reply me the solution Thank You, Regards, Jaya
-
Browser ControlHi In my project I am having a browser control which will load a web page and perform some click events automatically without user interface. I made this in a lib file and using in Web application. This browser control is executing without any problem in certain machines and also it is not at all loading in some others. I have enabled all my options in 'Internet Options'.. I can't find the problem. I am very thank full to Help me.. Regards, Jaya
-
Virtual Directory ErrorHi All, I have installed .Net 2003 in Windows 2000 Server. I have installed IIS first and then .Net 2003. No problem in this its installed fine. :-) Then I created a New Project 'WebApplication1' and a Asp.Net form Login.aspx. I build the Solution and run the form in the IE. The IE shows the following parser error. Parser Error Message: It is an error to use a section registered as allowDefinition='MachineToApplication' beyond application level. This error can be caused by a virtual directory not being configured as an application in IIS. ---------------------------------------------------------------------------- Apparently the framework doesn't like the web.config file in the root directory. is highlighted in the error message. The Inetpub contains the folder WebApplication1. I cant get where the problem is.... Can anybody please help me... Thanks, Jaya -- modified at 0:52 Friday 21st October, 2005
-
Query to get specific word in a columnHi alam, Thank you. I tried your query. Its working fine. The Query can be written as follows. select LEFT(UserName,CHARINDEX('(',UserName)-1) FROM UserTable Regards, Jaya
-
Query to get specific word in a columnHi, I am need of a query to retrieve a column by trimming in a particular format. For example I have a field called UserName. The data is as follows UserName -------- user1 (user1@noreply.com) user2 (user2@noreply.com) user3 (user3@noreply.com) Here I want a query to retrieve username data as user1 user2 user3 I have to trim the content from '(' to ')' Please Let me know the query. Thanks in Advance, Jaya
-
RSS in dot netYa Ofcourse. But how shall we use it in our website... Shall we use this for our own news site? will it be efficient? Do we have to create new dynamic page everytime we update RSS? Please clear my doubts, Thanks in Advance, Jaya
-
RSS in dot netHi all, Can anybody tell me what is RSS? How shall we use in our own website development? Thanks in Advance for all your response... Jaya
-
Asyncron WebserviceHi You can find it in detail in the following link http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnservice/html/service09032002.asp