|
.net
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
ASP.NET Developmentmicrosoft.public.dotnet.framework.aspnet
OT: XML file comments are 'NOT' imported by nDoc
Jon Paal -
30 Jul 2005 10:43 PM - 1 message
I am testing vb.Doc to generate documentation for DLL's I can't seem to get nDoc to read and import comments from an XML file. I have the paths to the DLL and XML files correctly entered, and if I remove ...
Inherit DropDown Box
Sehboo -
30 Jul 2005 7:28 PM - 3 messages
Can somebody please tell me how to inherit a DropDown box in asp.net C# - step by step. I just want to inherit DropDown box and then add few more properties and methods - but I just don't know how to inherit and make it appear ...
Q: two questions
JIM.H. -
30 Jul 2005 5:08 PM - 3 messages
Hello, I have to questions about ASP.NET, I heard that APS.NET is platform independent and it can run in any browser. Here are my questions: 1. Doesn’t ASP.Net require .NET framework, if yes how is it not platform ...
how to install a easy disk memory stick
ellisydjogra -
30 Jul 2005 4:29 PM - 3 messages
i have down loaded net framework 1.1 but i still can not get my usb2.0 menory stick to work on my computer? any idea's pls? ...
Adding JavaScript Validation on ASP.NET Textbox
JJ_377@hotmail.com -
30 Jul 2005 3:57 PM - 6 messages
I want a JavaScript validation function to fire on an ASP.NET textbox's change event. Here's what I've been trying and it is not working. The following added in the webform's page load event: txtBirthdate.Attributes.Add("txtBirthdate_TextChanged", ...
User Controls and Postbacks
Roshawn Dawson -
30 Jul 2005 3:26 PM - 3 messages
Hi, If I were to create a web user control (with all its bells & whistles) and add it to a page, is it possible to just postback the web user control instead of the whole page? Thanks, Roshawn ...
asp.net 2.0 type not defined
phil -
30 Jul 2005 1:33 PM - 4 messages
I recently tried converting my asp.net 1.1 app to 2.0 in visual studio 2005 beta 2. I get several "type xxx is not defined" errors. It seems that some of my code file within my web application can no ...
How to add items to a dropdownlist control within a Javascript eventhandler?
Oscar -
30 Jul 2005 1:05 PM - 7 messages
I want to add items to a dropdownlist control within a Javascript eventhandler. This is what I code : var dd = document.getElementById("DropDownList1"); dd.Items.Add("1990"); dd.Items.Add("1991"); dd.Items.Add("1992"); however, it doesn't work. ...
Overriding forms authentication in child folders...
Stu -
30 Jul 2005 11:42 AM - 3 messages
Hi, I have an app which uses form authentication to controll access to all files. How do I allow anonymous access to a specific folder? I have a web.config file in the root of the child folder with this in it - ...
ASP.net table lock upon record insertion
Nestor -
30 Jul 2005 10:18 AM - 5 messages
I'm writing a simple aspx page that allows users to key in some data and submit them into a SQL2k database. I realised that even after that db connection closes and the page unloaded and closed, the table will still be ...
Aligning controls
Douglas Adams -
30 Jul 2005 8:28 AM - 3 messages
Hi, I want to align controls to the center of the screen how can i do this? Would i have to put them in a div and center them up that way ? ...
ASp.NET and Outlook
SomaShekar -
30 Jul 2005 8:24 AM - 3 messages
Hi, I am into developing ASP.NET web application which has Appointment functionality (similar to Outlook). The appointment I do should go to the calendar of outlook for the user I select. Any idea? Code sniplet? Regards, Somashekar ...
Load a URL's execution result
stevag -
30 Jul 2005 7:33 AM - 1 message
Hello, I am developing an application whose main goal is to read from a dynamic ..asp Internet URL. This URL automatically produces an RSS file, which I further want to load into my application so as to manilupate the source ...
Foreign Characters & Web User Controls
tatemononai@gmail.com -
30 Jul 2005 7:05 AM - 1 message
I have an asp.net application that mixes English and Japanese. I can put Japanese and English characters directly on an .aspx page and it works without any problem at all. However, when I try to put Japanese ...
How to record audio from ASP.NET website?
Vihar Patel -
30 Jul 2005 5:56 AM - 3 messages
Hello Group, I want to record audio file using Webpage, I am using ASP.NET (1.1 Framerwork) to develop website. If anyone knows about this, then please let me know, Thanks in Advance, ...
How to sync outlook from ASP.NET
SomaShekar -
30 Jul 2005 4:13 AM - 1 message
Hi groups, I want to know synchronizin my outlook express from my webapplication(asp.net)...any idea ....? code snippet.or articles..?? Soma, BLR ...
TROUBLE UPDATING DataGrid cells back to the database
cwbp17 -
30 Jul 2005 3:27 AM - 1 message
I'm having trouble updating individual datagrid cells. Have two tables car_master (columns include Car_ID, YEAR,VEHICLE) and car_detail (columns include Car_ID,PRICE,MILEAGE,and BODY);both tables have a FK relationship on CAR_ID so the oracledataadapter1 select statement(CommandText) is: ...
Insert a line break in a label control
Mardy -
30 Jul 2005 2:58 AM - 3 messages
Hello In my asp.net application, I'm trying to write a multi-line message to a label server control after a db insert. I'd like to force a line break at a particular point but I can't ...
Session behavior
T Ralya -
30 Jul 2005 1:24 AM - 5 messages
I am told that ASP.NET controls the session ID and session variables, but that does not fit my symptoms. I am posting here as directed. I'm hoping that someone can at least recommend something to try to isolate the problem. ...
Export datagrid to excel
Ed Chiu -
30 Jul 2005 12:09 AM - 2 messages
Hi, I copied the following codes from Internet to export datagrid to Excel, it works with datagrid not supporting sorting or paging. Response.ContentType = "application/vnd.ms-excel" Response.Charset = "" Response.AddHeader("Content-Disposition", "attachment;filename=Statement.xls") Me.EnableViewState = False ...
disappearing cookie
m -
29 Jul 2005 11:16 PM - 5 messages
I have a strange and frustrating problem. page1.aspx asks for a login and goes to itself to validate the login. if it succeeds it creates a cookie for the login and goes to my creditcard form, where the cookie ...
Could not load type asp.net
segue -
29 Jul 2005 10:38 PM - 3 messages
I'm still getting this problem? You wouldn't happen to have a suggestion? Description: An error occurred during the parsing of a resource required to service this request. Please review the following specific parse error details and modify your source file appropriately. ...
Urgent
vinay -
29 Jul 2005 10:02 PM - 1 message
I am suddenly not able to run any old or new projects created Object reference not set to an instance of an object ?? Line 1: <%@ Page Language="vb" AutoEventWireup="false" Codebehind="TestBusinessLayer.aspx.vb" Inherits="Storage30.TestBusinessLayer"%> ...
Subfolder problem in Web Application
Gregor Winstanley -
29 Jul 2005 9:45 PM - 1 message
I have deployed my ASP.NET 2.0 web application to my test server. It works perfectly on the localhost, but when i deploy it, i cannot access any files that are located in subfolders. /webroot all files in here can be accessed fine. ...
xml/sql
Walter Levine -
29 Jul 2005 9:16 PM - 1 message
am using Visual Studio 2003/C# I created a new xml schema/xsd file (Project Create new item->Dataset) I then added Elements to the schema using the designer From the toolbox I then created an instance of my dataset. ...
Datagrid edit - whare are the changed values?
Mori -
29 Jul 2005 9:09 PM - 1 message
I have a datagrid with 3 bound columns, two of them editable. The problem is when in edit mode, I just can't access the values I typed into the 'new' text boxes. Whatever I type in is not available to be used as update parameters ...
Dynamic asp form via cs (c#) code
dpfollmer -
29 Jul 2005 9:03 PM - 4 messages
I am currently designing a ASP.NET form for contacts which displays a picture depending on which contact is being viewed. This code works perfectly thus far, but I want to add an if-case for when the picture ...
check for function return type
WebBuilder451 -
29 Jul 2005 8:39 PM - 5 messages
I have a function that returns a dataset or a boolean depending upon whether a record was found. I can check for the string value of the return type, but i don'r think this is the right way to do it what is the correct method? ...
Help: Problem with ASP.NET 2.0 with VS 2005
sacred_warrior -
29 Jul 2005 8:33 PM - 4 messages
After I saw Scott Guthrie's ASP.NET 2.0 with VS2005 seminar (which I think was great because I got to see all the cool features of VS 2005), I created a website using VS 2005 with option of File System. I used the login controls ...
session record in ASPStateTempSessions remains locked indefinitely
SethHer -
29 Jul 2005 8:29 PM - 2 messages
error: System.Web.HttpException: Exception of type System.Web.HttpException was thrown. ---> System.Web.HttpException: Unable to connect to SQL Server session database. ---> System.Data.SqlClient.SqlException: General network error. Check your network documentation. at System.Data.SqlClient.SqlCommand.ExecuteReader(CommandBehavior ...
Batch e-mail with customized html content in the body generated from asp.net webforms
rgouge -
29 Jul 2005 8:23 PM - 1 message
Would anyone happen to of come across an architecture (or third party console applications) that would allow the emailing of webpages whose output is dynamically generated .. the page itself already exists as an asp.net webform .. database content would customize the output .. perhaps running ...
going from debug to release
zambizzi -
29 Jul 2005 7:51 PM - 2 messages
I've got an asp.net app which has a whole series of class libraries (assemblies)...all of which is currently in debug mode. When I push all this to production, what is the easiest way to go from debug ...
WebControl, to select part of a web-image.
Jurjen de Groot -
29 Jul 2005 7:39 PM - 4 messages
Hi, I'm looking for an ASP.NET web-control in wich I can show a generated image to user, the user should then be able to select part of the image using the mouse (rubberbanding), a postback should result from this action returning ...
Need a suggestion. User control or Web Form?
Hugo Flores -
29 Jul 2005 6:58 PM - 2 messages
Hi, The system that I'm building has some conditions, which will tell me which page to show at that time. My first thought was to have a table of controls in my DB, which will have a column for the path of a control. This way, a web form would ...
Encrypting Config File...some problems though
xanthviper -
29 Jul 2005 6:47 PM - 1 message
Hi there, I am working on encrypting my configuration strings withing my web.config file. I am working in VS 2005 using .NET 2.0 with just a C# asp.net web site. I have been following this HELP link: ...
LOOP THREW A REPEATER CONTROL
Dave -
29 Jul 2005 6:40 PM - 2 messages
I have a button in the same page as the repeter control, so when I click that I need to loop threw the repeater and get the value of each textbox and id Dave ...
best way to do hit counter?
dee -
29 Jul 2005 6:31 PM - 1 message
Hi, I like to add a global hit counter persistant across startups. I also to keep brower types to run statiscs. What is the best way to do this? Thanks Dee ...
DropDownList in DataGrid
CsaaGuy -
29 Jul 2005 6:23 PM - 4 messages
Hi, I have a datagrid and each column i have a dropdownlist. I am populalting these dropdownlists in the itembound event. This part is working fine. However, when i press the update link, and use the arg e like this: CType(e.Item.Cells.Item(3).Controls(1), ...
sending a structural email using ASP
Rani -
29 Jul 2005 6:11 PM - 7 messages
hi guys I need to send an email from a form the form is collecting data from a user and then submits it to us. I would like the email to appear in the following format Name: Email: Etc. all I was able to do so far is: ...
How To Parse HTML Page in ASPX Page
Axel Dahmen -
29 Jul 2005 5:48 PM - 4 messages
Hi, in order to add user dependant style sheets to my HTML pages I'd like to create an ASPX wrapper page which reads an HTML page, adds a currently selected style sheet and then outputs the rest of the page. ...
ASP.net (C#) App Hangs Internet Explorer Multi-Frames
Eric Seneca -
29 Jul 2005 5:44 PM - 1 message
Hello, I have a problem I have been dealing with where a C# application I wrote has 5 frames on one page. When you open the information for this page containing these frames Internet Explorer seems to freeze up. Strange ...
asp.net
petro -
29 Jul 2005 5:40 PM - 5 messages
When I try to begin a new asp.net web application I get the following error: visual studio .net cannot create or open the application because no web server was detected at this URL: "http://localhost/WebApplication1". Make sure the Web servier is installed and running. ...
Datagrid, posted data, and viewstate size
rgouge -
29 Jul 2005 4:39 PM - 1 message
I have a datagrid on a page .. which can be very large .. a couple of hundred rows and 20 columns. Some of the columns are custom templates allowing the user to enter in text or select a checkbox .. since there are ...
Problem with detecting cookie
Joe -
29 Jul 2005 4:36 PM - 5 messages
Hi, I have a asp.net page that checks if any one of the two cookies exists. If none of the cookies exist then redirect the user to login page. Cookie “try†doesn’t exists. I can see that cookie “mode†exist, but for ...
How to write TypeConvert
Shimon Sim -
29 Jul 2005 4:26 PM - 7 messages
I am writing a control and need to introduce custom nested property. I need it to look exactly as XXXStyle properties for DataGrid. I starting looking into TypeConverters and it seems that I need to override ConvertTo and ConvertFrom methods. All the examples I saw show some custom ...
CustomValidator for Radio Button
Ricky Williams -
29 Jul 2005 3:33 PM - 2 messages
I have a CustomValidator for a Radio Button that works fine with IE, but doesn't trigger with Firefox or Netscape. I have been stuck on this one for 3 weeks; any suggestions greatly appreciated. Thanks! <script language="javascript"> ...
C# Function - how to use in both aspx page and ascx user control
Matt Jensen -
29 Jul 2005 2:48 PM - 4 messages
Howdy I've got a function that I want to be able to be used by both my .aspx page and by my user control which is stored in a ascx file. how do I do this? Public function in a .cs file included in the .aspx page? ...
why Session.Abandon() does not reduce memory use?
Ricardo Q.G. -
29 Jul 2005 2:46 PM - 4 messages
in production environment we started to have a memory consumption problem at "asp.net wp". after a hard work we have discovered that Session.Abandon() does not reduce references to objects added to the session and not reduce memory use. ...
Problems with panels and Postback (ASP.Net)
ASP.Net Event not firing -
29 Jul 2005 2:38 PM - 3 messages
Hi, I would like to use Panels in my ASP.Net code. It works OK if I put static controls on it but if I have a drop down list or a listbox control that need to have 'EnablePostBack' = true then the SelectedIndexChanged event does not ...
Cookieless and web applications?
Ily -
29 Jul 2005 2:35 PM - 3 messages
What are the issues that need to tbe taken in to donnsideration for cookieless sessions for a web application? ...
2.0, sql2005 vs2005 question
WebBuilder451 -
29 Jul 2005 1:23 PM - 3 messages
I'd like to know if anyone here is using the betas in a light production environment and how usable thay are. Also if anyone is using 2.0 and sql2000. thanks kes ...
Running console application as hidden
Mahesh Nimbalkar -
29 Jul 2005 1:05 PM - 3 messages
For a few reasons I can not use windows services in my application to be run as scheduled job So I am using console application which will be executed by windows scheduler. I want this console application to be run as hidden. Any idea how to do this? ...
Converting JPG to SWF
UJ -
29 Jul 2005 1:04 PM - 6 messages
Anybody know of a way to do this? The problem I'm trying to solve is that I need to be able to have the JPG resized dynamically dependent on how big the window is. TIA - J. ...
RegisterStartupScript isn't working
Jaime Stuardo -
29 Jul 2005 12:46 PM - 2 messages
Hi all... I have an ASPX page that is part of a frameset whose Page_Load method contains this simple code: When I debug, I can realize that script is registered (by using IsStartupScriptRegistered method) but it isn't sent to the browser. ...
Getting value from a control in header templete?
basulasz -
29 Jul 2005 12:22 PM - 2 messages
I want to get the selected value of a DropDownList which is in a Header Templete of a templete column. I want to get it in an arbitrary location of the code, i mean not from "DataGrid2_ItemDataBound" event. So, i need ...
Q: calendar pop-up
JIM.H. -
29 Jul 2005 12:03 PM - 2 messages
Hello, How can I implement a calendar pop-up in my C# code? Thanks, ...
Cookies C#
Matt Jensen -
29 Jul 2005 12:01 PM - 4 messages
Howdy I'm using these two functions I got off the web for cookies, but with a problem: public bool SetCookie(string cookiename, string cookievalue ,int iDaysToExpire) { try{ HttpCookie objCookie = new HttpCookie(cookiename); Response.Cookies.Clear(); Response.Cookies.Add(objCookie); ...
Force save to file
Jon -
29 Jul 2005 11:58 AM - 3 messages
I have the following functionality in my program when someone clicks on a link, it brings up a page with an excel doc in it. I would however, like it to force the save file dialog all the time, not open in the browser if excel ...
How to change color of arrow in drop down list
kurt sune -
29 Jul 2005 11:43 AM - 2 messages
I have searched for two days now. No luck. Is it possible to change the color of the arrow and the area qround the arrow in a drop down list? If yes, how? /k ...
How can I add an event to a control in a templete column?
basulasz -
29 Jul 2005 11:08 AM - 3 messages
I have a templete column, and a DropDownList in header templete. I want to add a SelectedIndexChanged event to that DropDownList. But I couldn't. How can I do that? Thanks... ...
Unable to view ASP .NET page due to proxy server and firewall
NG WEI CHUNG -
29 Jul 2005 11:04 AM - 3 messages
Hi, Some of my clients site is unable to view the ASP .NET page due to the proxy server and firewall or perhaps IE setting etc, I m not sure what is the actual cause of the problem, it display "Page Not found" or "Action Canceled" ...
Response.Redirect and Apache Forward
Lionel -
29 Jul 2005 10:46 AM - 2 messages
Hi, I've a VB .Net web app (for example foo) on an internal server. In the intranet we can access this application like this : http://myserver/foo/index.aspx. Now we want to make this application available on the Internet. We 've ...
Code changes ignored
Waldy -
29 Jul 2005 10:21 AM - 4 messages
Hi there, a customer has an .ASP .Net application that I have written for them. They recently requested a minor change to a SQL statement that ...
Output Caching
Rob Amos -
29 Jul 2005 10:14 AM - 3 messages
Hi, I've read that asp.net output caching does not work in a multiple-server environment, can anyone explain why not? Thanks, Rob ...
Executing tasks at regular intervals on my ASP.NET 2.0 application
Peter Strøiman -
29 Jul 2005 10:14 AM - 4 messages
Hi. I have a web application that needs to run tasks at regular intervals. E.g. it must send out emails every night to people who subscribe to that service. I have come up with one solution, to add a System.Timers.Timer component to ...
RE: How do I bind to a dropdownlist as well as put my own line in?
Samba -
29 Jul 2005 9:29 AM - 1 message
Please try this: private void BindDD() { ddlHotels.Items.Clear(); ddlHotels.DataSource = dsMyDataset; ddlHotels.DataMember = "TableNameInDataset"; ddlHotels.DataTextField = "TheFieldInTheTableToAppearInDD"; ddlHotels.DataValueField = "TheFieldInTheTableToBecomeValueInDD"; ddlHotels.Items.Insert(0, "MyCustomText"); ...
Loading a control from it's type
questions -
29 Jul 2005 8:05 AM - 2 messages
Can anyone offer any advice or point me in a direction of help. I would like to be able to load a give webcontrol, say a TextBox from it's type (which would be stored in either XML or SQL). ...
Help with CheckBoxlist!
Patrick.O.Ige -
29 Jul 2005 7:08 AM - 3 messages
I have a Checkboxlist that is databinded and i want to pass it a boolean value from a table because i want to display the checked values if its TRUE. When Databinding my checkboxlist i'm not passing the column name with the ...
dim H43 as string
ae -
29 Jul 2005 6:26 AM - 3 messages
what's the best way to Dim an array? I have: Dim H43j as string Dim H44j as string thru Dim H100j as string ...
where to find asp.net begainer new group ? say
Mitendrasinh -
29 Jul 2005 6:26 AM - 3 messages
hello friend can any body provide me info where to ge news grop for the asp.net begainer ?? Mit ...
Sending Email from web page-send.objmm error
Mitendrasinh -
29 Jul 2005 6:24 AM - 1 message
when icomile the code th folowing error come .I have downloaded the code from [link] .and run it but it give me followin error . ****************************************************** The "SendUsing" configuration value is invalid. Description: An unhandled exception occurred during the execution of ...
Detecting Script enabled or not in Client Browsers
Samba -
29 Jul 2005 6:20 AM - 5 messages
Hi, I'm having a very genuine problem: I'm developing an ASP.NET web application. Since I'm using a lot of Javascripts in my pages, I want to ensure that my clients do not disable Script in settings. If they do so, I ...
Button Problems with Page_Load
tatemononai@gmail.com -
29 Jul 2005 6:06 AM - 2 messages
How do you check to see what button was pressed inside the Page_Load function? I've got some code in the Page_Load function that needs to run whenever a button IS NOT pressed on the web form. But when a button is pressed, ...
Update Control Size!
Adam Knight -
29 Jul 2005 3:36 AM - 1 message
Hi all, Is there a way i can limit the size of the edit text controls displayed when editing in a datagrid? Cheers, Adam ...
Problem with OleDBCommand Update
Mark Sandfox -
29 Jul 2005 1:49 AM - 1 message
The following code does nothing (not even give an error). The record remains the same. Sub Save_The_Buzz(Sender as Object, E as EventArgs) Dim cnTheBuzz as OleDbConnection Dim strUpdate as string Dim cmdUpdate as OleDbCommand cnTheBuzz = New OleDbConnection("Provider=Microsoft.Jet.OLEDB.4.0; Data ...
RE: HELP!! Win 2003 datetime format
Sandy -
29 Jul 2005 1:36 AM - 1 message
I am answering this question myself in case anyone else runs into this problem. Dave from my service provider finally was the one who solved it. I did not realize my host was international. I therefore had to put ...
Custom Server Control Can't read design time property
Shimon Sim -
29 Jul 2005 1:25 AM - 8 messages
I have a custom composite control I have following property [Browsable(true)] [Category("Appearance")] [Editor(typeof(System.Web.UI.Design.ImageUrlEditor), typeof(UITypeEditor))] [DefaultValue("")] public string MiddleImageUrl { get { if(ViewState["MiddleImageUrl"]!=null) return ViewState["MiddleImageUrl"].ToString(); else return null } set ...
session sharing from ASP to ASP.NET
abcd -
28 Jul 2005 11:37 PM - 5 messages
I have an ASP application. It instantiaties some COM components and we put those COM components in Session variables...COM components have license restrictions...We have written new ASPX page ( for better GUI and faster development) and we will be using that ASPX page along with our ASP ...
WebRequest - What are these statements doing?
Dave56 -
28 Jul 2005 11:19 PM - 2 messages
I have an asp.net web service that is posting data to another web server. My code (somewhat simplified) looks like this: 'Convert string to byte array Dim bodyBytes() As Byte = encoding.GetBytes(myString) ...
postback error
DC Gringo -
28 Jul 2005 10:44 PM - 1 message
I am getting a error upon attempting a postback that causes a redirection of the browser from [link] to [link] My Try Catch block with exception handler doesn't come up with anything. ...
Wiki for asp.net
Anders K. Jacobsen [DK] -
28 Jul 2005 10:38 PM - 2 messages
Anyone know of a decent asp.net wiki implementation? Those i have seen (actually only one SushiWiki) is not something to get excides about. Can somenoe point me in the right direction? We are going to create en online documentation project (wikimedia looked ...
US MAP\Hotspot Component
gh -
28 Jul 2005 10:36 PM - 1 message
Is there a .net component for dynamically creating the hotspots for cities in a state? I have a query that that will return a result set of cities, I want to enable a hotspot for. They are changing daily. ...
page or parent properties are null in server control
TS -
28 Jul 2005 10:13 PM - 5 messages
When i try to access the page class or parent properties inside a server control that is nested in another server control, they are null. I don't even call CreateChildControls for the parent control until its pre-render event, so i know the parent control is on the page. ...
Callbacks and FireFox browser
Diffident -
28 Jul 2005 10:01 PM - 1 message
Guys, I am trying to embed "call back" mechanism into a textbox. Everything seems to be working fine with IE browsers but when it comes to FireFox browser there is an interesting behavior. For FireFox browser, it works fine on my local machine but when I deploy it ...
ASP.NET version 2.0, quick questions
Mark -
28 Jul 2005 9:50 PM - 4 messages
Hi all, I am going to be building a huge application in the coming year and I am trying to decide whether I should go with framework 2.0 or stick with 1.1. So, first off, what are the server requirements for hosting ASP.NET 2.0 ...
ThreadAbortException and what to do
Antonio -
28 Jul 2005 9:22 PM - 3 messages
Hi, i have in a block of code a Response.End which throws a threadabortexception. Here is what happens- a user selects from a drop down list a item and the selectedindexchanged event starts a process and during that process ...
Cached object concurrency
olduncleamos -
28 Jul 2005 9:18 PM - 2 messages
Hi all, I have an object that its sole function is to operate on other objects stored in the session. It maintains some non-volatile data that are to be shared by all clients. If I put this object into the cache, would method calls from different ...
Can't Loop Page.Controls
Rodusa -
28 Jul 2005 9:13 PM - 8 messages
I am trying to loop all controls in a form with no success. For example, Let's say we place three TextBoxes in the form and we use the code below: foreach (Control c in Page.Controls) ...
How do I align the contents of a DataList cell?
Alan Silver -
28 Jul 2005 8:15 PM - 1 message
Hello, I'm sure this is obvious, but it's driving me mad!! I have a DataList, and I want to have the contents of each cell centred and vertically aligned to the bottom of the cell. I have tried all sorts of things and ...
Bug in Asp.Net 2.0 ?
MNA -
28 Jul 2005 8:04 PM - 3 messages
I hope somebody will reply and guide me as I am stuck. I have a class which inherits from "System.Web.UI.WebControls.LabÂel" class. I have added that class in a Web User Control. Now in design mode of that ...
javascript multiplicacion incorrecta
Oscarin -
28 Jul 2005 7:48 PM - 1 message
Buenas a todos.. una consulta tengo una aplicacion en asp.net y un funcion en javascript me lee dos text y los multiplica. Ambos text ya estan validados que ingresen solo numeros enteros o con decimal y con punto como separador de decimales.. pero cuando ...
Image in datagrid not refreshing
kaczmar2 -
28 Jul 2005 7:21 PM - 2 messages
I have an image in a in one column of my datagrid, along with other data. During the edit, a file control is loaded so the user can edit data and specify a new image, if needed. Everything works just fine, ...
Composite Web Control - RegisterClientScriptBlock Not Written
Simon Harris -
28 Jul 2005 7:17 PM - 2 messages
Hi All, I'm trying to write a composite web control which will render a rich text editor. I am having problems with RegisterClientScriptBlock - The script simply doesnt get written. There are no errors compiling the code. Strangly, if I ...
datagrid property builder
rodchar -
28 Jul 2005 7:06 PM - 3 messages
hey all, using the Hyperlink Column in the datagrid property builder is there a way to pass a value from the code-behind to the next aspx page? thanks, rodchar ...
HELP: Custom Validator won't fire
Ben -
28 Jul 2005 7:01 PM - 1 message
i'm having trouble getting a custom validator to fire on one of my webforms. i dragged a custom validator onto the form, left all the properties on default, double clicked it, and typed this in the handler: private void CustomValidator1_ServerValidate(object source, ...
using navigation controls for multi-level static menus
Darren Carter -
28 Jul 2005 6:49 PM - 1 message
I am trying to figure out how to create a static menu on a master page that has the top level navigation in a horizontal layout, and the corresponding second level of navigation on another horizontal line beneath it. When a top ...
Error looking up webservice, in the test mode
Nalaka -
28 Jul 2005 6:41 PM - 2 messages
Hi, I am testing with Visual studio 2005, web projects. Situation: I have one solution with two web projects, created as file system projects. (I am tesing using the built in server, not IIS) First project is a webService. Second consumes the webservices by the first. ...
Keep a Popup window open
Angel -
28 Jul 2005 6:16 PM - 6 messages
I created a popup window using createPopup method. Is there anyway to keep the popup open until the user clicks a button within the popup to close the popup window. Right now the popup window will close if I click outside the ...
Securing Code On My Laptop
Brian Russell -
28 Jul 2005 5:55 PM - 10 messages
I develop Web applications locally on my Windows XP (SP1) laptop using Visual Studio. My company is concerned about security, especially if the laptop is compromised, so I should either encrypt all files on my computer using the Encrypting File System (EFS) or I should get the ...
mail problem
nicholas -
28 Jul 2005 5:47 PM - 3 messages
when I send a mail through the webpage the mail is sent twice to the "to" address an not once to the "to" address and once to the "bcc" address. Any help appreciated, Nic here's my code: Sub send_email_confirmation () ...
Loading usercontrols, viewstate problem, slighly different from all others "viewstate uc problems" p
How do I ensure that I always get the Page_Load event (but not have to reload images from the server
Next »
|
|||||||||||||||||||||||