| Thread | Last Post | Replies |
|
| string .replace function question (maintain caps) | 10 May 2008 23:06 GMT | 2 |
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 MAC | 10 May 2008 21:40 GMT | 1 |
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 form | 10 May 2008 21:36 GMT | 5 |
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 GMT | 2 |
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 Where | 10 May 2008 19:06 GMT | 1 |
we have the DataSource: <asp:LinqDataSource ID="EntriesLinqDataSource" runat="server" ContextTypeName="SubeliCMS.DataClassesDataContext" OrderBy="Position desc, Date" TableName="Entries"
|
| AccessViolationException | 10 May 2008 18:36 GMT | 5 |
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 table | 10 May 2008 16:30 GMT | 1 |
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 view | 10 May 2008 16:02 GMT | 1 |
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 InsertCommand | 10 May 2008 13:07 GMT | 2 |
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 applications | 10 May 2008 12:26 GMT | 8 |
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 post | 10 May 2008 11:59 GMT | 5 |
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 GMT | 7 |
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 GMT | 2 |
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 menu | 10 May 2008 07:09 GMT | 1 |
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 default | 10 May 2008 03:07 GMT | 3 |
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
|