Forum: ASP.NET Aug 16th, 2007 |
| Replies: 1 Views: 3,274 Okay, so after a few hours of Googling, I found the solution :) Just to show the way to others with the same problem: http://www.microsoft.com/globaldev/DrIntl/columns/001/default.mspx#E6B
Anyway,... |
Forum: ASP.NET Aug 16th, 2007 |
| Replies: 1 Views: 3,274 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... |
Forum: ASP.NET Dec 14th, 2006 |
| Replies: 1 Views: 18,124 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 |
Forum: ASP.NET Sep 23rd, 2006 |
| Replies: 5 Views: 7,096 Hi,
I've tried this but it's not working... I've also tried
TextBox1.Text.Replace("\r\n", "</br>");
or
TextBox1.Text.Replace(Convert.ToString((char)13), "</br>"); |
Forum: ASP.NET Sep 22nd, 2006 |
| Replies: 5 Views: 7,096 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 |
Forum: ASP.NET Jan 27th, 2006 |
| Replies: 4 Views: 6,248 Hi,
but anyway, I've remembered that on the last M$ presentation, they just simply inserted all elements into the table, so I've dried it but result is the same :confused: Bottom cell just can't... |
Forum: ASP.NET Jan 27th, 2006 |
| Replies: 4 Views: 6,248 |
Forum: ASP.NET Jan 26th, 2006 |
| Replies: 4 Views: 6,248 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... |
Forum: ASP.NET Jan 20th, 2006 |
| Replies: 6 Views: 3,124 Thanks for Literal - it works great, that's exactly what I needed. |
Forum: ASP.NET Jan 13th, 2006 |
| Replies: 6 Views: 3,124 Yes, we definitely don't understand ourselves :) Usually when you want to add text into (for example) panel, you just can write some text, maybe with some hyperlinks etc. in the designer, and then... |
Forum: ASP.NET Jan 13th, 2006 |
| Replies: 6 Views: 3,124 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... |
Forum: ASP.NET Jan 12th, 2006 |
| Replies: 6 Views: 9,635 OK, I've already solved that, it was just an error in code... But however, I'll ask a different way - do we have something like timer in asp.net 2 ? Just if I want to refresh the page in some... |
Forum: ASP.NET Jan 12th, 2006 |
| Replies: 3 Views: 6,104 Thanks, I've solved that with blank window, works fine ;)
S |
Forum: ASP.NET Dec 29th, 2005 |
| Replies: 3 Views: 6,104 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... |
Forum: ASP.NET Nov 25th, 2005 |
| Replies: 6 Views: 9,635 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 -... |