| Thread | Last Post | Replies |
|
| Creating instance of another page class to access the control tree | 09 Jul 2007 21:52 GMT | 4 |
I am writing (Yet Another) Content Management Application. To make it easier for the end-users, I would like to retrieve the structure of the website. To do this, I would like to "walk the tree structure" of the website. The structure of the site is inside custom ASP controls ...
|
| Is there any type of cache manager? | 09 Jul 2007 21:42 GMT | 2 |
While debugging, I'm having a caching issue. I'm thinking that it might be nice if I could just see a page of all cache items, with related details. This seems like something that would be so easy to develop, and possibly helpful to a sys admin, that it's probably
|
| vs2005 site solution file | 09 Jul 2007 21:26 GMT | 4 |
I have question about how create solution file for exist project? So I open vs2005, File->Open web site and select dir with my site. So this site loaded but it doesn't have solution. How I can create solution file for this opened site?
|
| Does NetworkCredential itself encrypt user credentials? | 09 Jul 2007 20:42 GMT | 3 |
I have a website (call it WinAuthWeb) that uses Integrated Windows Authentication. In my ASP.NET web application, I collect user name, password and domain info and pass them to WinAuthWeb for authentication (formerly
|
| VB and C# in ASP.Net | 09 Jul 2007 20:01 GMT | 2 |
I would like to put two sub folders in app_code; one called VB and one called CSHARP. Can I put some compile directive in Web.Config to invoke the vb compiler for the app_code/VB directory and the C# compiler for the app_Code/CSHARP
|
| array to listbox | 09 Jul 2007 19:54 GMT | 16 |
I'm passing an array to a listbox such as (1,2,3,4,5,6,7), I want to highlight (select) all the items in the listbox were the value equals (1,2,3,4,5,6,7). I'm able to only get the last value selected, how can I get all of them selected?
|
| Loop over DataTable to edit 'bad' columns | 09 Jul 2007 18:32 GMT | 5 |
I have a DataTable (over 32,000 rows) with 19 columns of which I need to fix some data in two of them in order to import the data into a SQL table. I have a for loop but I can't figure out the if statement to find the 'bad' columns so I edit them. This is what I have but it ...
|
| File Uploads to Web Service in both SOAP and HTTP-POST | 09 Jul 2007 17:18 GMT | 6 |
I am trying to allow HTTP POST file uploads to my web service. Currently I have it working perfectly for a SOAP/XML request reading in a byte[ ] using MemoryStream/FileStream but I cannot figure out how to encode a file on a POST to the same web service. The definition
|
| Master page postback.. !IsPostback doesnt work | 09 Jul 2007 17:06 GMT | 6 |
I dont this this a bug but i cant get my head around it.. I have a master page that has a login control on it, to log in i press the button and the page posts back, however on the page that is derived from the master page (default.aspx) i have code that i dont want to
|
| Creating db from SQL statements | 09 Jul 2007 16:52 GMT | 2 |
I have created a database (*.df) file for use with my website. I have files containing DDL and DDM for creating the db schema and stored procedures respectively. However, I have not (as yet) founs out how to "import" the SQL statements into the datbase, to create the required
|
| problem with programmatically designed dropdownlist | 09 Jul 2007 16:44 GMT | 3 |
i defined a dropdownlist in code-behind but i can't get the selectedvalue. I czn't use autopostback because there are other elements in the form to be filled. aspx file:
|
| add anchor to url | 09 Jul 2007 16:12 GMT | 3 |
how can I add anchor to the url in a LinkButton click event handler. I have an anchor already defined on the page, but there is no way to scroll down to that location at postback. thanks in advance.
|
| how to check existance of a table in sql server? | 09 Jul 2007 15:33 GMT | 15 |
we have an intranet application using Windows Integrated Authentification. When an user starts the application, he gets a form for inputting data. The first time he does that, the application creates in a specific database a table with the name of his account (read with
|
| RequiredFieldValidator How To ? | 09 Jul 2007 15:25 GMT | 1 |
Is it possible to configure the RequiredFieldValidor to change the cssclass of the ControlToValidate if the field is empty ? Stan
|
| listbox question | 09 Jul 2007 15:06 GMT | 3 |
Is there a way to populate a listbox and highlight the items passed to it from a prior page? I have page1 that has a grid view with 2 columns (customers, locations) I need to be able to select a row (customer) and click update, then go to my
|