|
.net
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
ASP.NET Developmentmicrosoft.public.dotnet.framework.aspnet
Where does VS2005 store csproj file info?
Mark -
7 Jan 2006 10:33 PM - 3 messages
Hello, I see and read that VS2005 Web apps no longer creates a csproj file. While it says that some of that info is now stored in the web.config, much of it is not. For example, what physical file stores the property settings, references ...
Multiple windows in ASP.NET
Alex C. Barberi -
7 Jan 2006 10:06 PM - 3 messages
Say I had one window open in Internet Explorer, then the user clicked a link and opened another window. While on the active window, how do I get something from the window that was open first. Also, how I do tell the first window to ...
Validator inside WebControl
Sam -
7 Jan 2006 9:32 PM - 2 messages
Hi all, Why can't i create a validatorControl as a child of the control to validate? It doesn't give any errors, but it just won't work (it's not validating). The reason why i want this is that i'm creating a repository of ...
2.0 html page within a <table><tr><td>
prefersgolfing -
7 Jan 2006 8:53 PM - 2 messages
I'm not using Master Pages, yet I'd like to display the contents of an HTML page within a <table><tr><td> on a .aspx. I have a lengthy guide already paginated in html. I'd like to embed the ...
How to raise exception which automatically written to Application event log?
GS -
7 Jan 2006 8:20 PM - 3 messages
I have noticed that ASP.NET 2.0 writes unhandled exceptions automatically to event log. How do I that on purpouse in a code? Say I have hit error condition and would like to abort current thread and throw exception which will be automatically written in event log? ...
How to stop processing request in global.asax
GS -
7 Jan 2006 7:53 PM - 9 messages
What would be the sample code to stop processing any further requests in Application_onStart within global.asax has failed? Response.End does not work since there is no response object at the point of initializion. ...
How do access context in your class?
GS -
7 Jan 2006 7:25 PM - 3 messages
Hello, I have a class defined in App_Code, how do I access current HTTP context from that class without explicitely passing it? G ...
What would be a good design for my application
GS -
7 Jan 2006 7:21 PM - 5 messages
Hi, I'd rather start from a good design and go from there so would be greatfull for any input. I have a simple ASP.NET application and would like to make solution elegant. I store settings in web.config file and I would like to have class in my ...
remember me cookie in asp .net
James -
7 Jan 2006 2:15 PM - 6 messages
hi, I'm trying to remember a user who has visited the page. what i found out was to use persistent cookie, is there any other way that i can remember the user next time he visit? When using cookies, I used the code below to add ...
Hirarchical View in GridView
Manish Pansiniya -
7 Jan 2006 1:27 PM - 2 messages
Hello, Is it possible that we can implement hirarchical view in GridView or any derived classes. Is anybody have any solution? Thank You, Manish ...
ASP:TableRow with dynamic design
Jakob Lithner -
7 Jan 2006 12:41 PM - 4 messages
I have a repeater and want to set design on table row based on data values. I found the <ASP:TableRow> which is a good candidate, but then I am forced to have the <ASP:Table> tags within the ItemTemplate! ...
Asp.net And Firefox
konox -
7 Jan 2006 10:35 AM - 5 messages
Hi to everybody and i hope you have a happy new year! Is it possible to connect the FireFox(or IE) browser with my asp.net Web Application? i explain:Is it posslible when i'm on Internet (With firefox or IE) to ...
Problem compiling remote web in VS2005
musosdev -
7 Jan 2006 9:39 AM - 5 messages
Hi peeps I've just moved my dev system to Win2k3 / VS2005 (from Win2k/VS2k3) and I'm having a problem. I've setup a new website in IIS, enabled .net, fpse, etc. From VS2005, if I choose Open Website, I can type in the location of my ...
Can i call my WebForm while i'm on Internet?
konox -
7 Jan 2006 9:09 AM - 2 messages
Hi, i need help for my application. My problem is like this:I'm on Internet and i would like to download a file.When i press the button 'Download', I don't want to see the common dialog box of IE for the downloading, but i want to call directly a ...
dynamic column/fields
ER -
7 Jan 2006 8:05 AM - 4 messages
Hi, I would like to create a datagrid or free entry form with dynamic columns based on the user selection, do you have any ideas or samples? Any help would be appreciated! ER ...
Using RSS
jack -
7 Jan 2006 6:45 AM - 3 messages
hi all im trying to use RSS Feed in my project which is an in house project im trying to use Rss im this but im not able to guess how to do this well i tried some of the things but not able to make it like for ...
compiling and building VS2005 webprojet for framework 1.1
Ajay -
7 Jan 2006 3:20 AM - 2 messages
Can I build web projects from VS 2005 to target framework 1.1? If yes, is it possible to do this using aspnet_compiler so I can invoke it from msbuild scripts? Thanks. ...
Why Publish take so long?
VB Programmer -
7 Jan 2006 2:27 AM - 2 messages
My ASP.NET 2.0 site takes about 10 min to publish to my webserver. There's only 3 ASPX pages, VERY MINIMAL code (< 100 lines) and I'm not using any membership stuff etc... (even though the ASPNETDB.MDF is over 10MB) Any ...
Books on ASP.net 2.0
_D -
7 Jan 2006 2:21 AM - 9 messages
I'd like to find out if Dino Esposito's new "Programming Microsoft ASP.NET 2.0 Core Reference" is similar to his older "Programming Microsoft ASP.NET." Also, same question re Jesse Liberty's 3rd edition vs 2nd ed. ...
2.0 binding ObjectDataSource to Dataset
GaryDean -
7 Jan 2006 1:56 AM - 4 messages
I want to start out my question on a new thread..... Create a new web app in vs 2005. Add a dataset that has a 'Select Lastname from Employees' on the northwind database to the App_Code folder This generates a dataset1.xsd and a dataset1.xss file ...
ASP.NET 2.0 with SQL Server 2000
Eeraj -
6 Jan 2006 11:22 PM - 2 messages
Is it possible to use ASP.NET 2.0 features like membership and personalization with SQL Server 2000 or does it require SQL Server 2005? ...
Accessing GAC classes from a WebService?
Michael Bray -
6 Jan 2006 11:20 PM - 3 messages
I have a webservice that I want to utilize a class from a DLL that is stored in the GAC. I can add a reference to the dll, but when I try to use the 'using <namespace>' in the codebehind for the webservice, it doesn't ...
Book Recommendation
ted -
6 Jan 2006 10:10 PM - 7 messages
Hi, I have been programming for about 5 years mainly on client apps that are standalone and n-tier. I have very little experience with web development. I need a recommendation on a book that will get me up to speed on ASP.Net ...
Apply new MasterPage to an existing page
Carlos -
6 Jan 2006 9:42 PM - 2 messages
I have 3 asp.net pages in a project created later, now I have created a Master Page so my question is how can I tell it to apply the new master pages to existing pages ? Thanks ...
.NET controls rendering
Vi -
6 Jan 2006 9:25 PM - 3 messages
Hi, A question I always had: is ASP.NET smart enough to render the appropriate HTML tags, JScript code and meta tags based on the client browser? I'm referring to HTML code generated by ASP.NET Web Controls and by various .NET ...
Moving an XML node up or Down
Ben -
6 Jan 2006 8:49 PM - 4 messages
Hi, Can anyone tell me how to move a node up or down in an xml document? For example: <root> <field name="1"/> <field name="2"/> <field name="3"/> </root> ...
serialized binary files vs Sql Server Performance..
Fabuloussites -
6 Jan 2006 8:30 PM - 10 messages
I'm considering deploying an application that will us an IP address locaiton database provided by Ip2location.com... [link] their .net component reads data from a binary file. I'm guess i'm wondering ...
CrystalReportViewer Error HELP!
Richard Thayne -
6 Jan 2006 6:55 PM - 2 messages
When adding the CrystalReportViewer Control to my aspx web form I get the control with red letters "Error Creating Control CrystalReportViewer1". I am using VS .NET 2003 and Crystal Reports XI. It was working at first and I built a web app with the control then all of a sudden I added a deployment ...
WebPartManager: disable Personalization and still use WebPartManger.AddWebPart()
SlimFlem -
6 Jan 2006 6:40 PM - 10 messages
Is this possible? My entire web site is being built dynamically using WebPart's and a lot of it will be anonymous. How do I load these parts dynamically using WebPartManager.AddWebPart() and not use Personalization. I think I am saying this correctly. When I disable ...
VS2005 - Unable to open local iis site other than localhost
Brad -
6 Jan 2006 6:33 PM - 7 messages
I have a win2003 server workstation with multiple webs, each web has it's own ip address. In VS2005, if I select to open an existing web site, select Local IIS, the dialog correctly displays a list of all of my webs, however ...
Javascript debug
JJ -
6 Jan 2006 6:30 PM - 2 messages
Hi, I have some javascript in a aspx page. How do I debug the javascript code in the page? Thanks, J ...
Root URL/ Application path problem with running debugger
anyeone -
6 Jan 2006 6:24 PM - 3 messages
This one is going to be hard to explain so please bear with me. I have a web project in folder "myapp". This is where the web config lives. I've set this to be the IIS webroot. The file "login.aspx" in this folder ...
why won't LEFT 200px work!
Paul -
6 Jan 2006 6:02 PM - 3 messages
Hi I have a control that is created with java script and am just trying to move it to the left. I tried the following but it had no effect, thanks. <input type="text" size ="26" id = "timer" value = "10" style = "LEFT: ...
Using ToolTip to store data
LisaBigJax -
6 Jan 2006 6:01 PM - 3 messages
I am using a series of checkbox's in a repeater -- (not the checkboxlist) -- the problem I am encountering is that the checkbox does not have a value attribute. I tried to add it via the "InputAttribute" however it doesn't seem to hold state on a postback. ...
Cache per Thread
anassar -
6 Jan 2006 5:52 PM - 3 messages
I have an ASP.Net Web Application where I depended on Sessions to share information across the code. One of the buttons the user clicked, take a long time to process. So, I started multi-threading the function ...
Treeview with three columns
Koen Hakvoort -
6 Jan 2006 5:12 PM - 2 messages
Hello, In order to create a message board like this one [link] I've build a custom treeview with three colums, derived from the asp.net 2.0 treenode ...
Firefox doesn't display ASP.NET
simchajoy2000 -
6 Jan 2006 5:06 PM - 14 messages
Hi, I've got a webpage in ASP.NET that displays just fine in IE but when I try to open it in Firefox it just displays all the code instead of rendering the webpage. What's the deal? ...
Output a Grid (Table) from a Collection?
Spam Catcher -
6 Jan 2006 5:01 PM - 6 messages
Hi all, Save I have a collection/arraylist, etc of 15, 20, 30 items. Does anyone have some neat code to output it into an abitrary grid table (i.e. 3x3, 4x4, 6x6, etc)? I know this is pretty trival to write - but I feel lazy today (plus I want ...
Printing to a local printer
carlor -
6 Jan 2006 4:33 PM - 4 messages
Hi there, Our client has a requirement to print labels from the web site to a local printer. i.e. user logs onto web site and click a print button and the address is printed to a label printer connected to the user's computer. ...
Memebership, Role, Profile Provider
Liming -
6 Jan 2006 4:26 PM - 2 messages
Hello, I'm a newbie to .NET 2.0 framework from Java, so please bear with me. Is there a way to do a generic Provider model or if anyone knows a product out there that does this? I know .NET says all you have to do ...
Data Sources for ASP.Net
Jakob Lithner -
6 Jan 2006 4:02 PM - 5 messages
I just read an interesting article on Data Sources in Visual Studio 2005:
[link] It was an eye opener on the new way of filling data into datasets! ...
WebPartManager.AddWebPart...not understanding exception
SlimFlem -
6 Jan 2006 3:40 PM - 4 messages
I am new to the WebPartManager stuff and am still learning how to set this up properly. I am creating instances of WebPart classes from loaded DLLs and add them to the Page's WebPartManager. If I don't have ...
Warn user that session expired?
NH -
6 Jan 2006 3:25 PM - 7 messages
How can I warn a user that their session has expired when they click on a button etc? ...
Datagrid: Showing numbers in full and not in 'Standard Form'
arun.hallan -
6 Jan 2006 3:24 PM - 2 messages
My datagrid displays large numbers pulled from the database in standard form. EG - 1,172,060 is displayed as -1.17206e+006 How do i get it to display numbers in full? ...
Free dropdown calendar control
Simon Harvey -
6 Jan 2006 3:15 PM - 5 messages
Hi all, Does anyone know of a free dropdown calander control such that when you click on a dropdown, the calander appears and allows you to select a date. On selection the value is entered as the value into the dropdown? ...
ASP.NET GridView UserControl
JAWS -
6 Jan 2006 3:12 PM - 2 messages
I want to make an ASP.NET user control with only a gridview on it. My usercontrol must behave the same as a normal gridview, with some extra properties and methods (for security purposes, such as: invisible, readonly etc..) I can not inherit the gridview from webcontrols.gridview because this ...
DataView, DataGrid and IsPostBack
enceladus311 -
6 Jan 2006 2:34 PM - 6 messages
I'm trying to find a way to keep from having to fill a DataView after every PostBack to a page. Basically, the design is that I have a DataView that I fill, which I then set as the DataSource to a DataGrid ...
how can i refresh my aspx webform
NATE -
6 Jan 2006 2:19 PM - 3 messages
Could you tell me how I can refresh a aspx webform without press a button. I need to refresh a text box periodically without the action of the user ...
How to embed xsl-stylesheets in resx-files?
Andreas Zita -
6 Jan 2006 1:29 PM - 2 messages
Hi I have a 2.0-app which contains some xsl-files. I would like to embed these files in the deployed sites assembly. Previously I would mark the files as embedded resource and then retrieve them when needed using: ...
ASP.NET and Powerpoint
MattC -
6 Jan 2006 11:23 AM - 10 messages
Hi, Not sure if this is the correct forum, so apologies in advance, if it's not. I have a requirement to dynamically generate a powerpoint slide via a webpage. My first thought was some knid of automation object that ...
embedded resource
Andreas Zita -
6 Jan 2006 11:14 AM - 9 messages
Hi Im creating my first 2.0 site and I cant find the Build Action property? I want to embedd an image-file in my site-assembly but I don't know how? In 1.1 I could set Build Action to Embedded Resource in the properties pane but ...
Object Expected error
Kiyomi -
6 Jan 2006 10:12 AM - 5 messages
Hello, I am trying to replace my alert message box with a popup page. In my page behind, Response.Write("<script> alert('" & MyMsg & "') </script>") is working fine. I created a javascript function DoDialog() in the HTML part of the same page ...
Unusual problem with smartnav
Dan -
6 Jan 2006 8:49 AM - 2 messages
HI I am using the SmartNav directive in my aspx page, it does what i expect when i am running locally and testing, but when i upload to my server and run it from there over the web it seems to ignore the directive all ...
Function from aspx
SimonZ -
6 Jan 2006 8:35 AM - 7 messages
How can you call function from aspx page? For example: button on aspx page: <asp:button Visible="<% =funcVisible()%>" id="btnNew" Runat="server"></asp:button> code behind function: Public Function funcVisible() As Boolean funcVisible = False ...
Custom IIdentity w/ FormsAuthentication
Spam Catcher -
6 Jan 2006 8:29 AM - 3 messages
Hi all, I created a custom IIdentity class to store additional properties for a logged in user. The only way I've been able to assign a custom IIdentity when using FormsAuthentication is to swap it in the Begin_AuthenticateRequest event in ...
Video in ASPX
VB Programmer -
6 Jan 2006 8:04 AM - 6 messages
I want to play either MPEG or MOV files from my ASPX page. Any good, free, video players for ASPX 2.0 pages or other suggestions? Thanks y'all. ;) ...
web control Datagrid
jack -
6 Jan 2006 8:02 AM - 2 messages
Hi all, how to get a check box in the first column of the data grid as it only shows a:link and a button type control to be inserted. Please help ...
Autofill Websites with External Program
rob -
6 Jan 2006 7:57 AM - 2 messages
Ok, I'll try to post one more time. I have a program with which I would like to control a website. For instance with this program I want to programatically log into accounts like etrade/yahoo. I also want to be able to navigate these websites, ...
Simple code change deploy in 2.0
VB Programmer -
6 Jan 2006 7:43 AM - 5 messages
In 1.1 if I made a simple code change I would just copy the dll in the bin folder to the website and that's it. If I make a simple code change in 2.0 what file(s) would I need to copy to the web server? What about if I want ...
WebResource.axd request causing errors
PJ -
6 Jan 2006 7:25 AM - 7 messages
I'm getting an error in the event viewer as well as a script error in the browser when a page references WebResource.axd. The application is running on W2k3 server and does not occurr on my local xp development machine. ...
Autofill Website from External Program
rob -
6 Jan 2006 7:14 AM - 2 messages
I am posting this again as my previous message did not show up. I have an external program with which I want to automatically log into an account, navigate through sites, select combo boxes, radio buttons, submit the sites, etc. An example is loging into etrade/yahoo mail, ...
Help with inline code?
brett -
6 Jan 2006 6:55 AM - 3 messages
I'd like to use a conditional that checks the URL to make sure I'm not on the localhost, which will increment the counter. I want the counter to work only when the page is on the web server. I have the long ...
Query Data via SMS
Jonathan Woods -
6 Jan 2006 6:42 AM - 3 messages
Hi there, I would like to query data from SQL Server 2000 by using SMS. Conceptually, For example, I send the following SMS Message "TK1234GPS" to SQL Server. Then SQL Server will respond to my mobile phone the following info: "TK1234Lat203.345Long35.5050". How ...
2.0 Custom Membership Provider!
Adam J Knight -
6 Jan 2006 6:31 AM - 4 messages
Hi all, I am in the process of creating a custom membership provider (ASP.NET 2.0): Currently I am inheriting from MembershipProvider which isn't a problem. However, the membership.CreateUser() methods signature doesn't seem relevant to my implementation. ...
ASP.NET process identity does not have read permissions to the global assembly cache
Michael Neumann -
6 Jan 2006 6:24 AM - 2 messages
I'm trying to set up a test environment for an ASP.NET site on a Windows XP Pro box. I installed IIS5.1 and then .Net V2. I put up a web site that contains just a simple Default.aspx "hello world" ...
New to ASP.NET 2.0
Newbie -
6 Jan 2006 5:45 AM - 3 messages
Hi all, I used to develop my web application using ASP classic and ASP.NET 1.1. And with the advent of ASP.NET 2.0, I'm now building my first ASP.NET 2.0 web application using VWD on XP Pro SP2 with SQL Server as my DB backend. I got ...
inserting a row in dataset
Abubakar -
6 Jan 2006 5:45 AM - 2 messages
Hi, Lets say I have 3 rows in a dataset bound to a datatgrid. Now I want to add a new blank row before the second row in the dataset. How am I going to do that? I think there was an insertat method of dataset that I tried but wasnt ...
Autofill from External Program
rob -
6 Jan 2006 5:16 AM - 2 messages
I have a program from which I would like to fill edit boxes, chose from combo boxes and select radio buttons of a website and then do a submit. Point in case is etrade.com where I would like to be able to login into ...
Calendar Control
Peter -
6 Jan 2006 4:32 AM - 4 messages
Is there anyway to make the System.Web.UI.WebControls.Calendar to display only Month Name and Year, like: January, 2006 February, 2006 ..... .... .... .... Thanks Peter ...
ASPNET permission to to access SQL Server Express on localhost
William LaMartin -
6 Jan 2006 3:59 AM - 3 messages
in Visual Studio 2005 I have a what is now called in 2005 a web site that when run as a file base web connects fine to SQL Express running on the local machine. However, when I publish this web to a sub web of the default ...
What is ASPNETDB.MDF used for?
VB Programmer -
6 Jan 2006 3:11 AM - 5 messages
In 2.0 what is ASPNETDB.MDF used for? I'm not using any type of security for this site. Do I need this when deploying? ...
Datagrid: Conditional Access
mike.aes -
6 Jan 2006 1:15 AM - 3 messages
(Using VS.Net 2005) What are the best practices for conditionally turning on/off INSERT/EDIT/DELETE features in the Datagrid and Detailsview controls? In other words, depending on a user's security level, certain insert/edit/delete buttons should be made invisible. I don't see a way ...
GridView and XML problems
Michael -
6 Jan 2006 1:08 AM - 4 messages
Hi, I'm having difficulty displaying some XML data in a GridView. My XML is something like: <root> <Person> <FirstName>Whatever1</FirstName> ...
Don't show page in browser history
Shimon Sim -
6 Jan 2006 12:15 AM - 4 messages
Hi Is it possible to make sure that the page doesn't show in browser history and won't effect Back button. The problem is that every postback shows as another entry for "Back" button and user goes through the hole history of postbacks if she wants to get to ...
asp.net 2.0 caching
Nalaka -
5 Jan 2006 11:43 PM - 3 messages
Hi, I have the following requirement for caching a asp.net 2.0 page. Can some one please tell me if this is possible.... and a some direction would also be wonderful I have a ASP.net 2.0 page with 1 user control. ...
when debugging long delay before hitting breakpoint in page load
DCC-700 -
5 Jan 2006 11:18 PM - 6 messages
I am using ASP.Net with VB on the 1.1 Framework running on Win XP Pro. I am trying to gauge the time it takes to sort a datagrid using different code sets. But when I am debugging the page there is a long delay before ...
Issues with OnTextChanged using <asp:Repeater
Fred Dag -
5 Jan 2006 10:59 PM - 2 messages
As far as I can work out when using the OnTextChanged event I cannot get the TextBox and Labels values when the event fires as they are populated by a <asp:repeater and so don't have values. If I try to give the repeater values by removing ...
ASP.net 2.0 GridView edit mode problems
tfsmag -
5 Jan 2006 10:33 PM - 7 messages
I have a Grid that I've set up to have two of the fields use dropdownlists while in edit mode. Now I can bind the data to the dropdownlists just fine. My problem is that the second dropdown depends ...
How do I convert a DataSet to a String from a WebService
needin4mation -
5 Jan 2006 9:57 PM - 6 messages
Hi, I have a webservice that just returns a count: public DataSet HelloWorld() { OdbcConnection conn = new OdbcConnection("DSN=xxx"); String sqlString = "select count(*) as employee from employees"; DataSet myResults = new DataSet(); OdbcDataAdapter myAdapter = new OdbcAdapter(sqlString, conn); myAdapter.Fill(myResults); ...
Switching from http to https and back
Mark Rae -
5 Jan 2006 9:36 PM - 3 messages
Hi, I'm presently upgrading a v1.1 ASP.NET app to v2. Parts of site run under SSL and parts don't, and the site uses this code: [link] to switch between them - works perfectly. ...
HttpWeb Request from Class Library fails to 500
SevDer -
5 Jan 2006 9:25 PM - 8 messages
Hi I have a class library that needs to download the HTML in a specific page of ours with provided querystring. When I open this URL with any browser, it loads fine. When I do WebRequest from Web Project it is again fine. ...
call functions by pointer?
Edwin Knoppert -
5 Jan 2006 9:15 PM - 3 messages
Can i call functions of a win32.dll by pointer? It's in a ASP.NET (2.0) surrounding. I wonder if it's still possible to do this. (Using GetProcAddress() API and such) Thanks, ...
synchronize folder contents
Stephen -
5 Jan 2006 9:12 PM - 2 messages
Hi, Is there a sample application using ASP .NET to synchronize folder contents? I want to synchronize folder contents on 2 different machines Thanks, Stephen ...
Can some one help me understand the need of COM+?
Learner -
5 Jan 2006 9:10 PM - 2 messages
Hi there, The first asp.net project i worked on was using COM+. I was told to register the business and datacomponents i created be registered under COM+ by creating a COM+ aplication. I also would register the dlls in ...
Interacting with Outlook
Brian -
5 Jan 2006 8:58 PM - 2 messages
Hi all, I am looking to interact with Outlook to send mail in much the same way that a MailTo would. For example, I would like to be able to open a new mail message window and populate the subject and body. At this point the user ...
Password Field
James -
5 Jan 2006 8:36 PM - 7 messages
Have a textbox that's in Password mode on a user creation page. Have several dropdowns that cause a PostBack out of necessity on this page. I cannot separate them. When one of these dropdowns changes, the textbox's ...
Q: DateTime Difference
JIM.H. -
5 Jan 2006 8:32 PM - 2 messages
Hello I have TextBox1 this keeps date and time information and I need to compare this DateTime with the current DateTime and find difference in hour. How can I do this in VB.Net? Thanks, ...
Q: datetime difference
JIM.H. -
5 Jan 2006 8:31 PM - 2 messages
Hello I have TextBox1 this keeps date and time information and I need to compare this DateTime with the current DateTime and find difference in hour. How can I do this in VB.Net? Thanks, ...
Web access failed - need help
Learner -
5 Jan 2006 8:31 PM - 3 messages
Hi there, One of our team members created a asp.net application in visual studio and a slotion to this web application and put it in the source safe. Now i wanted to work on this project. So inorder to do this i ...
Deploying .dll files
Mark -
5 Jan 2006 8:26 PM - 2 messages
When you deploy .NET 2.0 web applications, you don't have to deploy pre-compiled .dll files anymore. You deploy ALL the files (.aspx, .aspx.cs, etc) and they are compiled the first time they are run. In fact, if you ...
ASP.NET WebPart question
Yet Another C# Coder -
5 Jan 2006 8:18 PM - 2 messages
Hi, Is it possible to use WebParts in asp.net 2.0 without SQL Server 2005 Thanx. ...
global.asax and using statement
mike malone -
5 Jan 2006 8:12 PM - 2 messages
I think I understand the new global.asax idea even if I am having to spend a lot of transition time getting use to it. my question is where do I put my using statements in the .asax file? Mike ...
Problem with porting 1.1 code to 2.0
Bill -
5 Jan 2006 8:08 PM - 2 messages
Does anyone know how to fix this problem? On form submittal I'm getting the following error in Visual Studio 2005: The state information is invalid for this page and might be corrupted. Description: An unhandled exception occurred during the execution of the ...
Can't get rid of the time part of a date
Jim in Arizona -
5 Jan 2006 8:07 PM - 4 messages
I have a simple query that queries an access database. One of the fields is date/time. I use this to extract the date from the field in access: CDate(objDataReader("date")).ToString When the webform is viewed, date and time both show up. (eg. 12/12/2005 ...
Syntax error about daAngio.Fill(dsAngio, "AngioInfo")
david -
5 Jan 2006 7:59 PM - 3 messages
Anyone could give me a hand about this syntax error? Thank you. David Source Code: Dim conn As New SqlConnection(strConn) Dim daAngio As New SqlDataAdapter(strSelectStatement, conn) ...
Why aren't master pages part of themes?
Seefor -
5 Jan 2006 7:34 PM - 2 messages
I may be missing something, but why aren't master pages part of themes? i.e. why don't they go in the App_Themes or global Themes directory, and be referenced just by name (not full path) in the declaration for a page? ...
ASP Web site references to dlls
fatica -
5 Jan 2006 7:01 PM - 2 messages
Hi everyone, I've recently converted a solution to VS 2005 and .NET 2.0. from '03 and .NET 1.x. The solution has two Web sites in it, both of which need to share each other's code. Previously, I had added a reference to the ...
Pop up properties in VS2005
VB Programmer -
5 Jan 2006 6:52 PM - 3 messages
I seem to remember during a demo that when you place an ASP.NET control on the webform some of the most commonly used properties pop up at a convenient location beside your mouse. I just installed VS2005 and can't find that ...
asp:Wizard inside of a asp:FormView breaks two-way databinding
John R. Lewis -
5 Jan 2006 6:48 PM - 3 messages
I posted this yesterday with a different email address. I am reposting with my fake-address as given to me by Microsoft so that I can be guraranteed a response from a support representative. Sorry for the repost. I'd like to make use of the asp:Wizard control to present a step-by-step ...
FxCop App Security
Velvet -
5 Jan 2006 6:31 PM - 4 messages
I ran FxCop on one of the components for my web site and the security rules what me to add "[assembly: Security Permission()] tags like the ones listed below: [assembly: SecurityPermission(SecurityAction.RequestMinimum, Execution = true)] [assembly: PermissionSet(SecurityAction.RequestOptional, Name = "Nothing")] ...
Server cannot access application directory D:\xxx. The directory does not exist or is not accessible
'Class' must be marked as Serializable or have a TypeConverter other than ReferenceConverter to be p
Next » 2 3 4 5 6 7 8 9 10 |
|||||||||||||||||||||||