| Thread | Last Post | Replies |
|
| C# Help! | 29 Oct 2005 23:57 GMT | 2 |
I am wanting to convert the following VB statements into their C# equivalents. Appreciated any help!!! 'variable declaration
|
| Converting HTML files to User Controls | 29 Oct 2005 22:36 GMT | 2 |
A partner is going to be creating some HTML files that I plan on converting to user controls (UC) and dynamically load at runtime. I'm guessing Visual Studio doesn't come with some utililty to convert HTML files to UCs? IOW, I'll have to manually convert each HTML file to a UC? ...
|
| Session.abandon and Session.Cleear: what is the difference | 29 Oct 2005 22:03 GMT | 3 |
What is the difference between Session.Abandon and Session.Clear? Thank you.
|
| ASP.NET 2.0, Sitemaps, and Querystrings | 29 Oct 2005 18:16 GMT | 11 |
We've been working with the ASP.NET 2.0 sitemap functionality, and one problem we're currently having is a need to be able to generate a web.sitemap file that includes URLs containing querystring data. Unfortunately, the presence of querystrings within the URLs in the
|
| HtmlControl or WebControl from HTML string | 29 Oct 2005 15:42 GMT | 4 |
is it possible to get a HtmlControl from a string including the HTML code in .NET 2.0? I was using the TemplateControl.ParseControl method in .NET 1.1, but this is not working in the new version. CIAO
|
| Example / Open source ASP.NET / SQL application | 29 Oct 2005 14:59 GMT | 4 |
I've been working on a pretty straight forward ASP.NET / SQL data access client. I would however like to take a peek at how other developers are approaching similar projects, specifically regarding the data access
|
| mobile web and .net | 29 Oct 2005 14:48 GMT | 2 |
I'm trying to develop a mobile application using XHTML and i want to use server side scripting. Can i use asp.net with XHTML to do this? Also, which is supported more widely? XHTML or WML?
|
| ASP.NET 1.1 to ASP.NET 2.0 Delta | 29 Oct 2005 14:42 GMT | 6 |
Does anyone have details of the ASP.NET 1.1 to ASP.NET 2.0 Delta?? Thanks
|
| Writing a text file to the file system | 29 Oct 2005 11:39 GMT | 5 |
Using Visual Studio C# When I ran the following code: System.IO; private void Button1_Click(object sender, System.EventArgs e)
|
| viewstate - datagrid - intermittent error....help | 29 Oct 2005 10:17 GMT | 1 |
I'm developing a asp.net web application and everything has proven fine on the dev and acceptance environment. We've moved the code up to our windows server 2003 prod environment and get the following intermittent error when browsing the web page through
|
| out of process session state - how much slower? | 29 Oct 2005 10:03 GMT | 4 |
Hi peeps I'm having some problems with my Session State sticking (it keeps resetting itself) - I haven't looked into it yet, but I was wondering about using SQL Server as an out of process state manager?
|
| Session times out too soon... | 29 Oct 2005 09:52 GMT | 3 |
Friends, My web.config session setting is timeout=20, but in code we set the timeout to override this to some user preference, often 40 minutes, (specified by the user in seconds). But even in fairly active sessions, (ones where post
|
| HTML natual language search engine | 29 Oct 2005 05:29 GMT | 6 |
I have a folder on a network share containing many HTML documents, in lots of sub-folders. I'd like to implement a simple search facility whereby the user can carry out a natural language search on the HTML documents. I'm guessing the solution would be a robot/crawler service ...
|
| assembly problems when copying a project to another server (rp) | 29 Oct 2005 01:56 GMT | 5 |
This news group is proving to be great help on my path towards mastering ASP.NET thanks to all of you helpful souls out there. I am looking forward to the day when I can contribute with a few ounces of hard-won knowledge as well.
|
| AddHandler Problem. Urgent. Thank You Very Much. | 29 Oct 2005 01:52 GMT | 1 |
I have the following functions: Sub Config(ByVal tb As TextBox, ByVal fd As String) ... AddHandler textBox.DataBinding, AddressOf Me.BindData
|