|
.net
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
ASP.NET Developmentmicrosoft.public.dotnet.framework.aspnet
Wierd error (web server not running 1.1)
VB Programmer -
17 Dec 2005 11:07 PM - 8 messages
I have both ASP.NET 1.1 and 2.0 on my system. Most of my sites are 1.1. All of a sudden when I load any solution I get this error: VS.NET has detected that the specified Web server is not running ASP.NET ...
ASP.NET 2.0 (NEW BUG)
Amelyan -
17 Dec 2005 10:15 PM - 3 messages
Did you know that every time you do Response.Redirect, it thrown an exception System.Threading.ThreadAbortException: Thread was being aborted. at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.End() ...
could you tell me the lastest .net framework version ??
micky -
17 Dec 2005 10:09 PM - 3 messages
the .net framework on my system is...like this. -------------------------------------------------------------------------------- Version Information: Microsoft .NET Framework Version:2.0.50727.42; ASP.NET Version:2.0.50727.42 is it the lastest version of .net framework? ...
LeftPanel
Thom Little -
17 Dec 2005 10:06 PM - 4 messages
On a master page I have three panels and a ContentPlaceHolder. What is the "trick" to allow me to have one of the panels to the left of the ContentPlaceHolder? Typical ... TopPanel LeftPanel ContentPlaceHolder BottomPanel ...
Detect on the server when window is being closed on the server
news.microsoft.com -
17 Dec 2005 9:21 PM - 3 messages
Hello, I have a pop up window and i need to procees some code on the server when the window get closed. How can i detect the window close event on the sever? Is there a server side page_unload event? ...
Session_Start for every page request
Hero41Day -
17 Dec 2005 9:03 PM - 1 message
Hi, I have a really weird problem that started recently. For every page request that I have in my application, the session is reset and the Session_Start is called again. Doing so, I'm losing all the settings that I have set before. ...
(Hard one,any expert out threre ? ) Create object from string ? add webcontrols dynamically on page.
jesper_lofgren -
17 Dec 2005 7:04 PM - 5 messages
Hi there, I have some webcontrols that i want to add dynamically on a page. I have stored the path / namespace in database (ex MyNameSpace.WebControls.Control1) to the class/webcontrol. Lets say i have a column in database that looks like this. ...
breaking the model
Mike Gaab -
17 Dec 2005 6:19 PM - 19 messages
Hi, A newcomer to .Net (I've held out as long as I can.). I am using VS.Net 2003. I am writing some web apps and I am confronted with the usual issues that one faces when coming from a Windows, Apache, Mysql, PHP (WAMP) background. ...
Integrated Security issues
et -
17 Dec 2005 6:03 PM - 2 messages
I created a web site using integrated security, and now I want it taken off. I have taken it off of everything in IIS, I have even re-created the project, brand new, nothing is in the project but webform1, and it still ...
ASP.NET Web Server Controls
Jamie Fallon -
17 Dec 2005 5:20 PM - 10 messages
I don't understand how to use the ASP.NET Web Server Controls to do the following. I know how to do this in standard ASP, but don't understand how ..Net wants us to do it. I want to use one query to the database to get to get a list of people and ...
Connection string problem
John -
17 Dec 2005 3:41 PM - 3 messages
Hi I have a typical vs2005/sqlexpress2005/sqlserver2005 setup. I am using the following connection string; <add name="Membership" connectionString="Data Source=.\SQLEXPRESS;Integrated Security=True;User Instance=True;AttachDBFilename=|DataDirectory|aspnetdb.mdf"/> with sqlexpress 2005 and it works fine. Now I have run the aspnet_regsql.exe ...
Crystal reports.
Eric -
17 Dec 2005 2:57 PM - 1 message
Hi, Me and my fellow engineers can claim our call duty overtime via an excel form and I've created a ASP.NET 2.0 page to improve the calculations. Since each user has his own company number, the data is stored in an xml ...
asp.net 2.0 on apple clients
Thomas -
17 Dec 2005 2:09 PM - 2 messages
Hi, We have (must implement) an asp.net (2.0) solution, but the web clients are apples. Apple G5 has Safari, Firefox and MS IE installed. 1) Controls: Are there known problems with some browsers when using any standard asp.net ...
Distributed 3 Tier & WebService Design Question
Dave Johnson -
17 Dec 2005 11:42 AM - 2 messages
My ASP.net 1.1 online cinema reservation system is Developed in 3 Tiers: 1-DataAccessTier "Data Repository Class" 2-Business Tier "Set of Business Classes" 3-Presentation Tier "set of WebUserControls & aspx pages" if i want to make a WebService that enables its users to interact with ...
Textbox Width Issue (Rendered differently for different browsers)
Jeff -
17 Dec 2005 10:37 AM - 3 messages
Using ASP.NET 1.1 I have an <asp:TextBox... for which I set the width property --- "width=30". The textbox is being rendered to the browser like this: <input name="someName" type="text" maxlength="3" id="someID" ...
Streaming without CPU occupying?
the friendly display name -
17 Dec 2005 10:33 AM - 1 message
Following problem: I want to stream a file to the client, but the logic takes too much CPU time (100% in fact..) this is the code: public class Download : System.Web.UI.Page { private byte[] buffer; private AsyncCallback callback; ...
Treeview problem, get value from selected node in another usercontrol ? asp.net 2.0
jesper_lofgren -
17 Dec 2005 9:50 AM - 4 messages
Hi, I have two usercontrols one menu control that use ASP.NET 2.0 Treeview control, then a main usercontrol for showing the selected URL in a Iframe. The problem is when i raise the OnSelectedNodeChanged on the menu and ...
2.0 Create User Wizard!
Adam J Knight -
17 Dec 2005 8:21 AM - 1 message
Hi all, I am trying to customize the create user wizard. I have tried removing the Secret Question & Answer form controls, but am getting an error when i run the page. CreateUserWizardStep.ContentTemplate does not contain an IEditableTextControl with ID Question for the security question, this is ...
SBS Remote debugging / ASP.NET
Mr Newbie -
17 Dec 2005 8:18 AM - 1 message
Hi peeps. Im having a nightmare trying to get remote debugging working. I have a Small Business System 2003 server and it works fine serving the ASP.NET application. but whatever I do I cannot get remote debugging to work, it ...
please help with msdn sample
ari -
17 Dec 2005 7:30 AM - 1 message
hey all, i did a search on local msdn help for: asynchronous HTTP handlers or goto:
ms-help://MS.MSDNQTR.2003FEB.1033/cpguide/html/cpconhttphandlerregistration.htm and tried to do the asynchronous example listed, i got it to work somewhat. ...
Newbie Question - Master Page triggering validator
damiensawyer@yahoo.com.au -
17 Dec 2005 6:35 AM - 2 messages
Hello all, I have set up a very simple master page (a table, a button and a ContentPlaceHolder) and have set a simple web form to use it. The web form (code below) has a textbox, a simple validator and a ...
Committing Code Snippets
windsurfing_stew -
17 Dec 2005 5:19 AM - 3 messages
Hi, After using a VB.Net code snippet the parameters are highlighted in green even after I've left that area or moved to a new snipped. Anyone know how to commit a code snipped so that it is just normal code again? ...
Best way to create Page_PreRender in VB.Net
windsurfing_stew -
17 Dec 2005 5:17 AM - 4 messages
Hi, Quick question. What's the best way to create the handler for Page_Prerender in ASP.Net 2.0. I used to just use the dropdowns to select (Page Events) on the left and choose PreRender in the right hand ...
Installing ASP.net
Brian -
17 Dec 2005 4:59 AM - 3 messages
Hi, I'm trying to install MOM-2005 but the setup complains that I don't have asp.net, where do I find this program and how do I install this from? Please help, thanks. Brian. ...
Custom membership provider problem
John -
17 Dec 2005 3:04 AM - 3 messages
Hi I was working fine with create user wizard and the default membership provider. I have now customised the membership provider as per attached web.config. The create user wizard picks up the custom membership provider fine and removes the security question/answer fields as designated in the ...
Funny Error
Chris Love -
17 Dec 2005 1:46 AM - 8 messages
An error has occurred while establishing a connection to the server. When connecting to SQL Server 2005, this failure may be caused by the fact that under the default settings SQL Server does not allow remote connections. (provider: SQL Network Interfaces, error: 26 - Error Locating Server/Instance ...
Session Question
JJ -
17 Dec 2005 1:18 AM - 12 messages
Hi, I was wondering if this is true or not. I was under the assumption that if you open up the first browser window, call up an asp.net app and I opened up another browser window that called that same asp.net ...
start ASP net from very scratch
pamelafluente -
17 Dec 2005 1:13 AM - 10 messages
Hi, I would like to get some advice. I know enough vb.net on win apps, but I have never worked on web applications and asp.net. I would appreciate if you could indicate the most basic tutorials where to ...
2005 - no PageLayout Property??
Tina -
17 Dec 2005 12:35 AM - 2 messages
First thing I noticed with vs.net 2005 is that the page is in flowlayout and there is no pagelayout property that I can set to gridlayout. Are we no longer going to be able to place things on our page where we want them?? ...
Declaring an Enum that the whole project can use?
danthman -
16 Dec 2005 11:50 PM - 5 messages
I've written an enumeration object, and now I want all the web forms and web controls in my project to be able to use it. Is this possible? How can it be done? Thanks, -Dan ...
default.mspx or default.do
micky -
16 Dec 2005 11:06 PM - 2 messages
default.mspx i'd like to change extention of my web page like mspx as microsoft insert mime type to mspx and then ?? how can i make this development environment?? especially vs2005? ...
ConnectionStrings in ASP.NET 2.0?
sstrangee -
16 Dec 2005 10:57 PM - 9 messages
The connection strings now have a ConnectionStrings section in the web.config. However, the main flaw of this method is that if you put the password in the connection string that it can be read by any text editor that ...
Exception: Thread was being aborted
Jeff -
16 Dec 2005 9:44 PM - 3 messages
I have some code that enables users to download the contents of a DataGrid as an Excel file. The following code snippet is the relevant part. It works just fine - meaning specifically that the downloaded Excel file is what I ...
Final non-working piece of a search App
jonefer -
16 Dec 2005 9:35 PM - 1 message
My Access experience is cripling me for the moment I have a FindMember.aspx which is my first page (it just has four fields in it, Name, SSN, DOB, SEX) I have effectively constructed an SQL string for all the different ...
Trouble with Process.start in my web application...
Nisha -
16 Dec 2005 9:33 PM - 3 messages
Hello everyone, I have a web page which needs to open files of type .pdf (adobe) and ..doc(microsoft word). I tried something fairly simple and have been having a lot of trouble getting it to work. So far just started with PDF as I figured that would be the simpler of the ...
Re: Asp.net Upload File links to Virus Scanner
bsandhu -
16 Dec 2005 9:12 PM - 1 message
Hi Wong, Did you get a solution to your post about uploading the files to the
server. I am looking something similar to your requirement Cheers B Wong wrote: ...
Calling vbscript functions in asp.net
P K -
16 Dec 2005 8:53 PM - 2 messages
Can I call a vbscript function written for asp in asp.net code Do I have to rewrite in .net? ...
Built-in controls with custom providers
John -
16 Dec 2005 8:42 PM - 2 messages
Hi I have created custom membership/role/profile providers as per the web.config below. My questions are; 1. Have I defined them correctly? 2. How can I make the Login and Create User Wizard controls to use these providers instead of the standard providers? ...
Client Side Checkbox Code
rlrcstr -
16 Dec 2005 8:17 PM - 5 messages
I have a checkbox on a web page. When it is checked, I want a Table to appear (or disappear when the checkbox is cleared)... I was hoping to use client side code for this, so I created a short vbscript routine and added this to my code behind module: ...
Simple - Moving to another page using a button
jonefer -
16 Dec 2005 8:10 PM - 4 messages
I've written the code to do a search from one page and display the results on another - and then I got stuck (because I'm just beginning) It's amazing how difficult it can be to find something so easy. ...
Convert documents to pdf
Sridhar -
16 Dec 2005 7:23 PM - 4 messages
Hi, I need to write a .NET application that converts all the documents except images into pdf. Is it possible to do it in .NET? How could I do which documents can be converted to pdf? we have acrobat SDK with us. Does that ...
Highlighting DropDownList Items
Joe -
16 Dec 2005 7:20 PM - 5 messages
Hello All, I am creating a DropDownList of people's names and address. Each item will be a combination of the individual's name and address. if a person has two addresses, his/her name will appear twice, once with the first address and ...
Running client commands from asp.net app
clsmith66 -
16 Dec 2005 7:09 PM - 4 messages
Is it possible to develop a control to run a small executable on a client machine from an asp.net application? I am trying to automate getting the mac address of each computer in a large office and I'm hoping to find a way to ...
globalization pains (asp.net limited :)
greg -
16 Dec 2005 7:02 PM - 1 message
Hi I have a web form and I have a database on form - text field (web control) in database nvarchar in web.config globalization utf-8 response request I type in Russian few words in text control when I try to save in code behind I put ...
help please on GridView commands + AutoEventWireUp, firing twice etc...
Tim_Mac -
16 Dec 2005 6:41 PM - 25 messages
hi, i'm new to .net 2.0, and am just starting to get to grips with the gridview. my page has autoEventWireUp set to true, which i gather is supposed to figure out which handlers to invoke when appropriate based on your ...
Is it possible to set different behavior of cookieless?
MilanB -
16 Dec 2005 5:49 PM - 1 message
Hello, I understand that it is possible to set application level and page level behavior of session state cookieless. Is it possible to set different behavior for session level. In my case some page are suitabled for mobile devices which are not ...
datagrid paging
NuB -
16 Dec 2005 5:43 PM - 3 messages
I have a datagrid that I need to allow the user to page and sort as well. first, paging I need to show the pages in the footer of the grid like this Page 1, 2, 3, 4, 5, .etc and then in the right hand corner of the footer i ...
Theme and Master Page
Miguel Dias Moura -
16 Dec 2005 5:29 PM - 2 messages
Hello, I am creating a master page for a web site. All pages created from this master page will use the same theme. However I am not able to add the theme in my master page. Why is that? Do I need to add the theme on the top of each page I create from this ...
Authentication in Asp.Net 2.0
Miguel Dias Moura -
16 Dec 2005 5:24 PM - 2 messages
Hello, I am working on my first Asp.Net 2.0 web site using VS2005. I know about the login controls on Asp.Net 2.0 but they seem really strict. I would prefer to create my own forms and using the new Asp.Net 2.0 ...
Flash Movie (.swf) does not work on localhost
Mike -
16 Dec 2005 5:18 PM - 4 messages
I have a simple flash file that plays within a webform of an asp.net app. When running from the server the flash file works fine. But when I run it from my localhost the flash file simply doesn't play. I have Flash installed ...
Problem with images in VS2005
Miguel Dias Moura -
16 Dec 2005 5:17 PM - 2 messages
Hello, I just moved from Visual Studio 2003 to Visual Studio 2005. I am creating a web site and all the images are in App_GlobalResources. In Design View I can see all the images but as soon as I preview the ...
GridView DataKey
Mark Richards -
16 Dec 2005 5:04 PM - 2 messages
I posted this earlier, and got no response. Basically I need to be able to grab a value from one of the fields in a gridView to populate a dropdown in another column of the gridview: I have a gridView that has 2 templated columns that contain drop-down lists. ...
IIS - virtual directories
Mark -
16 Dec 2005 4:52 PM - 2 messages
In our root web site, we have roughly 100 folders. 10 of these are virtual directories. The other 90 folders are a mix - some contain static HTML content. Others contain subfolders and additional virtual directories. Yikes. I need to identify all the virtual directories on our server, but drilling ...
I need training in ASP.NET 2.0 and Sql server 2005
Learner -
16 Dec 2005 4:36 PM - 2 messages
Hi there, I live in Detroit, MI and i am looking for THE best training institute that could offer training in .NET frame work 2.0, ASP.NET 2.0 and Sql server 2005. I do have couple of years of hands on working ...
WebPart Personalization -Default layout question
Leroy -
16 Dec 2005 4:26 PM - 2 messages
I'm trying to implement a site whereby administrators can setup a layout for a webpart site that affects all users, then individual users can personalize their pages. I have configured the site so that when an user with admin role enters ...
Long Running Process
n# -
16 Dec 2005 4:15 PM - 3 messages
Environment ASP.NET 1.1 , Windows 2000 Advanced Server As part of our project requirement we're calling a long running process (Stored Proc - Database residing in a different machine). We made this to be taken care by a Asynchronous Handler (*.ashx) and ...
Basics of Forma Layout
Andrew Chalk -
16 Dec 2005 4:14 PM - 4 messages
Perhaps someone more experienced than I can help me with a very basic issue: Suppose you are designing ASP.NET pages that resemble forms. In terms of going about laying these out, if you want to control the exact location of ...
Eliminate postback effect?
D. Shane Fowlkes -
16 Dec 2005 4:05 PM - 5 messages
Here is a form I'm building that will let people register and eventually pay for a certain conference. [link] I'm using the AutoPostBack attribute of the DDLs to call subs and to ...
Caching architecture question.
Ashish -
16 Dec 2005 3:53 PM - 2 messages
I am thinking about using Caching application block in my web application, for the performance reasons. My ideal sitiuation would be if i could plug in the application block between my Persistence layer and database, so that objects are created ...
Client Validation (JavaScript) for CustomValidator Control
avp -
16 Dec 2005 3:42 PM - 2 messages
Hi, We have an ASP.NET 2.0 (C#) application that has a web form with a CheckBoxList control and a CustomValidator control. The CustomValidator control is used to validate that at least one checkbox is checked in the ...
Error During compilation
fabrice -
16 Dec 2005 3:25 PM - 1 message
Hello, I m using vb.net and framework 1.1 whithout VisualStudio. I'm trying to compile a personnal tool class in one assembly using VBC.exe . But i get an error in compilation and i don't know why. ...
WebDev.WebServer and server side includes... ?
Martin Olson -
16 Dec 2005 3:21 PM - 2 messages
is there a way to get the WebDev.WebServer for VS2005 to process server side includes??? thanks for your help on this, mo ...
Project 2003 -> 2005 ?
Jarod -
16 Dec 2005 3:19 PM - 2 messages
Hey I have asp.net project developed in VS2003, now I want to convert it to VS2005 but to use it with file system not IIS how to do it ? Jarod ...
VS2005 behavior ?
Jarod -
16 Dec 2005 3:18 PM - 1 message
Hey I have <div id="sth" style="behavior:url(webservice.htc)"></div>. In project VS2003 with IIS it works perfectly. In VS2005 and file system without IIS browser doesn't "see" it. Any ideas why is that ? ...
Getting path of the mapped folder
Sridhar -
16 Dec 2005 3:16 PM - 3 messages
Hi, I have a question. I am trying to write File Functions to read data from a file. This function accepts FilePath as the parameter and returns Byte() Array. Some times if the file is on the Network and let's say the Network ...
New Fix for web.config admin problem
S. Justin Gengo -
16 Dec 2005 2:59 PM - 1 message
A while ago I submitted a bug report for a problem that occurrs when using the admin tool. There is now a "permanent" fix available I thought I'd share. First the problem was: After running the Website - ASP.NET Configuration utility a xmlns ...
VS 2003 and 2005 on same machine
Chris -
16 Dec 2005 2:34 PM - 6 messages
Can I install VS.NET 2005 on the same workstation as VS.NET 2003? My app is v1.1 but want to start playing. Just dont want to break 2003. Thanks. ...
SQL-ASP.NET datetime format problem ???
Ugur Ekinci -
16 Dec 2005 2:24 PM - 2 messages
Hi , I have two Sql Server 2000 on seperate machines , First one accepts datetime format like ("dd.MM.yyyy hh:mm:ss") And Second one accepts datetime format like ("MM.dd.yyyy hh:mm:ss") 1- Date formats are different because of SQL Collation? ...
Dynamic DropDownList
TheHach -
16 Dec 2005 2:08 PM - 5 messages
Hi. (For information, i'm working in VB.NET) I have a datagrid on my page. On its creation, I add a dropdownlist in each cell, with a different ID each time. This works fine. But now, I can't access on the selected values of those dynamic ...
ListItem text color
Joe -
16 Dec 2005 1:58 PM - 1 message
Hello All: Is there a way to set the color of a ListItem's text? How about the background color? I thought that this was possible but I can't remember. TIA, ...
Deploy File System Web site
paps -
16 Dec 2005 1:16 PM - 1 message
hi i've a file system web site with a SQL Express DB stored in the APP_Data folder and created with the aspnet_regsql utility. On mu local machine every thing work but when i publish the site to a remote ...
ICO to tranparent gif, here is a incorreclty working project, please help.
Edwin Knoppert -
16 Dec 2005 1:08 PM - 2 messages
I have tried to convert transparent icons to transparent gif's. I'm not succesful. Could you check the (running) project and possibly give some corrections? I think i need to obtain both images and make my own loop. I have the feeling this code is not working as intended. ...
Click once for Image button
kailas.j.goliwadekar -
16 Dec 2005 12:53 PM - 1 message
Hi . I got the following code for 'click once' for button. System.Text.StringBuilder sb = new StringBuilder(); sb.Append("if (typeof(Page_ClientValidate) == 'function') { "); sb.Append("if (Page_ClientValidate() == false) { return false; }} "); sb.Append("this.value = 'Please wait...';"); ...
TreeView: OnSelectedNodeChanged not firing??
Dotnet Gruven -
16 Dec 2005 12:47 PM - 6 messages
With this TreeView declaration: <asp:TreeView ID="Cloner" runat="server" SelectedNodeStyle-Font-Bold="true" SelectedNodeStyle-ForeColor="#003E21" OnTreeNodePopulate="PopulateNode" OnSelectedNodeChanged="SelectNode" ExpandDepth="0"> </asp:TreeView> Nodes are added in PopulateNode() like so: ...
Threading
AdrianJMartin -
16 Dec 2005 12:27 PM - 10 messages
Hi all, I have a need for a STA thread from asp.net. I can create the thread and it runs fine. But when it is finished, the thread still 'hangs' arround. Visible only to the debugger..... I get the "The thread has exited with code 0 (0x12fc)." in the debugger ...
Only ASPNET Process should access a directory
the friendly display name -
16 Dec 2005 12:14 PM - 1 message
Hello newsgroup, How do I set up a directory, which only the ASPNET process can access, and all other users (except admin and the system processes of course) cannot? Basicaly, a internet user should not access the content of the directory ...
popup window close to submit opener window without 'causes validation' happening
Matt Jensen -
16 Dec 2005 12:02 PM - 2 messages
Howdy I've got a ASP.NET webform page that pops up a window for a user to make a selection. Once they make a selection in this popup window, the form in the popup is submitted an update to the DB is fired, the window closes, and the ...
Dynamic Textbox with Calender
arun.hallan -
16 Dec 2005 11:52 AM - 2 messages
I want to add at runtime, a textbox which when clicked in, displays a calender which returns a value to that textbox. Not sure how to do this dynamically at runtime. Any ideas? ...
is it retail version??
micky -
16 Dec 2005 11:05 AM - 1 message
Build is: 8.0.50727.42 (RTM.050727-4200) is it retail version?? ...
Modal Dilog box problem
Pawan -
16 Dec 2005 11:01 AM - 1 message
Hello all I have a modal dilog box of aspx page . in that I populated a grid with check box Now when I click the ok button then for every (chkbox.checked == true ) I want that all value will go to the parent page in a text box ...
Disable submit button after click but fire validators?
Chris Ashley -
16 Dec 2005 10:50 AM - 2 messages
I have an ImageButton which I would like to have the following behaviour: (1) User clicks button, button is disabled. (2) Page validators fire (3) If page fails client side validation, reenable button. Otherwise submit. I have tried the following code but it is not working: ...
EXCEL
Ambrose -
16 Dec 2005 10:18 AM - 2 messages
Can anyone tell me how to populate an excel file from .net application (it would be fine if it is asp.net) ...
SMS from PC
Ambrose -
16 Dec 2005 10:16 AM - 2 messages
I need help whether .net languages support namespaces to send sms to mobile Is there any sms gateway through which sms from email can be fwd without any registeration. ...
onload event doesn't work
Andy Fish -
16 Dec 2005 10:07 AM - 4 messages
Hi, I have an asp.net web application which uses a pop-up form that works a bit like a dialog box. when the user clicks "OK" it does a postback (basically a form post if you don't know .net) to save the contents of the form, and then ...
Accessing server controls using client scripts....
Stu -
16 Dec 2005 9:59 AM - 3 messages
Hi, I am migrating a large app to .Net 2 and am having problems with accessing hidden fields using javascript. As I am using masterpages the control names are prefixed with the control reference of the masterpage '_ctl0_cphMain_MyHiddenField' etc. The app uses ...
Server.Execute & HttpHandler
Sam -
16 Dec 2005 7:54 AM - 7 messages
My problem is that when I am trying to use Server.Execute("Somehandler.ashx") I am getting HttpException. [HttpException (0x80004005): Error executing child request for Somehandler.ashx.] System.Web.HttpServerUtility.ExecuteInternal(IHttpHandler handler, TextWriter writer, Boolean preserveForm, Boolean setPreviousPage, VirtualPath path, VirtualPath filePath, String physPath, Exception ...
using LocalizationExtenderProvider in ASP.NET like in Windows forms??
KK -
16 Dec 2005 7:21 AM - 1 message
Hi, In Windows Forms applications, to help localizing, the form gets 2 extended properties from LocalizationExtenderProvider class. Those properties are Localiazble and Language. Now, users can select different langauges and enter text for containing controls which gets stored in relevent resource file. ...
Custom memebrship provider problem
John -
16 Dec 2005 6:52 AM - 3 messages
Hi I am trying to setup a customised membership provider and I am getting the following error when trying to run the app; The entry 'AspNetSqlMembershipProvider' has already been added. The line is: <add name="AspNetSqlMembershipProvider" ...
how to use the "ArgumentOutOfRangeException"
ÀÏÆÅ»³ÔÐ6¸öÔ -
16 Dec 2005 5:56 AM - 2 messages
how can i override the "ArgumentOutOfRangeException" or catch it in my dorpdownlist? ...
<t:ANIMATEMOTION>
nabeel -
16 Dec 2005 5:27 AM - 2 messages
Hello every one, Is it possible to apply <t:ANIMATEMOTION> to a DataList Template Item in a user control ?. ...
Wizard Control Bad Behavior
clintonG -
16 Dec 2005 5:11 AM - 1 message
This control is amazing. It renders wierd. The "Header" and the "View" areas [1] as shown will not stay vertically aligned to the top when using IE or Opera but will stick right up there when using Firefox. This is visually FUBAR when a step is loaded and the View is pushed down. ...
SQl Error after integrating Forms Auth
Chris Love -
16 Dec 2005 3:02 AM - 1 message
After putting FormAuthentication in the config, I get this when I navigate to a protected page the first time. An error has occurred while establishing a connection to the server. When connecting to SQL Server 2005, this failure may be caused by the fact that ...
Wierdness with "Imports" statement
danthman -
16 Dec 2005 12:53 AM - 3 messages
Can someone tell me why the following VB.NET code doesn't work? ----- Imports System.Data.SqlClient Partial Class PageHeader Inherits System.Web.UI.UserControl Public ConnectionObjG As SqlConnection = New SqlConnection() Public AdapterObjG As SqlDataAdapter = New SqlDataAdapter() ...
ObjectDataSource - Object Graphs
David Jessee -
15 Dec 2005 11:55 PM - 3 messages
I've been taking this approach when working with business entity objects: 1) Determine the ID of the object you need to work with (e.g. Invoice) 2) Get the Object instance of the Invoice...has a Buyer property, which is ...
Convert Word to HTML in ASP.NET 1.1
Tony -
15 Dec 2005 11:25 PM - 2 messages
My company has an online documentation system that got set up a while ago. They now want to to add the functionality to import documents into the system where they will be converted to HTML. I can't seem to find anything on this. ...
GridView Delete works on local but not server
hougie40 -
15 Dec 2005 10:47 PM - 1 message
I have a simple Gridview sample that I threw together. On my localhost the delete button works but on our dev server it just refreshes the page but does not remove the record. Code is identical. The only difference I notice is the hyperlink for ...
Problem connecting to SQL Server 2000 using VS 2005 (Please help!)
davidman73 -
15 Dec 2005 10:46 PM - 2 messages
Hello, I have VS 2005 with SQL Server Express in the same machine, but need to connect to a remote SQL Server 2000. I'm getting this error: An error has occurred while establishing a connection to the server. When connecting to SQL Server 2005, this failure may be caused by the ...
One application... multiple domains
Ryan -
15 Dec 2005 10:39 PM - 5 messages
I am developing an application using ASP.NET 2.0. In this application, I need to provide customized database-driven interfaces based on the domain name that the user is accessing the application from. A list of these domains will ...
appying alpha value in css
micky -
15 Dec 2005 10:11 PM - 2 messages
foo { background-color: rgb(255,0,0); color: rgb(0,0,0); opacity: 50%; } in vs2005, opacity attribute is not valid. it says opacity is not a known css property name.... and also not apply in browser ...why? ...
hides inherited member ApplicationInstance
Wayne Brantley -
15 Dec 2005 10:06 PM - 4 messages
VS2005 RTM Create a web user control to use as a base class for other web user controls. Now, create a new web user control, change the class it inherits from to your base class and compile. (You must have a <% Register %> so it will see it) ...
| |||||||||||||||||||||||