| Thread | Last Post | Replies |
|
| Safari on Windows | 12 Jun 2007 20:00 GMT | 3 |
http://www.apple.com/downloads Beta 3 - seems to work OK on XP - haven't tried on Vista yet...
 Signature http://www.markrae.net
|
| Webparts and Firefox | 12 Jun 2007 19:25 GMT | 2 |
Hello, Is there any news on when and if Ajax will return the support for drag/drop functionality of webparts in Firefox? Unfortunately, I began development on my application using the CTP release
|
| updating master page from content page. | 12 Jun 2007 19:21 GMT | 2 |
i have one master page having one lable control. I want to update content of that lable through content page. I tried to find it using Master properly but of no luck.
|
| How to get directory of App_Data ? | 12 Jun 2007 19:15 GMT | 1 |
Hi Experts: I'm using ASP.NET 2.0. Is there a way to get the directory (full path) of the "App_Data" foler at runtime ?
|
| How do I overwrite existing web.config with a new one? | 12 Jun 2007 18:26 GMT | 5 |
I thought I could RDP to the web server, open the web.config, make the change, and save it. But this causes IIS to hang, and it never recovers - I have to create a new website in IIS!
|
| XML File - reading and writing | 12 Jun 2007 18:24 GMT | 3 |
Hi, could somebody point me in the right direction for adding, removing and modifying nodes in an xml file programatically using vb.net (.net framework 2.0)? I have an xml file in the following format which I need to be able to add and remove records from. (I can not change this ...
|
| CheckBox | 12 Jun 2007 18:21 GMT | 1 |
I have an enumeration: ' Level Public Enum Level Professor
|
| Response.Redirect after a Response.Flush | 12 Jun 2007 18:10 GMT | 5 |
I have a link on an ASP page that loads the Response stream with a .vcs file stream and then sends it to the clients machine. This opens the calendar entry in their Outlook, etc. However, once this is done, I'd like to have the page redirect to a new page that says "You
|
| viewstate big | 12 Jun 2007 17:56 GMT | 12 |
How can i reduce the viewstate for my asp.net application. It is getting very large now. What is a good solution? thanks N
|
| writing to XML file | 12 Jun 2007 16:52 GMT | 5 |
I'm struggling with what should be a very basic .aspx/XML issue. I have an XML file. I have a textbox for a user to enter data and a button to submit the data. I don't wont the user to see the other records on the screen. I'm using Visual Web Developer Express 2005,
|
| Simple Regex | 12 Jun 2007 16:44 GMT | 3 |
I need a regex expression that allows only numbers in the following format: 2312-986 The first number can't start with 0:
|
| Drop down lists and Grid View | 12 Jun 2007 16:22 GMT | 1 |
I have a sql data source that is pointing to a table which is accessed through a grid view. My goal is to have one of the columns in this table be populated as a drop down list from another table.
|
| Controlin an electrical device through a Web page | 12 Jun 2007 16:09 GMT | 2 |
I've to design a Web page which : - give the stata of an electrical device. For instance, the state is OFF or ON for a light. - allow the user to intercat with that device. Typically he should be able
|
| Invalid ViewState Problems | 12 Jun 2007 16:05 GMT | 11 |
I seem to be getting this error message all of a sudden on one of my web apps: [HttpException (0x80004005): Unable to validate data.] System.Web.Configuration.MachineKey.GetDecodedData(Byte[] buf, Byte[] modifier, Int32 start, Int32 length, Int32& dataLength) +195
|
| AJAX Extensions not working | 12 Jun 2007 15:37 GMT | 2 |
I have installed the AJAX extensions and partial page rendering works ok from a new ajax enabled web site I created in VS. The problem is that I've manually entered the necessary entries into the web.config into an existing project and the same asp.net file doesn't work from the ...
|