Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
HomeAnnouncementsFree MagazinesWhite PapersSubmit Content
Discussion GroupsASP.NETWindows FormsLanguages.NET FrameworkVisual Studio.NET
Articles.NET FrameworkASP.NETToolsWindows Forms
.NET DirectoryOpen Source ProjectsUser GroupsWeb Resources
Related Topics
Visual Basic 6SQL ServerMS AccessOther DB ProductsMS Server ProductsMore Topics ...

.NET Forum / ASP.NET / General / May 2008

Tip: Looking for answers? Try searching our database.

ThreadLast Post  Replies
string .replace function question (maintain caps)10 May 2008 23:06 GMT2
How do I replace in a non-casesensitive way, but maintain the capitilization
of this example....
       mystring = "Hello WORLD!  I want this to work!"
       mystring = mystring.Replace("world", "earth")
.net on MAC10 May 2008 21:40 GMT1
I am stumped, for some reason, a MAC can not view two .net sites that
are setup.  The sites view with no problem on other cpus just not the
MAC.  Any suggestions?
Programmatically adding a css style to a web content form10 May 2008 21:36 GMT5
I have css that would normally be placed in style tags in the header of the
Master page that I want to add programmatically for a specific Web Content
Form (the *.aspx page). How do I do this for a Web Content Form? I cannot
use style tags in a Web Content Form, and I am having ...
How best use AJAX to not interrupt media player while allowing other navigation?10 May 2008 21:03 GMT2
I want to create an ASP.NET website wherein an embedded Windows Media Player
is displayed throughought the web session and new media files are played
depending on what the user clicks elsewhere.
I'm new to AJAX, but am starting to understand using the ScriptManager and
DataSource Where10 May 2008 19:06 GMT1
we have the DataSource:
   <asp:LinqDataSource ID="EntriesLinqDataSource" runat="server"
       ContextTypeName="SubeliCMS.DataClassesDataContext"
       OrderBy="Position desc, Date" TableName="Entries"
AccessViolationException10 May 2008 18:36 GMT5
I need help with the following exceptions, it happens to my dev machine and
live server every now and then, most of the times they happen after I
recompile the solution on my dev machine or deploy the new assembly to live
server.   TIA
How to see appointment in a table10 May 2008 16:30 GMT1
Are many days that I've this problem, and I can't to resolve it :-((
I've a Table named "Activity" with
Date - DateTime type
Description - Varchar type
Problem with Details view10 May 2008 16:02 GMT1
I have a detailsview control.  In theInsertItemTemplate I have 2 cascade
dropdownlists (for category and subcategory).  For the 2nd one (subcategory)
I tried to do a databind to a field but I get this error:
Databinding methods such as Eval(), XPath(), and Bind() can only be used ...
How use NOW() function in InsertCommand10 May 2008 13:07 GMT2
In my HTML view of my ASPX page how do I use the NOW() function for the
InsertCommand?   This doesn't seem to work...
Code snippet:
       <asp:SqlDataSource ID="sdsPress" runat="server"
Source code for web applications10 May 2008 12:26 GMT8
Is it possible for an ASP.net server (like IIS 6) to run web application
without having available the code behind forms in clear ascii? Can I provide
a compiled product to the customer, not an exe file of course, but some dll
compiled by my server ?
http xml post10 May 2008 11:59 GMT5
I'm working on a http xml post (request/response).
In my testing - I have been able to create and post xml string/stream and
send response
back.
How to hide the real file name in the URL?10 May 2008 07:56 GMT7
I see u guys talking about url rewriting, and then I came across
www.actioncarting.com, where no page seem to have an extension
like .aspx, .html, .shtml, .asp, .jsp, .php.  Is this trick so-called
URL rewriting?  I would like to learn this little trick.  Thank you.
how does one limit postback to a small section of screen?10 May 2008 07:13 GMT2
I have a checkbox on my webpage which, if checked, should cause a
textbox to be enabled (or made visible).  But I find I need to make
the checkbox have a autopostback of TRUE for this to work.  Is there
any way, perhaps using Ajax update panels, to have a checkbox cause a
Breadcrumbs and my menu10 May 2008 07:09 GMT1
If you make the Breadcrumbs control use the site map, is there a way
to not show certain things that can be visible in the site map, but
not in the main navidation menu?
I ask, as I have an item on my menu: Organisations
how make codefile default10 May 2008 03:07 GMT3
Usually I like to have my vb code in a seperate file, rather than inline
with the HTML.  I know that the codefile directive is what links the 2
together.
For some reason, all of a sudden my new pages are lacking the CodeFile even
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.