473,386 Members | 2,114 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,386 software developers and data experts.

webpage in winform

hi,can anybody tell how to open webpage in winform,i have one button in winform ,if i click on that i want open the webpage, can u plzz tell me how to navigate, not webrowser another way
Aug 25 '08 #1
6 1510
OuTCasT
374 256MB
System.Diagnostics.Process.Start("http://www.WebPage.com")

try that
Aug 25 '08 #2
System.Diagnostics.Process.Start("http://www.WebPage.com")

try that

oh thank u,thanks a lot its working perfectly.
Aug 26 '08 #3
OuTCasT
374 256MB
oh thank u,thanks a lot its working perfectly.
Ok. Glad to be of assistance.

--DK--
Aug 26 '08 #4
hi,can u tell me how to close my ajax web page.if i click the close button i want to close the webpage.In winforms it is this.close(); like this i want in webform not in javascript
Aug 27 '08 #5
Curtis Rutland
3,256 Expert 2GB
You'll have to do this with client side scripting, such as javascript:
Expand|Select|Wrap|Line Numbers
  1. <a href="javascript:window.close();">Close This Window</a>
  2.  
ASP.NET, even AJAX, is still server side and can't interact with the user's browser.

And for future reference, please start new threads for new questions.
Aug 27 '08 #6
thank you, can u tell me how to set back color property for tree node, if i search one name then that parent node only will get expand and shows the particular name ,this is am getting but i want that particular name should highlight , am trying to write like this

tn.BackColor=color.blue;

but this Back color property is not coming in ajax webform can u plzzz help me
Oct 14 '08 #7

Sign in to post your reply or Sign up for a free account.

Similar topics

0
by: Tobias Nilsson | last post by:
Hello, I'm trying to run a very basic winform dll (just some graphics to show it's executing) locally on my PC by calling it from a webpage... (not using IIS or anything else)... I'm used by doing...
0
by: cgia | last post by:
I found out that only using winform I can use the winword interop and generate word document in the client machine and connect to a remote database, so that I have made a winform application which...
3
by: Skc | last post by:
My client's project consists of about 6 files maintenance programs that uses WinForm and grid for updates with lookup finders for each file. There is also a User file and security. There are...
8
by: Sunil Menon | last post by:
Dear All, We are developing applications in ASP.Net...in one of our applications we would like to use a GridControl...we have tried to use a Server-Side Grid control but found the speed to be an...
2
by: Johnny Slos | last post by:
Hi, I'm looking for a way to display a HTML-page in a part of a WindowsForm. I was thinking of Embedding a IE on a WinForm. Can any-one give me some advise on how to deal with this problem ?...
2
by: jyanmin.fang | last post by:
Hi, In my current project, I need to embed an .NET winform usercontrol in the aspx page (via <Objecttag). This winform usercontrol has an event called DoEvent (void DoEvent()). This winform...
14
by: Monty | last post by:
Hello, I have created a solution which has both a web UI and a winform UI, the latter is just for administrators. The Web UI (a Web Application Project) and the winform project both...
0
by: kb | last post by:
I need to implement a winform user control (that consumes webservices and does io) that needs to be embedded into a webpage. It is throwing the SecurityException (with WebPermission/ access...
4
by: RobcPettit | last post by:
Hi, When using IE you can view the source for the the web page. Is there a way to use this in c#. What I meen is I can diplay the page ok, now I want to take the source for that page and run it...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.