|
.net
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
ASP.NET Developmentmicrosoft.public.dotnet.framework.aspnet
SQL Server does not exist after moving to new Sql Server
Geoff -
14 Jan 2006 10:44 PM - 4 messages
All my pages come up with "SQL Server does not exist or access denied" after moving to a new Sql Server with a different name. None of my pages come up even though I am addressing the servername by IP Address. I can access the ...
Access database maintenance
VB Programmer -
14 Jan 2006 10:02 PM - 4 messages
For those that use Microsoft Access as their website's database... Do you do maintenance on it on a regular basis, such as "Compact and Repair"? Do I have to worry about it becoming to big or corrupted? It's a shopping cart db. ...
Dotnet app loading wrong COM DLL
Notachance -
14 Jan 2006 9:59 PM - 2 messages
I've written a .NET web application that interacts with a third-party COM DLL. The target server already runs a legacy ASP application that interacts with an older version of the same COM DLL. You can probably see where this is heading... ...
IIS won't recognize Default.aspx
David Veeneman -
14 Jan 2006 9:44 PM - 10 messages
I'm just getting started with ASP.NET, using VS 2005. As an exercise, I opened the root web site in VS 2005 and created a simple welcome page. I saved the page as Default.aspx and made sure that name was the first name on ...
ObjectDataSource and ReadOnly Object Property
Joey Chömpff -
14 Jan 2006 8:07 PM - 1 message
LS, I've an object who has an readonly property named Id, this property is filled from the database with an Identity-value. When I execute "DetailsView1.UpdateItem(true);" then I get the following exception: The 'Id' property on the type specified by the DataObjectTypeName ...
FrontController problem
Luis Farzati -
14 Jan 2006 8:01 PM - 3 messages
Hello, I'm working on a frontcontroller implementation. I want to listen a series of requests like the following: GET [link] POST [link] ...
Maintaining "ViewState" Going to Another Page and Back
Steve Murphy -
14 Jan 2006 7:57 PM - 3 messages
I have an application where I need to leave a page, perform some processing, and then return. On return, one set of fields will be updated, but the remainder should remain in the state they were in when the user left. ...
Generating PDF
Steve Murphy -
14 Jan 2006 7:52 PM - 4 messages
I have some forms and reports that I need to generate in PDF? What is the best approach for this: Crystal Reports to PDF MS Office to PDF Directly to PDF Thanks. ...
MS Office Integration
Steve Murphy -
14 Jan 2006 7:49 PM - 2 messages
I have an existing project that will require some MS Office integration. Can I add that to a the existing project, or do I need to add a new MS Office project? Also, is just Word and Excel supported? I'm working with .NET 1.1. ...
Custom validator
Giuseppe Esposito -
14 Jan 2006 7:33 PM - 7 messages
I don't know if it's the right name: I try to explain what I want to do. Follow me. Wb.config file permits user to create personalized section. The section can be read throught your ConfigurationSection's derived class ...
Help installing multiple start kits in VS2005
VB Programmer -
14 Jan 2006 7:16 PM - 2 messages
I installed 3 web starter kits for VS2005. All of them reside in this dir: C:\Documents and Settings\Robert\My Documents\Visual Studio 2005\Templates\ProjectTemplates\Visual Web Developer\VisualBasic When I create a new website the only template that appears is: Personal Web ...
How to extract data from SQL Server with the Index Server Search Result?
savvy -
14 Jan 2006 6:04 PM - 1 message
I am developing a Recruitment Agency Website I am using MS SQL Server in which I have a table called CV_Details which stores all the details of different Job Seekers. I have stored all the Word and PDF docs of the Job seekers in a 'mycatalog' using ...
Inline vs. Code-behind?
David Veeneman -
14 Jan 2006 5:18 PM - 3 messages
Is the VS 2005 'New Web Page' dialog supposed to have a checkbox to select between inline and code-behind coding? I don't see the checkbox, although it's mentioned in several tutorials. How does one select between the two? ...
VS Express Publishing Help
sallym -
14 Jan 2006 3:51 PM - 1 message
Ken Cox [MVP of Weblog was kind and gave me a suggest listed below to plublish using express. I installed, but no add-in was added to Express. Did I miss something? Is there a step to add the publish feature to express????? ...
How to embed an .aspx page in a WebControl library?
Lloyd Dupont -
14 Jan 2006 2:22 PM - 2 messages
I want to create an image chooser popup window. The popup window/frame is easier to define as an .aspx but I don't know how to compile this .aspx. Create a whole Page by code is quite cumbersome, is there a class to parse ...
Visual Studio 2005 Asp.net Convert wizard
Anders -
14 Jan 2006 1:04 PM - 6 messages
Hi We have a rather large asp.net 1.1 project. We have considered til convert 2.0 in the near future. We have done a couple of test conversions using the build in Migration tool which pop up when opening a asp 1.1 solution file. ...
Dynamically updating payment details
paapa21 -
14 Jan 2006 10:37 AM - 1 message
I have got a page that shows student payment information. On the page the user can view total amount paid by student, amount outstanding and the course fee; add paymnent to the database; and also view individual payment made with ...
Dynamically Loading user control
Beegee -
14 Jan 2006 10:07 AM - 2 messages
Hi Happy 2006 I want to load the user control dynamically. I want to change to different usercontrol page to the same place holder accordingly. If there is no way to do so anyone please suggest me how to evaluate a ...
How to show variable on webpage?
brett -
14 Jan 2006 6:45 AM - 6 messages
I'd like to display a string variable on a webpage depending if the URL has "localhost" in it or not. The string variable will have line breaks and this text: <script type="text/javascript" language="javascript"> ...
Session Authentication Authorization
jack -
14 Jan 2006 6:34 AM - 3 messages
HI i have tried different types of form based authentications but im not able to get how to make a session level authorization. im a begginer and im not able to make that difference off like what is form based ...
ASP.Net prefers Firefox?
Jim -
14 Jan 2006 3:40 AM - 4 messages
I had Firefox set as my default browser, but I wanted to change back to IE when testing my webservices. Easy enough....(in IE) Tools>Internet Options>Programs then check "Internet Explorer should check to see whether it is the default browser". I ...
How to I know the previous page is clicked to forward the current page?
ABC -
14 Jan 2006 3:17 AM - 3 messages
How to I know the previous page is clicked to forward the current page? As our web site have many methods to enter the web page, I need to know the users clicked which link or which part of page to enter the web page. ...
How to I know the previous page is clicked to forward the current page?
ABC -
14 Jan 2006 3:13 AM - 3 messages
How to I know the previous page is clicked to forward the current page? As our web site have many methods to enter the web page, I need to know the users clicked which link or which part of page to enter the web page. ...
How to write a server events for 'Document' object of a ASP.NET page?
ABC -
14 Jan 2006 3:00 AM - 2 messages
If there have a page which have unknown '<div>' label or may be no any controls. I want add 'onclick' events to call server event to do something. But there are no any events of 'Document' object on properties windows under ...
Prerender changes get lost after Page.RenderControl
John Dalberg -
14 Jan 2006 2:21 AM - 2 messages
I am trying to send a webpage with datagrids as an email so I use the code snippet below. In one of my datagrids, I reformat some rows in the datagrid's Prerender event. The code behind of the page displays the page ...
PLS HELP: Simple adding data to db in ASP.NET 2.0
VB Programmer -
14 Jan 2006 1:21 AM - 3 messages
Is there any example that shows how to do something like this (the simplest way) in ASP.NET 2.0... 1. Simple webform (called "AddProduct") with several textboxes (txtProductName, txtProductPrice, etc...) and 1 save button. 2. Click Save button and the data is inserted into the Addresses table. ...
debugging a databind that is actually working?
darrel -
14 Jan 2006 12:43 AM - 2 messages
I am getting this error: System.ArgumentOutOfRangeException: Specified argument was out of the range of valid values. Parameter name: value specifically on the line where I am databinding data to a DDL. The odd thing is that the data *is* being binded. If I run the page, my DDL ...
Macromedia Flash ASP.NET Developing Problem
Dave Johnson -
14 Jan 2006 12:41 AM - 1 message
Greetings, i am developing asp.net 1.1 application and i wanted to make the Presentation Tier done in Flash, how can i do this ??? i am sure that many developers had done it before, i am familiar with the XML coding that i can make the flash application work on and then ...
Access local port or Running local exe file
YSUT -
14 Jan 2006 12:41 AM - 1 message
I am building a POS System with the cash drawer attached to the 1 of client locally. Since the connection of Drawer is locally, how to access the local port on the client ? My second question is how to run a local exe file (in client), since I must ...
403 (Forbidden) Error
David Veeneman -
14 Jan 2006 12:33 AM - 2 messages
This page is for the google crawler and requires no response. I had a problem accessing web sites in ASP.NET using VS 2005. When I launched an ASP.NET web site, from Visual Studio or from my browser, I got a ...
Utilising windows security dialog on www
Martin Robins -
14 Jan 2006 12:18 AM - 2 messages
Many sites these days offer secure areas that, when accessed, pop up the windows authentication dialog instead of their own log-in page. Is this simply a case of using Windows Authentication or do you need to do more than this? ...
Compiler Error: [No relevant source lines]
clintonG -
14 Jan 2006 12:17 AM - 3 messages
Compiler Error Message: CS0006: Metadata file 'C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\MyProjectName\331c872a\fd27ed37\App_Code.wg0_ken7.dll' could not be found [No relevant source lines] That's the only error I get when VS2005 goes boom. This is really bugging me ...
output cache question
merrittr -
13 Jan 2006 11:20 PM - 2 messages
This might not be the forum for this but oh well... I have a web app that writes fields into a PDF document, it then displays a link to this document via an anchor tag. Here is where I ...
ASP 1.1 and SQL 2005
JohnZing -
13 Jan 2006 11:14 PM - 3 messages
Hi, I have a server with some ASP 1.1 Applications and MSDE 2000 I need to install an ASP 2.0 application and i want to install also SQL 2005 Express Question: It's ok to remove MSDE 2000 and install SQL 2005 Express ...
ObjectDataSource and ReadOnly Object Property
Joey_Ch=F6mpff -
13 Jan 2006 11:07 PM - 1 message
LS, I've an object who has an readonly property named Id, this property is filled from the database with an Identity-value. When I execute "DetailsView1.UpdateItem(true);" then I get the following exception: The 'Id' property on the type specified by the DataObjectTypeName ...
Is this static method threadsafe?
Diffident -
13 Jan 2006 10:51 PM - 4 messages
Hello All, Following is a static method. Can you please tell me if this is threadsafe...why? If it is not threadsafe...why? Thank you. public static string GetCachedApplicationWideObject(string HashtableKey) { //Cache["DefaultSampleQPage"] holds the hashtable ...
VWD 2005 Express: "copy web site" creates multiple publishform (2.0)
sck10 -
13 Jan 2006 10:40 PM - 2 messages
Hello I am using Visual Web Developer 2005 Express. Whenever I use the "copy web site" function, it creates a "publishform" button on my task bar that doesn't go away. So if I publish 3 different times, it creates 3 ...
Trap the Maximum request length
Giuseppe Esposito -
13 Jan 2006 10:24 PM - 3 messages
Ok, don't think to reply me "check the web.config" or something like that. I know about it. The case is I wrote an HttpModule that perform the upload by chuncking the stream and rebuilding the file in the ...
Recompile problem
Mathieu Isabel -
13 Jan 2006 10:17 PM - 1 message
I have a problem with ASP.Net 2.0 application that works fine for a while, then the application needs to recompile at every access to a page. I first noticed it by the application having a slow response time, then I did some ...
Button OnClick does not fire on first postback, but does on second
Janet Collins -
13 Jan 2006 10:08 PM - 1 message
I have a button on a user control on a form. I have the Click event wired to an event handler. The first time I click the button, the page postsback, but does not invoke my event handler. The second time I click the buttion, it does fire the event handler. ...
CompareValidator for dates > than today
tshad -
13 Jan 2006 10:07 PM - 3 messages
I am trying to check the date of my field to check if it is greater that today, but I am getting an error. I am using : <asp:CompareValidator runat="server" ControlToCompare="RequestedStartDate" ...
Advantages of Static Vs Instance methods?
Diffident -
13 Jan 2006 10:01 PM - 5 messages
Hello All, Can anyone please list me the advantages or disadvantages of instance and static methods in terms of performance be it either memory consumption or CPU utilization or any other parameters. Thank you. ...
Use validationSummary to display error message in user control
c676228 -
13 Jan 2006 9:49 PM - 3 messages
Hi, I have several user controls like email, phone,ssn etc. each has it's own validation message in its user control already. When I bring all those user controls in an aspx page, I would like to display a summary error messages using validation summary in an aspx page, ...
Trouble w/ GridView Radio buttons
Krish -
13 Jan 2006 9:42 PM - 1 message
Hello Gurus, I have GridView control on web page which has couple of radio button controls as one group. On editing a particular row in grid, i have to validate based on user selection on radio button i have to validate another ...
inside the loginview
Casey -
13 Jan 2006 9:27 PM - 1 message
Hello. I'm using the loginview control. There are 2 default templates. The 'LoggedInTemplate', and the 'anonymoustemplate'. However, I also have a template (or view?) for the admin role. How do I access the content dynamically within the loginview for the admin role? ...
What is better for a web page????
NATE -
13 Jan 2006 9:11 PM - 3 messages
I'm designing a web application but I don't know what component are better to access the data from Internet.. I think the unbound components give me more performance, but what about the bound components... ...
session values
George -
13 Jan 2006 9:11 PM - 2 messages
I'm having a problem with sessions. Basically, my site has a place where a user logs in, and they're taken to a page with the order details and items from their shopping cart. This order detail page checks a session variable to ...
.Net controls for SQL Analysis Services
NATE -
13 Jan 2006 9:06 PM - 1 message
I need to display the information of a sql server 2005 cube in a web page... I have been searching but the controls I found are designed to be used in sql server 2000... Could you please give me some names or webpages of components I could ...
this should be easy...
purdy_ra -
13 Jan 2006 8:41 PM - 2 messages
really simple. the DBA gives you a field called txtEntry. it's an integer field in sql 2000. make a form that has the txtEntry field and validate that only integers are passed thru on that form when you save it. ...
Download multiplefiles
Jatin -
13 Jan 2006 8:31 PM - 3 messages
Hey guys Can anyone help me. i am streaming a file from the server to the client. I using the response.outputstream, it works like a charm. I want the user to be able to download multiple files. i.e. the user chooses ...
Newbie-Q: 403 Error
David Veeneman -
13 Jan 2006 8:30 PM - 2 messages
I'm just getting started with ASP.NET. I got a 403 error the first time I tried to run a web site in VS 2005, so I did two things: 1) I confirmed that the IIS default web site was configured for anonymous ...
Runtime Parser Class
jasonwong -
13 Jan 2006 8:15 PM - 1 message
Does anyone know what class the Runtime Parser utilizes? ...
Inputting Text to the Runtime Parser
jasonwong -
13 Jan 2006 7:57 PM - 1 message
Hi, I was wondering if anyone knows of a way to utilize the Runtime Parser to parse a text box filled with user input code. The user will be inputting HTML and data markup into a textbox that will represent their own customized ...
maxRequestLength and Action cancelled
Jorge -
13 Jan 2006 7:42 PM - 3 messages
Hello! I'm using asp.net 1.1. When i post a file larger than the value specified by maxRequestLength, i get an "action cancelled" error page in internet explorer. How can i gracefully handle the error? I don't want to to enlarge the ...
Images inline with blog contents - HOW??
Neo Geshel -
13 Jan 2006 7:31 PM - 11 messages
I am seeking to hand-roll my own blog in ASP.NET 2.0 and SQLExpress 2005. Why? Because I can. Because I will gain experience. The one thing that has me stumped at square one is inline images. That ...
Modify ASP.NET 2.0 client validation
lambertb -
13 Jan 2006 7:07 PM - 2 messages
Hi everybody, I was wondering how I could change the behavior of client-side validation with ASP.NET 2.0. What I would like to do was done by someone else, but with ASP.NET 1.x here is what I would like to achieve : ...
checkbox problem
PJ6 -
13 Jan 2006 7:04 PM - 4 messages
OnPreRender if I add this... Me.Attributes.Add("onmousedown", "alert(this.checked)") I get 'undefined', at least in IE. Everywhere I look "checked" is supposed to be the property to retreive the value of a checkbox... obviously I've missed something. Someone want to give me a clue? ...
mail merge?
phil2phil -
13 Jan 2006 6:58 PM - 5 messages
hi, i wanted to know if it's possible to build an asp.net mail to automate mail merge with ms word documents. i already have the ms word document created with the merge fields, currently we go through the mail merge ...
Creating new directory on the server
rsimlote -
13 Jan 2006 6:57 PM - 4 messages
Hi I am developing a site, where the users upload images to the user's (/images/<username>) directory on the server. I am able to upload the file only if the directory already exist on the server, but for that I ...
datagrid error
rogo -
13 Jan 2006 6:47 PM - 2 messages
I'm having a problem getting the dataset to fill the datagrid. Below is the error page. Thanks for any help. -------------------------------------------------------------------------------- ERROR [42000] [Microsoft][ODBC SQL Server Driver][SQL Server]Line 1: Incorrect syntax near '.'. Description: An unhandled exception occurred during the execution of ...
Block tooltips in Treeview's checkboxes
Mark -
13 Jan 2006 6:47 PM - 2 messages
Hello, I am using the new TreeView in ASP.Net 2.0. I am using its PopulateOnDemand feature. The problem is that the treeviews +/- images, and any checkboxes, have the tooltip set. If the node contains HTML, then the tooltip shows the raw HTML, ...
Creating CSV
P K -
13 Jan 2006 6:35 PM - 3 messages
I create a CSV file after looping through a datatable. All is fine except in the first two lines of the CSV I get this- <!--METADATA TYPE="ASP_DEBUG_INFO" ...
Maintaining ASP.NET Sites
Raymond -
13 Jan 2006 6:28 PM - 28 messages
They say it's easier, but has anyone tried maintaining an ASP.NET site without the source code of the dlls? This was not a problem with classic ASP, all the code was almost always just in text files, easily viewable and most importantly ...
High memory in a ASP.NET application - how to monitor, what can cause?
Ravi Ambros Wallau -
13 Jan 2006 6:22 PM - 3 messages
Hi: We have an ASP.NET application that has a memory consumption issue - it's go up to 150 MB in a few time (some hours). The application uses two Microsoft Application Blocks, the User ...
Caching Master File
baldwin -
13 Jan 2006 6:13 PM - 1 message
Hi, I am trying different caching features of asp.net. I came to a point that I want to cache the content in a master file. Is it possible to cache the contents in Master File? User controls can be cached in ...
Debugging Problem in VB.NET 2003
Sukh -
13 Jan 2006 6:06 PM - 1 message
Hi, I am trying to debug appliction on remote machine but its not hiting to brake points. I am using Gotomymeeting to login on my office machine and doing some work. its VB.NET 2003 winform appliction, when I try to debug, its not hiting ...
Class based on singleton pattern and instance methods in that clas
Diffident -
13 Jan 2006 6:05 PM - 6 messages
Hello All, I am designing a class based on singleton pattern. Inside this class I have multiple instance methods. My question is since there will be only one instance of this class at any instance of time in the whole application there ...
RollOver and onMouseOver?
Rob R. Ainscough -
13 Jan 2006 5:59 PM - 5 messages
I'm using .NET v1.1 with ASPX web page. I'm trying to have a RollOver hyperlink that will change images on an image control and update the text in a Label control. I've got the image swapping ...
How use newest userid in auto INSERT (2.0)
VB Programmer -
13 Jan 2006 5:55 PM - 3 messages
I have a table called 'MyUsers'. Some fields are as follows: UserId (p key to tie it to aspnet_Users), MyAddress, MyCity, MyState, etc... After I do a Membership.CreateUser to add the new member to aspnet_Users I want to run the Insert command from my SqlDataSource, using the new UserId. ...
question re: date format in RSS news feeds
Milsnips -
13 Jan 2006 5:55 PM - 2 messages
hi there, i am trying to get some feeds into my site, but am having problems with the converting the date format of "pubDate" into a datetime variable: <pubDate>Wed, 28 Sep 2005 08:00:00 UT</pubDate> ...
v2.0 Form POST - The state information is invalid
Chris -
13 Jan 2006 5:26 PM - 2 messages
This scenario used to work with v1.1 Take a simple html form from [link] and post to [link] with a few form fields. On submittal, you will get an error. ...
@Import namespace
Steve Wonderful -
13 Jan 2006 5:19 PM - 1 message
Hi, In the .NET Framework 1.1 environment. After I have registered an assembly as GAC, I reference it in my Web page (NO Code-behind) using <%@import namespace="myAssembly" %>. I would get the compiler error: The type or namespace name 'myAssembly' could not be found ...
Strong typing for user controls
Ryan -
13 Jan 2006 5:09 PM - 6 messages
I'm a lot confused when using user controls in ASP.NET 2.0. How do I cast a varaible to the type of a user control... for example:
Me.PlaceHolder1.Controls.Add(Page.LoadControl("~/App_Controls/ctlApplicationHome.ascx")) ' now, this doesn't work... why? ...
Only allow enter key in MultiLine textbox
ian -
13 Jan 2006 4:35 PM - 6 messages
Hi, I am currently using a Javascript function to dissallow the enter key on my ASP.NET (2.0) web page, as follows: function fnTrapKP(){ if (document.all) { if (event.keyCode == 13) ...
How to Hide a DeclarativeCatalogPart
Jonathan Kacprowicz -
13 Jan 2006 4:26 PM - 1 message
Does anyone know if there is a way to hide a DeclarativeCatalogPart within webparts of ASP.NET 2.0? I am able to hide a CatalogZone by wrapping it in an <asp:Panel> and settings its Visible to False. But I ...
delegation question
russell.lane -
13 Jan 2006 4:08 PM - 2 messages
I'm building out a pretty standard n-tier ASP.Net web application. The stack includes application/presentation, biz logic, and data access layers on top of an SQL server back end. We want to use impersonation and delegation to forward the user's Windows ...
HELP - Listing Shared Folders
nuggies -
13 Jan 2006 4:00 PM - 2 messages
I'm developing an ASP.NET 2.0 (C#) application in which I need to display the available shared folders on the server. The shared folder paths need to be in UNC format (i.e., \\servername\share) and need to be clickable links. ...
sending email
VJ -
13 Jan 2006 3:49 PM - 4 messages
I'm trying to send e-mail to two accounts... and didn't know if this portion of the syntax was correct? emailMsg.From = "v*@aol.com;" + Session["Email"]; ...
Newbie... Unable to create a new Web Application Project
Billallan_98272 -
13 Jan 2006 3:46 PM - 2 messages
XP Pro w/ Service pack 2 VB.net 2003 INstalled prerequisites, VB.net, MSDN library. Tried to create a new Web Application. I get an error message that states A connection with the server could not be established. I've clicked on Help and none of the paths has corrected my ...
Deriving from MembershipUser and ASPNET Config Tool
Mark Olbert -
13 Jan 2006 3:12 PM - 10 messages
I'm reposting this in case it got lost... The ASPNET Configuration tool does not appear to be able to handle derived MembershipUser classes. Even the simplest possible derived class (one which merely wraps MembershipUser itself, duplicates its public constructor but adds ...
ASP.net and thread safety
Simo -
13 Jan 2006 3:02 PM - 5 messages
hello, can anyone please tell me if the following structure is thread safe visit.cs class Visit : System.Web.UI.Page { //Variables IVisitProtocol m_oVisitProtocol public void Configure(IVisiteProtocol oVisiteProtocol) { ...
Generate local resource tool
Gawel -
13 Jan 2006 2:56 PM - 1 message
Hajo, do you know what is called behind the scenes when I hit "Generate local resource". I wonader if I can pass some additional parameters to this tool. Pawel Pabich ...
When will be Ent 2.0 ?
Jarod -
13 Jan 2006 2:55 PM - 1 message
Hey Do you know when will be Enterprise library 2.0 final release ? Jarod ...
Dot Net or Javascript problem???
B. Chernick -
13 Jan 2006 2:52 PM - 4 messages
I have a problem and I'm not sure whether it's Dot Net or Javascript so I'm posting here. I have a web page with a text field and a custom validator. The validator points to a javascript function. The idea is to prevent saving of entries ...
Form Submission ,NET 2.0
Thom Little -
13 Jan 2006 2:30 PM - 2 messages
website. That website opens a new browser window when it receives the command and establishes a dialog in that window. The website requires "post" and not "get" so I can apparently not use a query string. Is there an example that shows how to submit a form through the ...
MSWord
Peter -
13 Jan 2006 2:25 PM - 7 messages
I have to write a ASP.NET application that creates MSWord document from a template and populated with data from the webpage. (Templates can reside on the server or client's hard drive.) What is the best way to do this? ...
C++ 6.0 dll work with asp.net
Andy Sutorius via DotNetMonster.com -
13 Jan 2006 2:21 PM - 3 messages
I have asp.net 2.0 What steps do I need to take to get a c++ 6.0 dll to work within the project? I assume regsvr32 and drop it in the bin folder? Those are assumptions. Details please. Thanks! ...
Problem with RequiredFieldValidator in custom (C#) control
Lloyd Dupont -
13 Jan 2006 2:13 PM - 2 messages
I have a composite control rougly like that:: ==== class BlogComments : Control, INamingContainer, IPostBackEventHandler { Panel pAddComment; TextBox tTitle; protected override void CreateChildControls() { pAddComment = new Panel(); ...
DataGrid, Edit and the Enter Key
Newbie -
13 Jan 2006 1:32 PM - 5 messages
Hi Everyone, ASP.NET 1.x I have a problemette ! I have a datagrid on my web form. When the user hits the enter key whilst any editable field on the form including those in the datagrid itself, it ...
CallBack and Form Problem...
Rothariger -
13 Jan 2006 12:57 PM - 3 messages
Hello, im testing to make a webapplication, that has 2 buttons and with this buttons you could change the databinding of a webgrid... i have a problem, that the first time it renders 100% ok, but at the second time it throws an ...
ASP.NET Embedded Resources
Grant Harmeyer -
13 Jan 2006 12:42 PM - 3 messages
I have a project where I am required to embed a few images and CSS files in the assembly (v1.1) and read them out at runtime. I know that this can be done using an HttpHandler/.axd file (like the one used for FreeTextBox ...
Very Strange Problem! (Derived Controls) - Help!
Sosh -
13 Jan 2006 12:16 PM - 2 messages
Hi, I'm pulling my hair out trying to work this out. Pehaps I am missunderstanding something - hopefully someone can shed some light on this: 1) I have a class library that contains a bunch of custom web controls. Two ...
Help on LinkButton vs PushButton ??
serge calderara -
13 Jan 2006 12:05 PM - 2 messages
Dear all, If I used the following code on a datagrid object <Columns> <asp:ButtonColumn Text="Events" ButtonType=LinkButton ...
Asp.net 2.0 caching and images
Alex Greenberg -
13 Jan 2006 11:53 AM - 4 messages
Hi, I'm having a strange problem: I have a product.aspx page where the admin can change product properties, including the JPEG. The JPEG will always have the same name: eg. 120.jpg and in the same location. ...
Architectural assistance needed!
news.microsoft.com -
13 Jan 2006 11:39 AM - 3 messages
Hello, I need to build statistics for a small asp.net web site. People basically come to search in a book database through the site. The statistics should reveal how often unique users search the site. Are there tools that can be used for these task. Which ones? ...
asp:dropdownlist autopostback renders language attribute
PJ -
13 Jan 2006 11:11 AM - 1 message
Beautiful...apparently the dropdownlist control renders the language="javascript" attribute if you set the autopostback to true. This is not valid XHTML. Is there a way to prevent this outside of inheriting from the control and removing it on prerender? ...
populate a dg column based upon the value populated to another row in the datagrid
Mike P -
13 Jan 2006 10:23 AM - 2 messages
Is it possible when populating a datagrid to populate a dropdownlist column based upon the value populated to another row in the datagrid? (i.e. I have a drop down which I want to populate differently for each row with user names based upon a UserRegionID which is also a column in ...
Common functionality across pages, what's the best solution?
Allan Ebdrup -
13 Jan 2006 10:03 AM - 4 messages
Hi I've created a asp.net 2.0 page with an Page_Init eventhandler that I want to share among multiple pages, what's the best approach for this? Should I inherit from the page, or is it better to create a library with the ...
Problems running site on IIS 5.1
RocketBot -
13 Jan 2006 9:49 AM - 1 message
Hi I am having problems running a site localy using the IIS server. Running pages normally is fine, but when I use a master page the VB Controls do not work. For example a button on the page will not ...
global functions?
Chattanooga -
13 Jan 2006 9:36 AM - 9 messages
hi all just a quick one, where can i put functions that all asp.net pages within an application can call? i tried globla.asax.vb, but that did not work. TIA!!! Chris ...
| |||||||||||||||||||||||