all groups > asp.net > january 2008 > threads for tuesday january 1
Filter by Day: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31
Inserting Page Title in HTML Automatically
Posted by Jonathan Wood at 1/1/2008 6:29:23 PM
I'd like to have a page's title appear within the page (ideally, by
inserting something in a master page).
I tried the following:
xxx <%# Page.Title %> xxx
I tried this in both a content page and a master page. It compiles without
error but, in both cases, the two "xxx" showed up with o... more >>
Is that possible to convert an Exception object to SMTPException object?
Posted by JoeP at 1/1/2008 5:32:53 PM
Hi All,
Is that possible to convert an Exception object to SMTPException object. I
tried CType() and it did not work!
Thanks,
Joe
... more >>
accessing a registered startup script in c# code
Posted by Andy B at 1/1/2008 2:49:38 PM
I have this code in one of my methods:
ClientScript.RegisterStartupScript(GetType(), "AddNews",
"alert('Sorry! For some reason, the news article couldn't be added. Try
again later...');", true);
After it is registered, I will now need to make this script run. How do you
do that?
... more >>
custom database insert method - how to use it with popups?
Posted by Andy B at 1/1/2008 1:38:27 PM
I have the following method in C#:
public bool AddNews(DateTime Date, String subjectm, String Body) {
NewsDataSet.NewsArticlesDataTable NewsArticles = new
NewsDataSet.NewsArticlesDataTable();
NewsDataSet.NewsArticlesRow NewsArticle = NewsArticles.NewNewsArticlesRow();
NewsArticle.Date=... more >>
IDE and folders
Posted by DLI at 1/1/2008 12:32:41 PM
We have a web app developed in Visual Studio 2003 v 7.1.3 using Framework
1.1.4
When running the project in the IDE on a shared development server running
Windows 2003 and IIS 6.0 or my local machine which is XP and IIS 5.1, I have
the following problem:
Since we are developing multipl... more >>
Where is HTML Tidy
Posted by Academia at 1/1/2008 6:12:39 AM
I have a 2004 version of HTML Tidy for windows.
I tried to find out if there is a new version of it and went to Source Forge
but couldn't figure out that site.
Do you know if there is a newer version and where it can be obtained from?
Thanks
Or maybe there is another free program tha... more >>
|