- Upvotes Received
- 2
- Posts with Upvotes
- 2
- Upvoting Members
- 2
- Downvotes Received
- 0
- Posts with Downvotes
- 0
- Downvoting Members
- 0
15 Posted Topics
Hi, is there some way to close the window after clicking the button on webpage? I found some examples in VB.net, but I want to make it using C#... S | |
Re: Hi, yeah, you can use the "webBrowser" component. If you don't have this component in your toolbox, just click on the empty place on your toolbox with right mouse button, then "Choose items" and choose the "webBrowser" component. That's how it is in Visual Studio 2005, but I think it'll … | |
Hi, I'm working on a content management system for our website (ASP.NET project, C# language, SQL Server 2000), but I'm unable to save russian texts into the database. Table is okay, I've created an ntext column, which is able to store unicode characters. However, if I'll look into the database … | |
Re: However, company's name is [COLOR="Green"][B]ESET[/B][/COLOR], not [COLOR="Red"]ESIT [/COLOR] ;) | |
Hi, Is there some way how to repalce "Enter" character on the end of line (for example in the textBox) with HTML tag </br>, so I can use it then in Literal? Steve | |
Hi, I'm finishing university and I've created a new Personal Organizer as my final project (diploma work) at school. It's completely different from other organizers. You can check it at: [url]www.wiseware.eu[/url] Anyway, this is a BETA software, so any suggestions or bug reports are welcome ;) Have a nice and … ![]() | |
Hi, is there some way how to force asp.net (C#) webpage wait with other orders in code? I mean something like this: 1 - make something 2 - wait 5 seconds (for completing previous tasks) 3 - continue with other orders Thanks, Stivi | |
Hi, is there some way how can I pause code execution for a specified time? For example: 1. Make something 2. 3 seconds pause (wait to complete previous tasks) 3. Continue Thanx, Stivi | |
Re: Hi, There are 2 ways how to add .net framework redistributable into project - but it'll create an installer ;) However, you can also use Delphi and you 'll have webBrowser component without need of installing any framework... 1 - Open project in VS, then click Project / [Project name] … | |
Hi, [U]Here's what I've got:[/U] Visual Studio 2005 C# Application with form and a label on it (This is a simplified project ;) ) [U]Here's what I'd like to do:[/U] I want to change text on the label from the method I'll create. Looks simple... If I'll create a button … | |
Hi, I'm want to use a ComboBox in my application and i want it to execute some code after I'll press enter in it. It's exactly like if you'll write an address into Internet Explorer and press enter. There must be some really simple solution, but I can't find that … | |
Hi, I'm writing a chat application in C# and I want to ask how I can insert pictures into textBox or richTextBox , you know, just something like this ;) Thanx, Stivi (EU) | |
Hi, I want to make a dynamic webpage using the Master pages in ASP.net (C# Language, VWD 2005). 1) First about, I've created a panel where will be my whole webpage (thanks to that I can center my web on screen). 2) In this panel, I want to create a … | |
Hi, I want to fill data from database on the webpage. There's no problem with reading the data, filling the menu and so on, but I want to put the text & pictures in the article and this is a real problem :lol: Is there some component (like panel or … | |
Hi, I'm programming in ASP.net (C#) and I want to open the page with our reservation system in the new popup window (well, I'm not glad to do so, but it must be :rolleyes: ). Is there some way to do this using C#? Thanx, Steve |
The End.