| Thread | Last Post | Replies |
|
| Avoiding @Register, cannot instantiate controls registered in web.config (2.0) | 31 Jan 2006 23:15 GMT | 5 |
I'm fond of web controls in ASP.NET, but the need for <@ Register%> blocks at the top of each page is a pain. ASP.NET 2.0 has a way to centrally register controls in the web.config file, but it is poorly documented and appears to be broken.
|
| Can I use images in a class? | 31 Jan 2006 22:18 GMT | 1 |
I am using the profile in Asp.Net 2.0 to save complex types, i.e., a class. I am using an SQL 2005 database as my profile provider. Can I use a file or image in a class and save it in my profile?
|
| persistant cookie, what is it? | 31 Jan 2006 22:07 GMT | 15 |
I have searched but info is limitted. In my test app i used a non persistant cookie for forms authentication. slidingExpiration is set to true On run and close and rerun the login remains ok.
|
| Publish web site | 31 Jan 2006 22:00 GMT | 3 |
In Visual Studio 2003 you could publish a website, and it would copy only the required files to the web server. In Visual Studio 2005 this option iis gone. There is now the "Copy Website" dialog, but there I have to specify which files to copy.
|
| How to Return pure XML (no WS) | 31 Jan 2006 21:41 GMT | 3 |
I've to return an XML (a KML for Google Earth) from my Web Server. How can I do it with ASP.NET 2.0??? These are the requirements for a "KML Server" as stated by Google: KML Server requirements
|
| Gridview RowUpdating is not firing | 31 Jan 2006 21:33 GMT | 1 |
I've got an unbound gridview that I'm late binding. The RowUpdating isn't firing when the gridview's update button is clicked. What am I missing?
|
| Resource file question | 31 Jan 2006 21:23 GMT | 1 |
In .Net 2.0, the resource file is into an XML format which I think is great. However I would like to know if .NET comes with tools that allow you to convert that resource file to a flat text file.
|
| Anyone have a clue why this happens?? | 31 Jan 2006 20:52 GMT | 3 |
I have an aspx page that accepts a posted to field, the id number of a product. On the page it then loads the details and allows editing of the product with a save button. The save button fires off sql to save the changes using that
|
| Guess What ... | 31 Jan 2006 20:09 GMT | 5 |
I'm getting married in mid march so know what that means!? That means that you only have about a month to meet me somewhere and take full advantage of my non-ring wearing self! Hurry! Time is running out. Just tell your boyfriend you need a day
|
| Transferring User based on Short URL | 31 Jan 2006 19:26 GMT | 3 |
Is there an easy way to configure a site to load certain pages based on a short URL entered? For example... www.domain.com/sitemap loads www.domain.com/application/sitemap.aspx?show=all
|
| Newb textbox question | 31 Jan 2006 18:46 GMT | 2 |
I have a textbox on a form that is populated from the database when the form loads. When I check textbox.Text when the user clicks my submit button, the value is always what it was when the form loaded, no matter of what the user changed the text to. Any suggestions?
|
| Sending Mail via System.Net.Mail problem | 31 Jan 2006 18:44 GMT | 3 |
I'm trying to send mail from my ASP.NET application using the new System.Net.Mail classes. The code is fairly basic string SMTPServer = "smtp.atlanticbb.net";
|
| Limit the number of characters given a "Box" size | 31 Jan 2006 18:36 GMT | 2 |
Hi, I am trying to work out a way where I can accurately predict the number of character which will "fit" into a box size. Say I have a virtual area of 500px by 200px I need to find out how many size 8 font characters will fit into this box.
|
| Original Bin Path? | 31 Jan 2006 18:15 GMT | 2 |
What is the path of the original bin directory for asn ASP.NET 2.0 application? System.Reflection.Assembly.GetExecutingAssembly().GetName().CodeBase That does not show me the original location (where some config files
|
| How do I reset session timeout timer? | 31 Jan 2006 17:56 GMT | 1 |
My ASP.NET application has a module that needs to change the local system time on the hosting machine. I have session timeouts enabled, but I need to reset the session timeout if the local system time is changed. I don't see any means to do this. My problem is that if the system ...
|