|
.net
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
ASP.NET Developmentmicrosoft.public.dotnet.framework.aspnet
ASP.NET 2.0 - Publishing to Server Problems
Bill Cohagan -
4 Feb 2006 10:13 PM - 2 messages
I've built a small app based on the Personal web site template and it works fine on my development machine (within VS2005). When I Publish it to a Windows Server 2003 machine it *almost* works fine. There are two problems, ...
Web Copy - Web Developer Express
Jim McGivney -
4 Feb 2006 10:05 PM - 4 messages
I am a ASP.net 2.0 NewBee I have a simple website I developed in Web Developer Express. I test it with CTRL-F5 and it works. I have found out that I can not Web Copy it to my hosted web site. ...
Is it possible to have more than 1 sitemap and treeview in a website?
Andy Sutorius via DotNetMonster.com -
4 Feb 2006 8:24 PM - 3 messages
I have a current website divided into 2 sections. Each section needs it's own sitemap and treeview. Is it possible to have 2 different sitemaps in a website? Everything that I have read says you create a web.sitemap file and stick it ...
not maintain the elements DataTable
Don Quijote de Nicaragua -
4 Feb 2006 8:08 PM - 1 message
Hello, desire to know so that it does not maintain the elements previously added 'Español Hola, deseo saber por que no mantiene los valores agregados. Gracias Private Sub btnAgregarOtro_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles btnAgregarOtro.Click ...
Compiling directories in web project...
jojobar -
4 Feb 2006 8:07 PM - 10 messages
In vs.net 2005 you can build the entire website, entire solution or a single page. The project I am working on has more than 1000 pages spread over 50-60 directories. We work on one or two of the directories most of the time. ...
ASP.NET 2.0: Multiple problems with DefaultButton
dpomt -
4 Feb 2006 8:01 PM - 4 messages
I am facing some issues with the webforms DefaultButton functionality: #1 One text box ==> hitting enter works in IE but not in Firefox (1.5) #2 One text box and req. field validator ==> problem in IE #3 two text boxes ==> not even a postbak in Firefox. ...
Login Control Postback vs Redirect
ME -
4 Feb 2006 7:30 PM - 1 message
Does anyone have an easy way to cause the Login Control in ASP.NET 2 to postback vs. redirect when using Forms authentication? I need the control to postback so that my hosting page will remain in scope. Thanks, ...
Old controls disappear on toolbox at 2.0
Shaw -
4 Feb 2006 6:02 PM - 6 messages
We are going to update our ASP.NET 1.1 based applications to 2.0. After I installed VS Web Express, I immediately find the old web server controls, such as DataGrid and data object (adapter, connection, command…) are ...
Asp.net / iis / oracle problem
BookerW -
4 Feb 2006 6:01 PM - 5 messages
I am not sure which forum I should post this on, but here is the problem. I have a front end web application(VB) on asp,net 1.1 framework. Inside of the code, I have the following lines to connect to the database ...
Web Config ?
Oded Dror -
4 Feb 2006 5:34 PM - 2 messages
Hi there, I'm using VWD 2005 express, win xp pro sp2 I created a website with login.aspx page (not from the template) Integrated with Access database, Also I modify the web.config file everything work fine I put response.redirect to the log in with user session ...
periodic check for records to print
Tony -
4 Feb 2006 5:30 PM - 7 messages
Every 10 seconds I need to search a SQL table for orders to print. The orders are created through WebForms on ASP.NET clients. The orders should not print until 10 minutes before they are due. The network printer will be available from the server running IIS and SQL ...
Help with ASP.NET DataGrid problem
thebison -
4 Feb 2006 3:54 PM - 3 messages
Hi, As a relative newbie to SQL Server/ASP.NET I'm hoping someone here can help with my problem. I'm developing a timesheet application in ASP.NET C# using Visual Studio 2003 with a database built in MSDE. ...
The right URL, server.transfer
Fabrice -
4 Feb 2006 1:38 PM - 3 messages
Hello Does a solution exist to get always the right path when you use Server.Transfer in web application (version 1.1) ? I want to rewrite my URL by use Global.asax and Application_BeginRequest Sub. But as i use server.transfer in my web application i get always the old ...
Save blank fields in database (date and integer) - Error
Øyvind Isaksen -
4 Feb 2006 1:21 PM - 6 messages
I have a page with an optional integer-field, and one asp:calendar control. I use a stored procedure to save the data in SQL Server. When all fields contains data, the code works great! But if the user dont ...
Create XSL extension with .NET?
Jason Chan -
4 Feb 2006 12:53 PM - 2 messages
I newbie of XSL as well as .NET. I would like to ask can I create XSL extension function using .NET technology? So that I can use something like <myExt:myFunction()> in my xslt file. Any resource suggested? I tried to google it but cannot found any useful ...
Problem with Type Converter
J.Edwards -
4 Feb 2006 12:47 PM - 2 messages
I have a Type Converter working correctly from the designer end - it displays a list of certain object types, and allows one to be picked, and saves it to the property fine. The trouble I have is when I run the web page it doesn't have the property ...
handling user control event
c676228 -
4 Feb 2006 12:45 PM - 4 messages
Hi all, I have an event in user control email to handling email change when user want to change the input for email address. Here it is In email.ascx.vb: Protected Sub UpdateEmail(ByVal sender As System.Object, ByVal e As ...
ASP .NET newbie question
Chris -
4 Feb 2006 11:56 AM - 5 messages
Hi all, I've built a website in VS2005 using ASP .NET. The problem I'm having is that images which are put in App_Data folder will only show in the designer. I'm trying to show images with the CSS "background-image:" tag. If I take ...
How to display progress bar for long running page in Javascript
Anonieko -
4 Feb 2006 11:47 AM - 2 messages
Query: How to display progress bar for long running page Answer: Yet another solution. REFERENCE: [link] My only regret is that when click the browser back button, it loads the ...
How do I assign values to a property in a custom control that has a dropdown style
Kay -
4 Feb 2006 11:45 AM - 1 message
Hello, I have developed a web custom control, I want one of the properties of the control to appear as a dropdown list so the user can select from the list. My question is: how do I define an editor to fill up the dropdown list, so ...
Use IHttpHandler not ASPX for pro web apps
John Rivers -
4 Feb 2006 11:26 AM - 24 messages
ASPX which means ASPX pages, the code-behind concept, User Controls, Web Controls etc. is very poorly designed and makes it extremely hard to develop professional quality web applications. ASPX is Microsoft's attempt to "dumb down" web application development ...
ASP.NET 2.0 security..
Paul Aspinall -
4 Feb 2006 8:36 AM - 4 messages
Can anyone point me to an article which shows how to control access to certain web pages, for different forms authenticated users. I would ideally like to decide if users can 'view' 'edit' 'create' or 'delete' on each page, and therefore some sort of status flag would be ...
Combining Integrated and Forms authentication
Paul Aspinall -
4 Feb 2006 8:32 AM - 2 messages
Hi I have an application which will be used on a company Intranet, but will also be used by some external users (via Extranet). I want to implement Integrated authentication for the company employees, but any 'non-authenticated' users (ie. externals), must logon via Forms ...
generic handler and text file
Lloyd Dupont -
4 Feb 2006 6:47 AM - 1 message
I'm trying a very simple generic handler, in fact almost the template like that: public void ProcessRequest (HttpContext context) { context.Response.ContentType = "text/plain"; context.Response.Write("some text"); } problem is, when I access the page with IE, instead of showing me the text (and only the text) it show me this garbage: ...
Repost: RSS Consumer
Newbie -
4 Feb 2006 6:27 AM - 2 messages
Hi all, Anyone know how to build web application like this one: [link] I want to build a similar web appl like this using ASP.NET 2.0 If I'm not wrong, this appl consume RSS feeds, in this site from ...
Mutex problem...
Lloyd Dupont -
4 Feb 2006 5:11 AM - 2 messages
I have some code where I updatde a file (that might not exist yet). In fact this file contains 2 integers and is used in only one function. I thought overkill to configure, deploy and maintain a database to store 2 ...
How to select the text in a TextBox
ad -
4 Feb 2006 4:47 AM - 6 messages
I have a Textbox (Text) in a web form. I use this.SetFocus(Text1); to set the focus on Text1. How can I let the text in Text1 selected when the Text1 get focus? ...
FrontPage 2003 and Visual Studio 2005 working together
Rod -
4 Feb 2006 2:39 AM - 1 message
Well, I've taken the plunge and gotten myself my first domain. (I've worked on other peoples and of course at work, but never done my own domain.) With this new project my family and I will likely work on it together. And ...
Fired! - - Profile-
James Woody -
4 Feb 2006 1:56 AM - 3 messages
Our company uses the profile feature, then for some reason I screw around with the web.config file and delete one of the profile keys. I then re-add that profile key. Woudn't all that profile information get lost permanently? ...
Link button
JJ -
4 Feb 2006 1:32 AM - 2 messages
I have an app and on one page I have Link buttons that will fire up a word doc or at least thats my goal. When someone clicks on a link button I need to find a word doc on server where app resides. I was ...
Delete button on DataGrid not firing
Jeff User -
4 Feb 2006 1:14 AM - 6 messages
Hello ..NET 1.1, VS 2003, C# & asp.net I have tried to follow msdn instructions and samples but I can not get an event to fire for this button on the datagrid. There has to be something obvious missing here, but after 2 days I am ...
Yikes. A little help here.
James Woody -
4 Feb 2006 1:13 AM - 3 messages
I have listed the Orders on my page with a datalist. Now I need to append the OrderID onto the URL at this point [link] How do I get the OrderID out of the datalist. ...
Probs uploading ASP .NET project
JimC -
4 Feb 2006 12:18 AM - 2 messages
I'm working with a new ASP.NET Web host, a shared service sold by Hostik in Sacramento. (They may be buying their service from Lanset.) I created a test project just to make sure the thing was working, and uploaded four files: ...
Using objectdatasource and automated updates: receiving wrong parameters.
craigkenisston -
3 Feb 2006 11:35 PM - 2 messages
I have a grid attached to an objectdatasource from which just one field is editable. For the update method I have a method with two parameters, the key of the record and the column to be updated. However, what's happening is that I am receiving an empty key of the ...
FormView Edit Template Issue
P. Yanzick -
3 Feb 2006 10:37 PM - 3 messages
Hello, I am creating an edit template for a FormView control, changing one of the textboxes to a dropdown box. The dropdown will be populated from a simple table with the primary key, and a description (i.e. a colors table, so there ...
How to do server-side processing and then display pop-up with pop-up blocker enabled
domtam -
3 Feb 2006 10:19 PM - 4 messages
Hi all, Here is what I want: when a user clicks a <asp:button>, its event handler will do some server-side processing and then pop up a windows of another page. As far as I know, if no pop-up blocker is disabled, the button event ...
Changing Repeater ItemTemplate details based on data from dataset
Mike -
3 Feb 2006 10:05 PM - 2 messages
Hello all, Is there a way to change the ItemTemplate based on the data that is being shown? For instance, I have a dataset, contains two fields (NAME, STATE). I want to show all the records from the dataset using a standard item ...
Passing parameters on exeecution
De kessé -
3 Feb 2006 9:54 PM - 3 messages
I have an aspx file loaded in VS 2005. I need to pass the following parameter to my page... "Page=dummy.aspx" how can i do that from visual studio while i am not controling the URL? ...
SQL syntax question
VB Programmer -
3 Feb 2006 9:39 PM - 5 messages
ASP.NET 2.0..... How do I get all users (in aspnet_Users) that are not in the "member" role (aspnet_Roles)? Thanks. ...
less code????????????? are you out of your mind?
Ashe Sjedic -
3 Feb 2006 9:32 PM - 17 messages
In asp , you make a query string with one line. Now you have to click click click, add parameters edit templates dig thru the documentation type bunches and f*&^(cking bunches of code to just come up with item.asp?orderID=xxxx ...
Application variables
Genaro Sanchez -
3 Feb 2006 9:10 PM - 7 messages
Hi group. I have 2 web applications. I start the first application with a default.aspx page. On a button click, it makes a reference to another application. I want to store 3 variables in the click event of the button ...
How can i run a batch file asp.net
emman_54 -
3 Feb 2006 9:06 PM - 4 messages
Hi every one, I am trying to run a batch file using my asp.net application. I am using the Process class to run the batch file. When I run my web application, In the task manager, i could see cmd.exe with ASPNET as a ...
asp:Wizard inside of a asp:FormView breacks two-way databinding (Round 4)
Douglas J. Badin -
3 Feb 2006 8:49 PM - 6 messages
Earlier this month, there was a posting about this without a definitive answer. If you place a Wizard inside a FormView's EditItemTemplate the bound fields contained within the View will display the data from the fields to which they are bound; yet they will return null values when the 'Update' ...
Gridview: Msbox the primary key of selected row
Ashe Sjedic -
3 Feb 2006 8:40 PM - 1 message
How can I do this? thanks ...
Dynamically load an ASP inside an ASPX file while loading
De kessé -
3 Feb 2006 8:35 PM - 3 messages
I have 2 ASPX files. One is the main, the other a smaller one which is the center part of the main ASP file. Now, how do I load the 2nd ASP into the first one? ...
Required permissions cannot be acquired.
Andy Sutorius via DotNetMonster.com -
3 Feb 2006 8:35 PM - 2 messages
After installing Sharepoint Portal Services I am no longer able to see my website. When I try I get Required permissions cannot be acquired. I have tried to put the Trust key in the web.config but that made things worse as ...
Binding ASCX in Master Page to theme
damiensawyer@yahoo.com.au -
3 Feb 2006 8:29 PM - 1 message
Hello all, I'm very new to all of this. I have a theme and a skin (the standard ones). I have a standard master page which is holding a custom ascx which has a treeview in it. Can someone please point me in the right direction to bind a theme to ...
Namespace conflicts with page class - name resolution difference in compiler
Shadow Lynx -
3 Feb 2006 8:28 PM - 2 messages
If this is not the most appropriate group for this question, please let me know. I noticed an odd priority difference in resolving names in VS 2005 (VWD Express) vs. the .NET 2.0 compiler (the one accessed from within VS). ...
ValidationSummary for validators in User Controls
MattB -
3 Feb 2006 8:17 PM - 1 message
I have a (asp.net 1.1) page that loads a bunch of user controls based on some database data. The User Controls have input controls and associated validators on them, and I wanted to place a validation summary at the bottom of the page. ...
row data clickable
Ashe Sjedic -
3 Feb 2006 8:15 PM - 2 messages
Hi, i'm stuck at the point where you click on the row (or button on the row, or better yet just a link on the row) and have it do something. Something like msgbox("you clicked on this") Am I supposed to use a datarepeater, a datadeleter, a gridrepeater a ...
Documentation tool?
jhcorey -
3 Feb 2006 8:14 PM - 1 message
I recently saw an example of Conceptual/Logical/Physical documentation done as web pages, with links to related items. There might be a page devoted to an application screen, which would include a screen shot and then links to other pages for, say, Conceptual docs, library routines, ...
Same event handler for multiple link buttons
akki -
3 Feb 2006 8:10 PM - 4 messages
I create link buttons dynamically in the code and give them IDs through which I can distinguish them.I want to know how to create a single event handler for all the link buttons that I create The event handler ...
ASP.NET and VERY buggy VS.NET 2003
Elliot Rodriguez -
3 Feb 2006 8:09 PM - 10 messages
WinXP Pro Let me preface this by saying I have developed with the .NET IDE since its release, and I consider myself reasonably savvy with it. I have a medium sized form with about 120 controls - 60 labels and the rest ...
Cast incorrect
tshad -
3 Feb 2006 8:07 PM - 2 messages
I have a field that I read from my database that is a bit field field into a textbox. The Trace on the variable (MyInfoCreated) shows it as "False" - as you can see from the error. I tried it with: ...
checkboxlist selected item
Alex D. -
3 Feb 2006 7:59 PM - 4 messages
does any body knows how to get the checkbox clicked in a checkboxlist using the SelectedIndexChanged event? The "EventArgs" dont help too much.. thanks, Alex. ...
radioList
CsharpGuy -
3 Feb 2006 7:42 PM - 6 messages
I have a radioList on my web form that has to be checked based on a data item from my database, how can I check one of the radio buttons in the list? example: my data is returned 1, 2, 3 ...
Best way to embed html file in ASP.NET 2.0?
forumnewbie2006 -
3 Feb 2006 7:19 PM - 1 message
Hello, How would you recommend embedding an html file in an ASP.NET 2.0 page? Should I simply use iFrame or Object ? Essentially, I'm looking for the simplest & most light weight way to embed the content of an html file (from the file system) inside an ...
Sample asp.net applications in C#
BlueSky -
3 Feb 2006 7:15 PM - 3 messages
Can any one refer me to some good online sample applications in Asp.NET written in C#? I am looking for some huge apps that have lots of features that I can learn from. ...
Best way to embed html file in ASP.NET 2.0?
forumnewbie2006 -
3 Feb 2006 7:05 PM - 3 messages
Hello, How would you recommend embedding an html file in an ASP.NET 2.0 page? Essentially, I'm looking for the simplest & most light weight way to embed the content of an html file (from the file system) inside an ...
CSS not working! Please help.
Richard -
3 Feb 2006 6:46 PM - 3 messages
I've been having alot of problems with asp.net 2.0's style sheet. When I apply a style sheet to a webform in the head tag (<link href="Site5.css" rel ="stylesheet" type ="text/css" runat="server" />), the webform does reflect ...
UrlRewrintg and Server.Tranfer
fabrice -
3 Feb 2006 6:43 PM - 1 message
Hello, I have got a little problem with Url Rewritig process and server.transfer use. I would like to create a simple url rewriting process for my web site I use in a lot of pages, the "server.transfer" property to go to one page ...
Page_Load is not executed in codebehind
ericw3 -
3 Feb 2006 6:41 PM - 4 messages
I am testing the code snippets of John Peterson ( [link] ). I have WebForm2.vb as follows: Public Class WebForm2 Inherits System.Web.UI.Page Protected WithEvents Button1 As System.Web.UI.WebControls.Button ...
Try Catch statements
Dusty Hackney -
3 Feb 2006 6:31 PM - 4 messages
Hello, I use Try Catch statements a lot in my applications so that the app automatically e-mails me with any errors that the users are encountering. I was just wondering if there are any performance issues with using Try Catch ...
application and web app technologies
cartercc -
3 Feb 2006 6:24 PM - 2 messages
January, 2006. I do not intend to start any kind of flame war, but only to seek advice about different technologies concerning which I am mostly ignorant. I am the database manager for a unit of a major state university. A ...
Does viewstate works correctly on VS 2005 web server?
GS -
3 Feb 2006 6:21 PM - 8 messages
Hello, I'm receiving The state information is invalid for this page and might be corrupted error message when running code below. This happens on second post back. Why is it happening? My webpage contains 2 dropdowns controls and I save information entered by user in ViewState variable containing array ...
Delete a control from a User control?
MattB -
3 Feb 2006 6:03 PM - 3 messages
I have a user control that gets dynamically added to a page. It has a couple of validators that I programmatically set properties for. All of this works, but my problem is: When not in use, I make validators Visible property = False ...
Calculating the allocation size of an object
Diffident -
3 Feb 2006 6:03 PM - 1 message
Hello All, I just read an article which says that memory allocation is done in segments where each segment is a contiguous block of 64 MB in size. Generally Large objects which are more than 85K in size are allocated in the LOH large object ...
Question on VS IDE's "build" and "Shadow Copies and Restart"
Diffident -
3 Feb 2006 5:45 PM - 1 message
Hello All, I am trying to do a "build" of all files of my web app on my local machine. I know that there is an "aspnet_wp.exe" running forever on my machine and to my knowledge each web app is hosted in its own AppDomain. Now when I do a ...
TreeView with custom HierarchicalDataSourceControl
Eamon Millman -
3 Feb 2006 5:17 PM - 3 messages
Greetings, I'm fairly new to the new ASP.NET 2.0 controls and I'm trying to get the TreeView control to display some non-xml/sitemap data I want to have in a tree format. To accomplish this I have followed the sample code provided on ...
how do I make a Web service proxy understand an HTTP refresh page?
achoo -
3 Feb 2006 5:11 PM - 2 messages
Is it possible to extend a Web service proxy so that it understands an HTTP refresh page? Explanation: * The Web service proxy was autogenerated by Visual Studio .NET 2003 from the Web service's WSDL. It inherits from ...
Exporting Excel Data To SQL 2000 through asp.net
amitshinde02 -
3 Feb 2006 5:05 PM - 3 messages
Hi Experts, I have been struggling on this problem since last one month. I have a huge Excel sheet (Not well formatted) with around 10000 records or more. with around 60 fields. I want to transfer those rows in sql server as it is. The table in SQL ...
Problem with ASP.NET TABLE VIEW STATE
Bhupesh Sharma -
3 Feb 2006 4:42 PM - 1 message
I am having problem with ASP.Net table control. During postback all the table contents is disappearing. View State for this control is Enabled. -JH ...
ASP.NET 2.0 and VS 2003
cnickl -
3 Feb 2006 4:41 PM - 11 messages
Hi, I have a general ASP.NET question. As far as I understand, if I install the Framework 2.0 I also get ASP.NET 2.0. However I don’t want to spent the money to buy VS 2005 right now. Can I write ASP.NET 2.0 Websites in VS 2003? ...
Customvalidator to test file input size
Greg -
3 Feb 2006 4:38 PM - 1 message
I've been struggling to find a way to test file size prior to a user uploading from an .aspx page. I have read hundreds of posts and help documents, but haven't found a solution. I tried to create a custom ...
references in a project
Pierre -
3 Feb 2006 4:13 PM - 4 messages
Hello, I have read somewhere that it is possible to add general reference to a project in VS. But I do not remember this article... I would like avoid adding on each page a "Imports myreference". How to do this ? ...
Program to check whether the Computer is shut down/offline
Stephen -
3 Feb 2006 4:04 PM - 1 message
Hi, I am trying to copy files from one computer to another, the problem I am facing is that the program chokes when the other computer is not available (shut down/off the n/w). is there any way programmatically that i check whether the other computer is ...
Usercontrol derived from Usercontrol - masterpage init is fired tw
Captain Sensible -
3 Feb 2006 3:39 PM - 1 message
Hello! I created a master page and load usercontrols dynmamically during runtime. So far so good. But for getting a unique frame with functionality buttons like Add, save etc. I created a usercontrol "TemplateUserControl" with a table, within this table a placeholder, where I wanna put in another user ...
Why it is always: this.IsPostBack = false?
Andrew -
3 Feb 2006 3:35 PM - 6 messages
Hello, friends, Help please, this has driven me nuts: I am developing the default.aspx page. In this page, we allow a user to type user name/password, and then click on Submit button to login. <form name="form1" onsubmit="return isValidInput()" action="default.aspx" ...
retain application variables on application restart
ChainsawDude -
3 Feb 2006 2:49 PM - 2 messages
I can keep the session variables across application restarts by storing the session state in StateServer (rather than inprocess). However, the application variables are still lost! Please would someone say if they know how to keep application variables intact when the process restarts? ...
ContentType
Henrry Pires -
3 Feb 2006 2:47 PM - 6 messages
Hello to all. I'm trying to diplay word, exel and pdf documentes inside the ie window. To show a pdf file i know that i have to set the property ContentType = "application/pdf". But I was unable to find the value to display exel files. ...
How can I temporarily diable localization...
jojobar -
3 Feb 2006 2:45 PM - 4 messages
Hello, I am trying to localize an existing application (asp.net 2.0). using implicit as well as explicit localization. Asp.net 2.0 uses App_LocalResources folder for implicit localization. When this happens the tag values for Text, ToolTip etc. are not used from the aspx ...
Compiling Web Sites in VS 2005
tdavisjr -
3 Feb 2006 2:24 PM - 2 messages
I don't know if anyone noticed yet; but compiling websites in VS 2005 is a DOG!! It literally takes me like 1-2 mins to build a website or even start it with debugging. Is anyone else having this issue and is ...
New Microsoft IE Add-On - Developer Toolbar
Kevin Spencer -
3 Feb 2006 2:23 PM - 8 messages
For those of you who are concerned about the HTML output in your ASP.Net pages, the following link is to a new tool that you can add on to IE. It is much like the FireFox Web Developer Extension, and adds a number of tools to ...
IIS6 and asp.net application installation
lightningtechie -
3 Feb 2006 2:14 PM - 1 message
We use IIS6 and host multiple sites on one box. When we had IIS5, we could set which site was considered to be the default site which would allow us to control which site the new asp.net application would actually be installed ...
session.lcid not kept across pages in asp.net
ubi_comp -
3 Feb 2006 1:52 PM - 1 message
Hi, I have a windows 2003 server [English] IIS6 machine in development environment. I set Session.Lcid in aspx Page1 and move to aspx Page2 and use Session.Lcid value that I set in the Page1 without any problem. ...
Using Business Component
booner -
3 Feb 2006 1:27 PM - 7 messages
I have a business component I've built in its .vb file. Compiled the .vb file and copied the outputted dll to the bin directory of my virtual directory. Now in my aspx page when I attempt to utilize the business ...
Parsing a label collection problem
Pumkin -
3 Feb 2006 1:12 PM - 3 messages
Hey guys, It appears to be a very simple problem, but I just cannot realize why it is happening. I have a HTMLTable in which I put 10 labels. Now, I'm trying to parse the collection and to put text on labels. ...
Cannot create ASP.Net project in Visual Studio .Net 2003
JonSteng -
3 Feb 2006 1:09 PM - 7 messages
..Net Visual Studio Professional 2003 Version 7.1.3088 ..Net Framework 1.1 SP1 Version 1.1.4322 IIS 5.1 Windows XP Professional SP2 Micron T3000 Laptop (1.5 GHz; 1GB RAM; 40GB HD with 17GB Free) I installed FrontPage server extensions to IIS on my computer while ...
Security exception while opening an OleDBConnection
CyberLotus -
3 Feb 2006 12:30 PM - 4 messages
Hi, I've created a web application and through this I want to import Excel data to database. Following is the code that I've written, ******************************************************************* string fileLocation = txtboxFileName.Text.ToString(); string sheetName = "Import"; string connectionString = @"Provider=Microsoft.Jet.OLEDB.4.0;Data ...
Pulling Files From a Web Site based on the URL path.
washoetech -
3 Feb 2006 12:19 PM - 5 messages
Hello, I have a client that is feeding PDF files to me. They do not want me to link to their files since that can put a strain on their bandwidth. What they asked I do is download the file and store it on my server. ...
Built-in Dev Server in VS2005
Richard -
3 Feb 2006 11:48 AM - 1 message
When I run my web project in VS2005, the built-in development server pops up a bubble on the task bar showing which port is being used. No problem, except that it stays on the task bar even after I stop debugging. I've noticed this ...
directory.creatediretcory - urgent
anand -
3 Feb 2006 11:48 AM - 3 messages
When create a new directory on a remote machine it works when impersonate="true" credential is given . Is there any other method that a proper access can be given to create a directory . iT would be helpful if i get the ...
Virtualize DB content using WebDav
Ricardo Francisco -
3 Feb 2006 11:48 AM - 1 message
Hi, We are developing a Web Groupware application and one of the requisites is that users should be able to create, edit and delete Docs, Xlss, and other office documents without having to download them to the client machine. I was thinking of using a WebDav Server to virtualize my files (witch are in ...
Handling 'Maximun Length Exceed' error in global.asax
YaKs -
3 Feb 2006 11:43 AM - 1 message
Hi, I am trying to handle th HttpException raised when you upload a file too big. I changed the property maxRequestLength and I set it to 10000, but I what to notice the user that the file is too big. ...
Assembly version redirection in web.onfig
Jose Antonio -
3 Feb 2006 11:42 AM - 3 messages
Hi, We have developed an ASP.NET 1.1 application which references strong named assemblies. The assemblies reside in the "bin" folder of the app, not the GAC. We want a way in which whenever we change the version of a strong named ...
CSS and datagrid?
CharlesA -
3 Feb 2006 11:35 AM - 4 messages
Hi folks, I'm using VS 2003 with Framework 1.1 I'm writing an intranet application that makes use of Datagrids I will be creating the columns declaratively (and not using autogenerate) I wish to tie various CSS styles with various columns particularly for ...
DynamicUserControl
prollo -
3 Feb 2006 11:34 AM - 1 message
Hi, have asp.net application with result.aspx page and uc1.ascx(Into uc1.ascx there's dropdownlist with autopostback). I include into result.aspx an usercontrol using this function: Private Sub deserializePage() Dim usercontrol As Control ...
Access session in the calling page from another server
Ben -
3 Feb 2006 11:20 AM - 1 message
If I Redirect from a page in machine A to another page sitting in machine B, is the session in machine A accessable in machine B? Thanks, Ben ...
| |||||||||||||||||||||||