Home All Groups Group Topic Archive Search About

ASP.NET Development

microsoft.public.dotnet.framework.aspnet
Score asp .net / sql / image question
mattmerc - 31 Dec 2005 11:05 PM - 1 message
Hi all, I'm having a problem as usual and hoping someone can rescue my inexperienced buttocks. Here is the situation. I have an application where users will enter in information about a person and submit it via form to SQL. They can enter it in manually or it can be pulled from ...
Score 2.0 DataSources vs. TableAdapter/Datasets
GaryDean - 31 Dec 2005 10:29 PM - 10 messages
We have been noticing that questions on vs.2005/2.0 don't appear to get much in answers so I'm reposting some questions posted by some of the programmers here in our organization that never got answered... There are articles on the new TableAdapters where it says that a key new ...
Score 2.0 controlling Databinding
GaryDean - 31 Dec 2005 10:23 PM - 9 messages
We have been noticing that questions on vs.2005/2.0 don't appear to get much in answers so I'm reposting some questions posted by some of the programmers here in our organization that never got answered... In 1.1 we always did our own myDataAdapter.fills and we liked that control ...
Score open a second IE window, set margins...
Eric - 31 Dec 2005 10:21 PM - 3 messages
For my VS.NET 2005 webapplication I need it to open a second window and show an image in it. Then it needs to set the margins of that IE window and then print it contents. After the printing it can be closed. ...
Score Best practice for creating a user control base class in asp.net 2.
balystyk - 31 Dec 2005 8:25 PM - 2 messages
Are there any possible issues with creating a base class (adding common properties) for a user control using a class file and not a user control (.ascx and code-behind) in asp.net 2.0?  I have successfully tested using a ...
Score Monitoring concurrent users in ASP.NET v1.1 app
Bill Manring - 31 Dec 2005 5:03 PM - 8 messages
I have an ASP.NET application which my company sells comercially.  We license on a concurrent user model, but we currently rely on the "honor" system for the customers to give us their best guess as to the maximum number of ...
Score Make detail page with images (based on categoryID)
Øyvind Isaksen - 31 Dec 2005 4:54 PM - 1 message
I need to make a page that shows the "top 1" article in a spesific category, with pictures stored in another table. If I just should display the article, I would use a datareader and bind title, ingress and body to labels. ...
Score NEW Web Application Project [VS 2005]
Chris - 31 Dec 2005 3:56 PM - 5 messages
I installed this new BETA component for VS 2005 and it really helped with the migration from vs2003, but now I cannot deploy the project.  Compiles fine, but there is no option to Copy the project, and that new Web ...
Score Sessionstate timeout and Forms Authenticatin timeout
Sosh - 31 Dec 2005 2:44 PM - 2 messages
Hi, I'm a tad confused regarding the difference between an asp.net session and an authentication session and their timeouts.  Do the two types of session exist independantly of one another?  If so, what happens if one expires ...
Score Absolute url from relative path
Andreas Zita - 31 Dec 2005 2:44 PM - 2 messages
How do I get the absolute url for a file from c#-code? I have the path "~/file.aspx" and I want "[link]" Basically I want to get the complete app-path url including the domain from ...
Score Can we authenticate if not EnableSessionState
ad - 31 Dec 2005 1:52 PM - 2 messages
If I set EnableSessionState to false in Web.config to false. Can we use login controls to authenticate user? ...
Score Text Box Control MaxLenght Property Is Not Working
Dhana - 31 Dec 2005 1:02 PM - 4 messages
Hi All, I have developed one web application. In that I used aspnet web textBox control. I have set maxlength property for that text box 300 and TextMode property as multiline . When i typed more than 3 or 4 line each line contains 30 to 40 characters, ...
Score ASP.Net 2.0 installation problem on Server 2003 Standard x64 Edition SP1?
Felix Joachim - 31 Dec 2005 11:15 AM - 1 message
Hi, I'm trying to get some ASP .Net 2.0 webservices running, but for some reason the ASP tab doesn't show up in the properties of the websites (in IIS control center). I tried reinstalling the 64bit Framework 2.0 which didn't help. ...
Score problem creating a custom control
Lloyd Dupont - 31 Dec 2005 10:52 AM - 2 messages
I'm creating an 'owner drawn ASP.NET control' where all the HTML tags are written in the Render() method. In this control there would be 2 links: Edit & Comment. I would like to use a <A HREF='...'> ...
Score XAML
Jeff - 31 Dec 2005 6:19 AM - 14 messages
How important is XAML? (or how important is it expected to become during the next 5 years?) Looking for informed opinions. Thanks! ...
Score Web.sitemap and target of the URL
Joe - 31 Dec 2005 4:39 AM - 2 messages
I have a web.sitemap file that has the url title and description.  I then have this attac attached to a menu.  I want some of my menu choices to open up in a page in a new window ie _blank as target.  How do I do this with a ...
Score Can Visual Studio 2005 be installed and run in addition to Visual Studio 2003?
Robert Rotstein - 31 Dec 2005 3:39 AM - 2 messages
I have a "Microsoft Visual Studio 2005 Team System Beta 2" disk, along with Visual C#, Visual Basic, and Visual Web Developer 2005 disks.  Also VS 2005 Team Foundation Server, SQL Server 2005 Developer Edition Community Technology Preview, and VS 2005 Team Suite. Can I safely ...
Score Referencing files
R Riness - 31 Dec 2005 2:02 AM - 3 messages
I'm building my first ASP.Net site, and wonder about the best way to reference  data in files. Should I store documents in SQL Server, and provide the file from there, or store a string providing the file location in SQL ...
Score GridView without DataSource
Jim Katz - 31 Dec 2005 1:09 AM - 5 messages
I have an application that updates a strongly typed data set at run time.  I'd like to dynamically create a table that connects to a run time data table.  For displaying the data, this works well.  I just set the ...
Score Tiff file view problem
Bala - 31 Dec 2005 1:00 AM - 2 messages
Hi I try to download the tiff files from my server. Its get downloaded but I cannot open with windows fax viewer. its says "No preview available" thanks bala here is the code which I am using Dim ext As String = Path.GetExtension(path1) ...
Score Using the DATASET created by right clicking on the App_Code folder in Visual Studio 2005
Craig - 31 Dec 2005 12:37 AM - 1 message
In ASP.NET 2.0.... How do you use the DATASET created by right clicking on the App_Code folder in Visual Studio 2005? Maybe like asp.net 1.1 after dragging an SQLDataAdapter on the page and right clicking the adapter and selecting Generate Dataset ...
Score Problem with MSDN Custom AccessSiteMapProvider Example
gerry - 31 Dec 2005 12:34 AM - 2 messages
I wrote up a couple of simple SiteMap providers based on the MSDN documentation and examples, in particular the AccessSiteMapProvider example found at [link] I keep running into the same problem - the root node cannot be found. ...
Score ASP.NET bug in SMTP
00_DotNetWarrior - 31 Dec 2005 12:25 AM - 3 messages
I followed this article to do authenticated SMTP, it works fine with port 25.  (using .NET framework 1.1) [link] However, if I change the port number to 10025 (my email server is running on ...
Score 2.0 forms authentication
Jack - 30 Dec 2005 10:36 PM - 1 message
Hi, I managed to get the login control working with users and roles by using the website configuration tool.  My questions is: this seems to be creating a  database in my SQL server....but how do I get ...
Score Page level security with attributes - bad idea?
Nathan - 30 Dec 2005 10:15 PM - 3 messages
I've spent a good part of the afternoon searching Google and the newsgroups for some sort of answer - so I apologize if I'm asking something that has already been asked and answered. I'm using ASP.Net 1.1 (unfortunately 2.0 isn't an option right now) and I'm ...
Score PasswordRecovery
paulmac106 - 30 Dec 2005 9:57 PM - 1 message
Hi, I'm having 2 problems with this control. I save the password in the db as clear text, when a user uses the PasswordRecovery tool the value is then encrypted and sent to the user encrypted. Also, can I use the PasswordRecovery tool without the part where it ...
Score Pre_Init for User Control is not firing in ASP.NET 2.0
Michael - 30 Dec 2005 9:52 PM - 3 messages
Hi, I'm using ASP.NET 2.0. I have code like: protected void Page_PreInit(object sender, EventArgs e) {     // do something } The Page_PreInit is not firing. Is it supposed to work for User Control? I should not need to explicitly wire the event, do I? I don't for Page_Load ...
Score Pound (bookmark) in URL
Larry - 30 Dec 2005 9:40 PM - 1 message
I am hoping there is a way to encode the querystring part of a URL reached from a hyperlink that will cause the Request to not drop the info after the # in the URL string.  Any clues or links to details on how I would do this? ...
Score suggestions for smart card or biometric web authentication?
HK - 30 Dec 2005 9:32 PM - 3 messages
Anyone have suggestions for biometric or smart card or key fob or [whatever else] authentication of a future public facing website?  For example, a customer could do something to authenticate themselves and the computer passes some data in the background of their browser session so a user can be ...
Score Possible unintended reference comparison
sotec - 30 Dec 2005 8:51 PM - 2 messages
erroe message and code portion is like this.... how can i change this code to not occur to error             if (page.Session["UserId"] == null || page.Session["UserId"] != userId )             { ...
Score Tester objects not visible (causes exceptions)
elridge.dmello - 30 Dec 2005 8:21 PM - 1 message
I am a new user of NUnitAsp.  I have encountered a problem for which I do not know the reason.  Some tester objects that I create for various input controls turn out to be invisible, i.e their "visible" property ...
Score Control to grab a web page and all it's components?
John Dalberg - 30 Dec 2005 7:22 PM - 2 messages
There are tools like WebCopier which grab webpages with the html, css, js, images..etc, transform the links so the page can be viewed offline from the HD. I was wondering if there's a control or component that does the same ...
Score Accessing Session variables when using SQL Server for Session state
Michael - 30 Dec 2005 7:05 PM - 4 messages
Hi, If I use SQL Server to store session state, whenever I call Session["myvariable"] is there a call to SQL Server? Even if I call Session["myvariable"] a few times in the same Web page, or even the same ...
Score ASP to ASP.net -- Include Files?
Phillip Windell - 30 Dec 2005 6:39 PM - 7 messages
I have a site done in Classic ASP that I may want to rebuild with ASP.net (VS2005).  But I have a lot of knowledge gaps.  What is the ASP.net counterpart to the old include files? The site currently uses Include Files ...
Score Precompiled problems
kgolubski@gmail.com - 30 Dec 2005 5:55 PM - 1 message
Hi: I have successfully deployed a site by using the command line compiler and precompiling. I have since tried to add a report viewer without success and a Component One web report. both times I would get the following error ...
Score Is this possible...
Daniel - 30 Dec 2005 5:46 PM - 9 messages
Hi, Does anyone know if it is possible to put an aspx page inside of another? OR run an aspx page and capture the output as a string and then write this out to a page.... So for example say you have a page that takes an id number as a query string ...
Score Case in Join
tshad - 30 Dec 2005 5:39 PM - 4 messages
Can you put a Case statement in a Join? My problem is that I have 2 possible fields I want to join to the same table.  If one is null, use the other. For example: Create Table Position (     UserID1 int, ...
Score How to Add a domain user to a local user group
Rocky - 30 Dec 2005 5:32 PM - 1 message
Hi, I have a webform, with 2 textboxs and a submit button. In the text box1, i enter a username and in textbox2 I enter the computer name. Both the username and computer name is in active directory. When i click submit, I want to add the username from textbox1 into the local ...
Score ASP.NET webservice & Javascript
Karl - 30 Dec 2005 5:21 PM - 4 messages
Can Javascript code catch an exception thrown in an ASP.NET webservice? (Using XMLHTTPRequest object to send the SOAP message to the webservice.) If so, what't the Javascript syntax please? TIA ...
Score DataSet Diff?
brian.f.oneil - 30 Dec 2005 5:15 PM - 1 message
Is there any functionality in a DataSet for doing a "Diff" with another DataSet? I want to perform the opposite of "Merge" i.e.     If a matching row exists in DataSet B, remove it from DataSet A. ...
Score Debugging help VS2005 !
Ashish - 30 Dec 2005 4:48 PM - 1 message
Iam having some trouble debugging in the new vs2005. I have a class library and a web project, and web project references that class library. I have a custom handler for a http request in the class library whenever i place a break point on the custom handler code, it gives me ...
Score what's better?
rodchar - 30 Dec 2005 4:32 PM - 4 messages
hi all, is it better to set an html table's width property to percent or pixels? thanks, rodchar ...
Score Novice question: AJAX for ASP.NET and all that Jazz...
Blue Streak - 30 Dec 2005 4:26 PM - 4 messages
I am trying to wade into the waters of client-side scripting to be integrated with ASPdotNET. Are there any ready-made tools for use wth dotNET?  I am assuming that is what ajaxnet and ajaxnet-library are for...then, of course there is ...
Score forcing cookies to use SSL and redirecting to custom error page
Dan Kraiman - 30 Dec 2005 4:22 PM - 1 message
I am using version 1.1 of the .NET framework on IIS 6/Windows 2003. 1. Is there a way to force all ASP.NET applications to have secure cookies (ie send them using SSL), without modifying the application code?  Is there a ...
Score Content Place Holder Question
Brian - 30 Dec 2005 4:21 PM - 3 messages
Hello... I've created a master page in Visual Web Developer and it creates a content place holder. That's fine and all but I can't seem to resize it. Any suggestions? Thanks, Brian ...
Score How do I copy App_Data info to production server?
Paolo - 30 Dec 2005 4:05 PM - 2 messages
I have been following a few walkthroughs that came with VS 2005, and they work fine (I had to change the machine.config files to work with my SQL 2005 Pro version, instead of the SQL 2005 Express).  Pages dealing with logins, ...
Score PDF rendering
Nautilus - 30 Dec 2005 3:35 PM - 7 messages
Hi there! We are rendering some PDF reports from an ASP.NET application, directly to the IE browser. Those reports are beign generated from a SQL Reporting Services server. We have the requirement of displaying the reports inside the browser. In order to do that, we have this: ...
Score Multiple customized versions of web.config
Mike Kelly - 30 Dec 2005 3:29 PM - 6 messages
Hi. I've got a standard setup with a web app (ASP.NET 2.0) that I develop on my machine, deploy to a QA server for testing, and then on to a PROD environment. To facilitate the deployment process, I am utilizing our SCM ...
Score Query data from multiple tables and saving back
mimo - 30 Dec 2005 2:56 PM - 6 messages
Hello, I have seen samples on how to pull data from one table and save back to it using the Form View control. How do I pull from multiple tables and save back to multiple tables on one screen?  Is there a sample of this somewhere? ...
Score Common Website Issues
JJ - 30 Dec 2005 2:52 PM - 6 messages
Hi,   We have two websites that are almost identical except for the frontend. The business rules and the databases are the same. We want to basically use one website for our different clients but the look of the website would be different for each client. How can we design the ...
Score Calendar Control
mimo - 30 Dec 2005 2:49 PM - 5 messages
Hi, I trying to develop an application that will have a calendar control that will allow me to put hyperlinks in the days of the calendar.  And I need to be able to do this in a day, week, and month view. ...
Score HTTPModule does not run
Erik Cruz - 30 Dec 2005 2:06 PM - 4 messages
Hi. I wrote an HTTPModule to log errors from my application. The component works well on all the development machines running Windows XP or Windows 2000 and VS.NET 2003. When I run the application on the server, a Windows 2003 box, ...
Score Is it possible to use OWC11 in a webform VS 2005 ?
AMD - 30 Dec 2005 1:19 PM - 1 message
Hello everybody :) Is it possible to use OWC11 (spreadsheet) in a webform which is developped with VS 2005 (VB.NET - ASP.NET) ? I know that it is possible with VS 2003 but I can't do the same with VS ...
Score Error Messages
Aziz - 30 Dec 2005 1:14 PM - 3 messages
Hi, A web applications error output is like this: [NullReferenceException: Object reference not set to an instance of an object.]    Gor.Forms.Page.SecurityCheck(Object sender, EventArgs e) +40    System.Web.UI.Control.OnInit(EventArgs e) +67 ...
Score How to speed up file upload in 2.0
Mike Kelly - 30 Dec 2005 1:01 PM - 4 messages
Hi. I've built a page using standard ASP.NET 2.0 features and when I upload a large file (>20MB) to our intranet server, I get a paltry 100KB/s on our 100Mb/s LAN. Simply copying the file, I get around 7MB/s. ...
Score drop down listboc in grid
OscarArg - 30 Dec 2005 12:11 PM - 2 messages
Hello asp.net , VB.net Version 1.1 I have aspx page with a grid with a drop down list in a column. The DDL causes postback. I need to put some code to be executed on the server when ...
Score Need convert a window control to webcontrol
Chakravarti Mukesh - 30 Dec 2005 12:01 PM - 1 message
Hi all, I have a window control that don't have any visual significance (but it have).  I want to use that control in my ASP .NET page.  What could be the solution?  I don't have access to the code.  Could I create an interface ...
Score Request received well, returning it results in loss of data!
Edwin Knoppert - 30 Dec 2005 11:46 AM - 6 messages
I'm doing a simple test, about 100 lines of data of ~200 bytes each. I'm using WebRequest() and HttpWebResponse() calling a generic handler. What i pass to the webserver (tried local as not local) i return directly using Response.Write() per line. ...
Score problem with webclient.downloadfile method
Purva - 30 Dec 2005 11:46 AM - 5 messages
I want to download a file from my webapplication to client computer.I am trying this method but this is just copying the file from one location to anothor on server only,. Any help is appreciated. Thanks Purva ...
Score Setting the Cookie Expires
mauksrock - 30 Dec 2005 11:43 AM - 2 messages
Hello, I've just started to work with Cookie. Can anyone help me to find out the date of expiration of cookie? I've tried it. But when I'm trying to fetch the expiry date using " Request.Cookie("Date").Expires " , it ...
Score How to Capture Net work Folder paths
Kasi - 30 Dec 2005 11:38 AM - 1 message
1) We have a requirement. we would need to capture the full server folder path instead of file paths using the browse control. For ex: \\XYz-Server\Folder1\Folder2 should be captured when we select Folder 2 through the browse control. i.e The path must be for a directory and ...
Score playing with ASP.NET & SqlServer express
Lloyd Dupont - 30 Dec 2005 11:25 AM - 2 messages
I never really use SQLExpress before... Anyway I'm trying to something a bit 'advanced' and I'm failing miserably. I have written a BlogEngin a while ago using SqlServer & ASP.NET 2.0 Beta 2 and try to rewrite it from scratch (and copy paste). It's hard as I forgot all about ASP.NET... ...
Score Select childnodes of a checked node on treeview ?
Ryo - 30 Dec 2005 11:06 AM - 2 messages
Hello !!! I have a treeview with checkbox to select element. The problem is that i can't found how to automatically select the childnodes the checked node. Someone know how to do that ? Thanks. ...
Score Active Element ( Which had the focus ) during form unload in firefox.
AmjathKhan via DotNetMonster.com - 30 Dec 2005 9:09 AM - 1 message
hai how to get the Active Element ( Which had the focus ) during form unload in firefox. Thanx in advance ...
Score frames in ASP.NET
RbanBph - 30 Dec 2005 8:37 AM - 2 messages
Hello,                   I have created a web application. I want a frame to be placed horizontally at top and two frames to be palced vertically below this ...
Score interfaces in c#.net
saket - 30 Dec 2005 7:52 AM - 2 messages
hello frnds if any one cud help me how to implement the concept of interface and interface objects in c#.net. if its not possible to expalin in mail..plz do send me some link where it is best explained Thanks ...
Score Client Script in ASP.net 2005
Vivek Dubey - 30 Dec 2005 7:42 AM - 2 messages
I want to use RegisterSlientStartupScript but it is not working properly. please help me Regards -Vivek ...
Score Questing about ASP.net hosting
dejavue82@yahoo.com - 30 Dec 2005 6:10 AM - 3 messages
Dear ASP.net programmers, I was wondering about the following: 1)  Do hosts automatically support all of the .NET framework? (ex. System.Image) 2)  If one rents a dedicated server, does one have full control over it? (ie. one can install any ...
Score Why Do IsPostBack and Master.IsPostBack Always Fire Twice?
Joey - 30 Dec 2005 4:49 AM - 2 messages
I am currently working on a (file-system) website in C# in VS2005. I am programming counters for the different webpages. I wrote a class and enum with functionalities exposed like... Counter.Hit(PageCounter.Home) ....and then I put it in the Page_Load section and within the ...
Score What's this 2.0 compilation anomaly?
clintonG - 30 Dec 2005 3:50 AM - 17 messages
At design-time the application just decides to go boom claiming it can't find a dll. This occurs sporadically. Doing a simple edit in the HTML for example and then viewing the application has caused the application to go ...
Score Problem with Nested Gridview
hammad.awan_nospam@gmail.com - 30 Dec 2005 2:21 AM - 1 message
Hello, I am using ASP.NET 2.0.  What I have done is nested a gridview inside another column of a gridview using a template data field column declaritively in my web form.  Inside this child gridview I have set an ...
Score I want the # pound in the URL QueryString, not a bookmark
Larry - 30 Dec 2005 12:11 AM - 3 messages
I am hoping there is a way to encode the querystring part of a URL reached from a hyperlink that will cause the Request to not drop the info after the # in the URL string.  Any clues or links to details on how I would do this? ...
Score 2005 DataFormatString in Gridview?
Tina - 30 Dec 2005 12:00 AM - 2 messages
Putting {0:d} in the DataFormatString for a date field in a GridView doesn't work.  That date still shows with 12:00:00 AM and all of that. T ...
Score Microsoft JET database error while trying to open excel file from ASP.NET
rh.krish - 29 Dec 2005 11:57 PM - 3 messages
Hi I'm trying to open an excel file uploaded by the user and read the content. I'm able to save the file in the web server, but when I try to open it - I get the following error: ...
Score Help: Using Multiple Checkboxes or Checkboxlist to filter results in a gridview in ASP.NET 2.0 / VS2
Faybert - 29 Dec 2005 11:43 PM - 1 message
Hello, and Thanks in advance for any light you might shed on my troubles. I'm trying to setup a series of checkboxes, or a checkboxlist to control the results that are shown on a gridview control. I have a column in my database that hold the current status of the ...
Score 2.0 How to control Fill
T. Wong - 29 Dec 2005 11:35 PM - 1 message
I always liked doing my own MyDataAdapter.fill(myDataSet1).  I had control. Just like when you drive a stick shift. Now the new DataSource (or is it a TableAdatper:Dataset) automatically fills the Gridview.  I don't like that.  I want to fill it in code at a certain ...
Score 2005 DataSources ASP vs Forms
Tina - 29 Dec 2005 10:45 PM - 1 message
I'm reading articles on the new TableAdapters where it says that a key new advantage is that a single TableAdapter, which can have multiple queries, can be used on multiple forms.  Now that was in an article on using ...
Score aspnet_wp.exe stopped unexpectedly error
ImSoLost - 29 Dec 2005 10:43 PM - 2 messages
My asp.net web application dies after an hour of processing (it's a long database parsing process) and the web page becomes a "Page could not be displayed" webpage.  I looked in my event logs and found the following clue: ...
Score how can you use mshtml DOM object to grab rendered asp.net page?
Randall Arnold - 29 Dec 2005 10:15 PM - 25 messages
I know how to use MSHTML to grab the innerhtml from an html web page, but what if I want to look at elements of a rendered aspx page?  Is there any way to do this using the MSHTML DOM object? ...
Score Webresource.axd problem in asp.net 2.0
awyl - 29 Dec 2005 10:06 PM - 8 messages
I tried to use validation in asp.net 2.0 with the following code. <%@ Page Language="c#" %> <html> <body> <form runat="server"> <asp:TextBox ID="abc" runat="server"> </asp:TextBox> ...
Score WSS - Unable to add WP to pages after.NET 2.0 upgrade
Troy Jerkins - 29 Dec 2005 10:03 PM - 2 messages
WSS V2, SP2 running on Win Svr 2003, SP1. I've just upgraded from .NET 1.1 to 2.0. I have multiple virtual server sites on this server using host headers with the same IP. I changed all my sites from .NET v1.1 to v2.0 and ran the stsadm command ...
Score finding the control types inside a datagrid
Sridhar - 29 Dec 2005 9:20 PM - 1 message
Hi,   I have a datagrid which contains some bound columns, some template columns. The template columns contain text box in one column, Hyperlink column in other column, dropdownlist in another column etc. Now I would like to read the values in each of these columns. Inorder to read those I am doing ...
Score user control caching
Steve - 29 Dec 2005 9:06 PM - 1 message
I am caching a user control for an hour, based on a certain property. When the page first loads the page is cached just fine. However, whenever I close the browser screen and then go back into it I get the following error:   ...
Score Capturing Enter Key
Muriel - 29 Dec 2005 9:02 PM - 4 messages
I'm developing a website using visual studio .NET I have a login form with a couple of textboxes and a login button. What I want to do is capture the Enter key so that when the user presses Enter, it ...
Score Windows authentication from ASP.net application to Sql Server
Alice Wong - 29 Dec 2005 8:53 PM - 8 messages
I am setting up my Web ASP.net application to connect to Sql server using windows authentication. I set up IIS to have integrated windows authenication and sql to allow Windows authentication. And I trun annonymous login. I use this connection to connect. ...
Score Text Box to search contents in a Gridview Control
mimo - 29 Dec 2005 8:44 PM - 2 messages
Hello, I have seen several examples with a dropdownlist filtering the results in a gridview. Is there a way to have information typed in a text box used to filter a gridview? I would like to for example search on a persons first name and any first ...
Score Change SiteMap
ad - 29 Dec 2005 8:28 PM - 1 message
I try to provide different usr different SiteMapProvider. I write the code below in the Authenticate event of a login controls But I find it is useless, the SiteMapProvider of my SiteMapDataSource is always the default one. Why? Where is the place to chang the SiteMapProvider? ...
Score Uploading Files
B - 29 Dec 2005 8:16 PM - 7 messages
Hi, I'm developing a web application where users can upload multiple files to the website. I'm using asp.net 2.0 with FileUpload control and can upload 1 image to the server, but I would like to upload 5 images in total. ...
Score web.sitemap
Jon Paal - 29 Dec 2005 8:07 PM - 2 messages
can't seem to get a vertical stack of three links from sitemap file: What's the magic combination ? <?xml version="1.0" encoding="utf-8" ?> <siteMap xmlns="http://schemas.microsoft.com/AspNet/SiteMap-File-1.0" > ...
Score Sortable/pagable datagrid with hyperlink column
TPhelps - 29 Dec 2005 7:45 PM - 4 messages
I have a sample of an unbound (autogeneratecolumns is true) sortable/pagable datagrid that works. I want to change one of the columns to a hyperlink.  The examples I find use a bound column.  I can get this to work; however, the column header on the ...
Score How to use Color Palette at run time
Merdaad - 29 Dec 2005 7:17 PM - 2 messages
Hi and happy new year to all I would like to have a color Pallette from which I can use colors that I can use into rows of data that I am creating.  Like I want the background of one row to be red and the next one blue.... ...
Score 2.0: Deleting Temporary ASP.NET Files?
clintonG - 29 Dec 2005 7:16 PM - 5 messages
I started an application using Beta2 and now I've been having a variety of problems continuing to develop the application in 2.0 that I suspect may be related to left-over icky stuff. What can I delete under the Temporary ASP.NET Files directory? I assume ...
Score Wizard Control IsPostBack and Method Issues
rdlauer - 29 Dec 2005 7:11 PM - 2 messages
Two (hopefully) quick questions for you all: 1. Is there any way within a Wizard Step to programmatically determine whether or not a postback has occurred? It appears as though, after the first step, you are always posting back (which makes sense). However, ...
Score CodeParameterDeclarationExpression
brian.f.oneil - 29 Dec 2005 7:08 PM - 1 message
This thing is for generating C#? It keeps putting Ampersand in front of my string declaration, as follows :   cpde = new CodeParameterDeclarationExpression("string", parameterName); Anybody seen this? Am I using the wrong class for a Method Parameter? TIA - Brian ...
Score Executing a asp.net page repeatedly????New page???
Dan - 29 Dec 2005 6:18 PM - 5 messages
Hi, I have an asp.net page i have made that creates an invoice based on the invoice id given. It works fine but the problem i have is i now want to loop through my database and grab all the invoice numbers. ...
Score Strange Problem When Using Browser back button
Mr Newbie - 29 Dec 2005 5:49 PM - 6 messages
OK, I have a fairly simple setup where I have an Index of records which are displayed using a datagrid on a page. When you click the link associated with a Row (ArticleID) , this ID is passed to a page which creates an new ...
Score cannot show windowsform (dll) in webpage
Stefan Reinmers - 29 Dec 2005 5:29 PM - 3 messages
hi there, i include in a webpage (with the object tag) a dll to show in the webpage a windowsform (windowscontrollib.dll) when i test all on the development pc (winxp ,framework 1.1) it works fine. attention the dll needs some more dlls which are in the folder where the ...
Score Namespaces in ASP.net 2.0
Arne - 29 Dec 2005 5:29 PM - 2 messages
With namespaces in the web.config is it possible to use an alias for a namespace? I know that intellisense is supposed to work in web.config, but it doesn't work my computer. ...
Score question about declaring labels and errors from VWDeveloper
Jon Paal - 29 Dec 2005 5:24 PM - 17 messages
When I add a label to my page like this : <asp:Label id="Message" Text="" Runat="Server"/> and code like this: Sub Page_load( s As Object, e As EventArgs )     Message.Text = " whatever  " End sub ...
Score Running Long Process From ASP.NET
ImSoLost - 29 Dec 2005 5:21 PM - 5 messages
I'm running a really long process from ASP.NET and need some help... I am making a method call when the user presses a button from my webpage, which goes into a database and parses a file.  This process could exceed an ...
Next »