| Thread | Last Post | Replies |
|
| Simple (I think) IFRAME problem | 20 Dec 2006 21:32 GMT | 1 |
This problem has me stumped. It shouldn't. It seems that this should be extremely simple. But it does. I have a page with two IFRAMES. The first IFRAME contains the data. The second contains somewhat of a "Tools" layout.
|
| Need better model to implement this scenario | 20 Dec 2006 21:25 GMT | 1 |
I have a list of contacts in a webpage and the list is created throught the repeater controls. During ItemDataBound event of the repeater, I encrypt the ID of the contacts. When user double clicks on the contact, encrypted ID of the doubled-clicked contact is sent as a ...
|
| For Microsoft Partners and Customers Who Can't Download or Access MSDN2... | 20 Dec 2006 20:58 GMT | 3 |
To all Microsoft partners and customers who have been unable to download recently or access ASP.NET documentation from the msdn2 website and for all of those customers who have been lied to and misled by some of the sleazy MVPs and the lying cockroaches that Microsoft has working ...
|
| clientcallback - atlas - ajax.net: which one? | 20 Dec 2006 20:34 GMT | 3 |
i want to use ajax in my application, but i saw there are a lot of possibilities. What to choose among clientcallback, atlas or ajax.net (anthem, magicajax) ? Thanks for advice (pro's / contra's)
|
| Embed non-ASP.NET pages in an ASP.NET page | 20 Dec 2006 20:16 GMT | 6 |
I'm currently working on a project involving rebuilding our local intranet site. The site was originally developed using frames, defining a header, sidebar, and content area, which I've been working to replace using ASP.NET master pages.
|
| Accessing a drop down in a form view from a user control | 20 Dec 2006 19:50 GMT | 4 |
Main page has a FormView, and within that, is a drop down. A user control is on the page
>From the user control, I need access to the drop down value. I can get to it like this
|
| connectionstring in global.asax or web.config? | 20 Dec 2006 18:22 GMT | 6 |
i was wondering whether i would use global.asax or web.config for the connectionstring to the database. I put this in global.asax. Sub Application_Start Application("Connect") = "Provider=Microsoft.Jet.OLEDB.4.0;Data
|
| Should Data Classes be Shared/Static Assemblies? | 20 Dec 2006 17:53 GMT | 2 |
Here's a design question I'm curious to know if anyone here has wrestled with before... I'm writing my data access methods in classes in the App_Code directory. I know that I can easily instantiate each class on a page and run it's
|
| accesing controls in code-behind | 20 Dec 2006 17:28 GMT | 2 |
I am learning ASP.NET. On .aspx page I have a data-list with text-box that I would like to read during line modification. <asp:DataList ...
|
| Vista and VS.NET 2005 | 20 Dec 2006 16:35 GMT | 2 |
Any word on how good Vista works with Visual Studio? Do you know if Vista is now available for download to MSDN subscribers?
|
| Multiple connection strings | 20 Dec 2006 16:30 GMT | 2 |
I am working on a web form using asp.net 2.0. I want to have a databound dropdownlist control to display 'Company name'. Here is my problem. I have 2 databases. Database, 'X' and 'Y'. I am using database 'X' everywhere in the page. But in the 'X' database
|
| Database access and speed | 20 Dec 2006 16:14 GMT | 4 |
My question is basically about whether its best to do a small number database accesses and do most of the data organisation in sql stored procedures, or one larger fetch from the database and do the database organisation in the asp.net code:
|
| v 2.0 App Not working under IIS | 20 Dec 2006 15:22 GMT | 1 |
Under IIS Default Web site ASP.NET version is 1.1.4322 Under default web site i have an directory named FGD. It shows ASP.NET v 2.0 version. Ehen i go to http://localhost/FGD welcome page works but sublinks do not work with message:
|
| how to insert data into a datagrid.. | 20 Dec 2006 15:19 GMT | 3 |
I want to put two names into a datagrid DropDownList could someone be knowing how to go about it? if please help me out.
|
| dump website into an image? | 20 Dec 2006 14:59 GMT | 5 |
Is there a way to load a site into memory then save the resulting page as an image? so you can see a thumb of what the site looks like? thanks!
|