Home All Groups Group Topic Archive Search About

ASP.NET Development

microsoft.public.dotnet.framework.aspnet
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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 ...
Score Window Name on server side using asp.net
Kiran - 29 Dec 2005 5:12 PM - 3 messages
Hi, can anyone tell me how to get window name on server side using asp.net(similar to window.name or self.name in clientside) Thanks Kiran ...
Score Missing LinkButton click events (viewstate problem)
hlubocky - 29 Dec 2005 4:18 PM - 7 messages
I thought I had a good grasp of the problem related to dynamically creating controls, but it appears that as my application grew in complexity, the problem has resurfaced. As I understand it, in order for a dynamically created control to persist its state, it needs to be ...
Score Execute batch jobs from ASP .Net page
Niclas - 29 Dec 2005 3:57 PM - 4 messages
Hi, I am in thge process of migrate some data to a (remote) database using ASP ..Net to perform some processing of the data. The data load is initiated by loading a textfile from a textbox and started by clicking a button on the ...
Score Datalist of datagrid
schapopa - 29 Dec 2005 3:37 PM - 3 messages
Hi everybody, I want to create datagrid or datalist that has 4 columns: column1 - number (that column would have colspan =2 or more) column2 - question column3 - data column4 - button delete (Row 2 and more) column2 - answer(s)(that column would have colspan =1 or more depending ...
Score Annoying Problem While Debugging ASP.NET
Joe - 29 Dec 2005 3:25 PM - 3 messages
Hello everybody, I am working on a .NET solution containing 2 projects, one depending on the other (Website depends on Library). I am using .NET 1.1. The annoying problem is that I'm not able to debug the code written in ...
Score aspnet_wp.exe memory management?
Carlos Albert - 29 Dec 2005 2:31 PM - 2 messages
Hi everybody, I'm running a Win2000Server with .NET framework 2.0, and I wanted to tweak the memory usage of aspnet_wp.exe because is using a huge amount of RAM and it doesn't recycle tough. Where can I change it? ...
Score Module in ASP.NET 2.0
Iouri - 29 Dec 2005 1:47 PM - 3 messages
I am using VS 2005 team edition. I cannot find Module in ASP.NET 2.0. It is not in the list of  Visual Studio installed templates. Where is it? or what can I use to hold my global variables and Subs accessible from different ...
Score how to use dynamic c# code from the database
Antonio - 29 Dec 2005 1:37 PM - 5 messages
hello, I have a data grid being populated from any number of stored procedures.  I need to have the totals in the footer, so I use the ItemDataBound event to sum up and display the results. this works fine, but since each stored procedure has different ...
Score Grid in email
tshad - 29 Dec 2005 1:24 PM - 6 messages
Is there a way to easily put a Datagrid in an email? I want to send a select result in the form of a Datagrid via an email to some of our clients. Thanks, Tom ...
Score Insert time value in database
Niclas - 29 Dec 2005 12:50 PM - 3 messages
Hi, I need to insert a time value from my ASP .Net web application in the format Minute:Second:Millisecond to a SQL column typed with datetime. The approach i was thinking of was to instantiate a System.Data.SqlTypes.SQLDattime with the assigned  parameters to form the ...
Score Login in ASP.NET 2.0
PawelR - 29 Dec 2005 12:24 PM - 2 messages
Hello, I try use ASP.NET 2.0 I configure in ASP.Net Configuration - internet authentication, role for user , user with password When click Login on Login the server return error: Invalid value for key 'attachdbfilename'. How correct my problem? Where I can find this key? ...
Score mailto: in datagrid hyperlink
sam - 29 Dec 2005 11:29 AM - 4 messages
In asp.net 2.0 I have created a datagrid.  The databind is to a table with a column called email in it.  In designer, I am adding columns . I have added a column "email" with the following parms: ...
Score How to get the Window Name
Kiran - 29 Dec 2005 10:59 AM - 7 messages
Hi, I am opening a popup window using the code given below window.open("test.aspx","EmployeeDetails"). how to get the window name("EmployeeDetails") in the new opened window test.aspx using javascript. And also is there a way to get the name("EmployeeDetails") in code ...
Score Software management
Paul Aspinall - 29 Dec 2005 9:19 AM - 7 messages
Hi Does anyone know of a piece of software which can be used to keep track of software sales, customers license keys, e-mailing current customers and potential users etc.... Basically, some software to help a small developer to manage sales etc.. ...
Score asp Calender control
jack - 29 Dec 2005 8:43 AM - 3 messages
Hi, Im creating a attendence project for which im using a callender control .. in this im making the user to click on the button with will enter the current date and time in the database . is it possible to show  the time which is been enter for the particular ...
Score How to debug client-side script (javascript) from VS2003 or VS2005?
ABC - 29 Dec 2005 7:50 AM - 4 messages
How to debug client-side script (javascript) from VS2003 or VS2005? ...
Score ObjectDataSource '---' could not find a non-generic method 'Update'
Nir.Hazan - 29 Dec 2005 7:29 AM - 3 messages
When I try to update my GridView I get the error: ObjectDataSource 'ObjectDataSource1' could not find a non-generic method 'Update' that has parameters: CustomerID, EmployeeID, OrderDate, RequiredDate, ShippedDate, ShipVia, Freight, ShipName, ShipAddress, ShipCity, ShipRegion, ShipPostalCode, ShipCountry, original_OrderID. Details: VS2005 C# website. ...
Score web.config
jack - 29 Dec 2005 5:39 AM - 3 messages
Hi all can any body help me out in making me understand how web.config works and how the folder level permission can be given Please do reply me ...
Score C# help needed
Jon Paal - 29 Dec 2005 5:34 AM - 5 messages
how do I set the cast  in C# ? Compiler Error Message: CS0266: Cannot implicitly convert type 'object' to 'string'. An explicit conversion exists (are you missing a cast?) Source Error: Line 6:          string t = System.Web.HttpContext.Current.Profile.GetPropertyValue("SiteTheme"); ...
Score Maintaining Multiple Sessions
jack - 29 Dec 2005 4:10 AM - 5 messages
Hi , please help me in this          I have created a login page which creates a ticket. and im getting my inbox page of my project . ( just for the info. ) The problem is that when i have a page in the browser  and when i do ...
Score Cannot find Control DropDownList in datagrid
Jeff User - 29 Dec 2005 3:35 AM - 3 messages
Hi C# .NET1.1 I have read Visual Studio help and several articles on the web. Obviously this is a common topic. However, I see this code over and over yet I am stuck with the FindControl method when trying to locate ...
Score Asp.net and Nas
jason - 29 Dec 2005 3:15 AM - 2 messages
I storage Website on a share folder of a Nas(widows share).However it could not run well.When browse the aspx page ,I got a error,it seem to say I have no enough privilege. ...
Score How to post data
Peter Afonin - 29 Dec 2005 1:03 AM - 5 messages
Hello, I need to post data to the payment gateway. I know how to post data and read results, I'm doing it all the time as described, for instance, in this article: [link] ...
Score exist in both position
sotec - 29 Dec 2005 12:23 AM - 4 messages
Error 7 The type 'Poll_Poll' exists in both 'c:\WINDEV\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\minoks\c11c00c9\ceb0f72e\App_Web_-awdefif.dll' and 'c:\WINDEV\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\minoks\c11c00c9\ceb0f72e\App_Web_xsfyw7ml.dll' ...
Score Problem with Authorize.net
Blue - 28 Dec 2005 11:53 PM - 4 messages
I'm using Authorize.net as my payment gateway and as of approx 7pm PST on 12/26/05, no payments have gone through from my website.  (However, I can still process payments through the Auth net virtual terminal.) ...
Score accessing web application using no-ip.com
Mohan - 28 Dec 2005 11:33 PM - 4 messages
Hi, I am having difficulty accessing my web application over the internet. I dont have any problem when I connect using localhost. I have created an account with no-ip.com. The web site is accessible thru port 6000. Since my machine is behind a router, I am using port forwarding to ...
Score ASP.net file upload
Frank Quinty - 28 Dec 2005 11:10 PM - 2 messages
Hi there, I try to offer a file upload in my web site. The server is Windows Server 2003 SP1, framework .net 1.1. It runs fine if the file is smaller than around 260 kb. If the file is ...
Score Estimate Memory
Matías - 28 Dec 2005 10:36 PM - 2 messages
I have a HashTable in memory and I need to estimate how mach memory is using in the server, how can i do???? Thanks in advance ...
Score Do Web.Configs inherit each other?
darrel - 28 Dec 2005 10:04 PM - 4 messages
I just noticed something in one of my applications which is in a folder within another application. My application is grabbing the DB connection string from the Web.Config file: strConnect = ConfigurationSettings.AppSettings("DBConn") My application's Web.Config file doesn't have this DBConn appSettings key, ...
Next » 2 3 4 5 6 7 8 9 10