| Thread | Last Post | Replies |
|
| Avoiding SQL Injection with FormView controls | 12 May 2008 23:17 GMT | 7 |
I am using formview controls to insert/update info into my tables. I'm worried about SQL injection. How do you recommend I overcome this issue? In the past I've called a custom cleanup routine like this:
|
| Wierd error when building WDP - Data at the root level is invalid (web.config) | 12 May 2008 20:54 GMT | 2 |
My ASP.NET project builds fine (VS2008). I added a new web deployment project. When I try to build it I get: Data at the root level is invalid. Line1, position 1. (The file is
|
| can I install silverlight on msvc2008 express? | 12 May 2008 19:42 GMT | 2 |
I installed MSVC 2008 express and I like to install silverlight. Can I do this? Thenone that I got from silverlight web site, complain about msvc version. Regards
|
| Code Snippet Respository | 12 May 2008 19:10 GMT | 1 |
All, I have posted this question in various groups, so I apologize for any overlap. I'd like to hear how other developers/architects keep track of old
|
| Distribute asp.net 2003 application on a cd rom | 12 May 2008 18:11 GMT | 3 |
I have built an application web site using ASP.NET 2003 and MSSQL database server. I now need to distribute the entire application to customers on a CD to run the web application completely from their local personal
|
| What do WebParts, WPF and PopFly have in common? | 12 May 2008 17:40 GMT | 3 |
Why don't we see more WebParts being used on the web? SharePoint gets all the fun? And what are the prevailing opinions be they what they may about the use of WebParts rather than WPF when the context would be the development of a service which enables users to select templates ...
|
| Page doesn't refresh after redirect. | 12 May 2008 17:09 GMT | 7 |
I have a page (default.aspx) that pulls it's HTML from a database. I then have a "content management" page (editpage.aspx) that allows the user to edit the HTML in the database. When the user clicks the save button on editpage.aspx, the page
|
| dropDownList control not accessible inside dataGrid | 12 May 2008 16:46 GMT | 2 |
i've got a dropDownList that I'm trying to populate from my code behind as follows: uxVehicleColourEdit.DataSource = oDsLookups.Tables["COLOR"]; if the dropDown is placed inside a datagrid, i get compile time errors
|
| Upload xml file- HttpWebRequest | 12 May 2008 16:45 GMT | 1 |
I'm trying to translate the following code in vb.net code to be used in a web service. Really I can't understand well it. I would like to use httpWebRequest but I don't know.... Do I have to use headers? How can I translate the "requestbody" string?
|
| Block access to zip files using access rules | 12 May 2008 16:33 GMT | 1 |
I have a website where the user can download zip files after logging in. In the site I use access rules to control who can control what. However to my big surprise the user cannot access aspx files in a folder without logging in but he can access zip files without any problems!
|
| Difference between Control's ViewState and ControlState? | 12 May 2008 15:29 GMT | 2 |
I am reading MSDN doc about Control's ViewState and ControlState. I got myself quite puzzled. I see that the Control class has four virtual functions: LoadControlState
|
| Slow Worker Process Startup | 12 May 2008 13:10 GMT | 4 |
I'm having a problem with the amount of time it takes to initialize an application pool on IIS 6.0. Upon the first request to an ASP.NET page the worker process (w3wp.exe) starts up. The problem in my case is that it takes more than 5 minutes to begin servicing requests after
|
| what's wrong with xml post code? | 12 May 2008 11:59 GMT | 2 |
Trying to get this code to work for http xml post. I need the post to be xml (doc.outerxml) sent in single key name as stream. The following is the post code and code for receiving the request. When it hits the "myresponse = myrequest.GetResponse()" in the post code -
|
| DDL fill and select value in gridview | 12 May 2008 09:44 GMT | 1 |
Hi, How Can I fill a DDL in a grid view? <asp:TemplateField HeaderText="AAA" SortExpression="AAA"> <ItemTemplate> <div align="left">
|
| Problem while using Global Connection String | 12 May 2008 08:20 GMT | 1 |
I am new to .Net. I am working on .Net 2005. I am defining connection string in my web.config file as : <configuration> <connectionStrings>
|