|
.net
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
ASP.NET Developmentmicrosoft.public.dotnet.framework.aspnet
Clicking Refresh Button Resubmits Form
Nathan Sokalski -
17 Sep 2005 9:44 PM - 9 messages
I have a form that submits data to a database. If I click the browser's refresh button after submitting the form once, the form is submitted a second time. How can I avoid this problem? Thanks. ...
Sending an xml file in HttpWebRequest
Roshawn Dawson -
17 Sep 2005 9:36 PM - 3 messages
Hi, I'm attempting something new, so please here me out. I need to send an xml file in my HttpWebRequest object. IOW, I need to post some xml data to a specified URI. (FYI, this xml is composed using the StringBuilder object.) After reading the docs, ...
Collecting form data when there is not a submit button
antonyliu2002 -
17 Sep 2005 8:23 PM - 6 messages
I have 4 forms each on a separate page respectively form1.aspx, form2.aspx, form3.aspx, form4.aspx. On top of each of the four pages there are 4 links which link to the aforementioned 4 pages like this: Form1 Form2 Form3 Form4 ...
Schema for IE6
Nathan Sokalski -
17 Sep 2005 4:33 PM - 1 message
Is there a schema available for Internet Explorer 6.0? I have noticed that the latest browser schema in Visual Studio .NET 2003 is for IE5, but how many people still use IE5 anymore (most people that are not using IE6 are ...
excel problem in asp.net
jack -
17 Sep 2005 4:13 PM - 9 messages
Access is denied. Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code. Exception Details: System.UnauthorizedAccessException: Access is denied. ...
ASP.NET & ASP3.0 on Apache
Neven Klofutar -
17 Sep 2005 3:55 PM - 2 messages
Hi, Is it possible to run ASP.NET and ASP 3.0 on Apache server ? I heard that ADO (ASP 3.0) somponentes are restricted to Win platform. thanx, Neven ...
the simplest possible datagrid
Fred -
17 Sep 2005 3:31 PM - 2 messages
i just need the datagrid to appear on the page can i bind it say to an array thanks ...
2.0: Anybody Repair The Broken MSDN Code Examples?
clintonG -
17 Sep 2005 3:09 PM - 6 messages
Neither MSDN code examples [1] nor [2] will function. Has anybody figured out how to use the 2.0 classes, methods and properties to dynamically create HTML in the HTML <head> element? I've burned through everything I could find using google. ...
Deployment: ASP.NET application with Web Service
Sachin -
17 Sep 2005 2:31 PM - 2 messages
Hi All, I my dev. env I got, ASP.NET Web Service, Virtual Directory: X ASP.NET App, Virtual Directory: Y ...
regular expression validator, get rid of unwanted characters
Steve -
17 Sep 2005 2:03 PM - 8 messages
Hi I have a regular expression validator for my username field which just allows 3 to 30 characters without spaces to be inputted by the user. ^\S{3,30}$ How can I add to this expression not to allow characters such as ...
Datagrid Spans Multiple Pages - Need to Print
Jay -
17 Sep 2005 1:29 PM - 6 messages
In an ASP.NET page I have a fairly lengthy datagrid that I need to print. Problem is that when I print sometimes the last row on that page gets cut half way through. Is there a way to print a datagrid that spans multiple ...
Data Access Application Block
Alphonse Giambrone -
17 Sep 2005 12:28 PM - 3 messages
I just downloaded the new MS Paterns & Practices Enterprise Library to use the Data Access Application Block in a web app. Am I missing something, or can the connection string only be set in the dataconfiguration.config file?? For one thing I would like to encrypt the string as MS has always ...
Question about Session variable and access to it
Fabrice -
17 Sep 2005 11:18 AM - 5 messages
Hi, Is there a way for reading data in different session variables. These variables belong to a specific user, and i know his SessionID. Act as a "super"-user or administrator and to be abble to access at all session variables. Is it possible ? ...
asp.net web matrix
Kenneth Windish -
17 Sep 2005 9:50 AM - 14 messages
Hi, I wrote a simple web application using web matrix. When I run it on my local computer all works fine, but when I run it on hosting site all hyperlinks are not working and just postback to the original page. I have rechecked the ...
Reload after submit
MaryA -
17 Sep 2005 9:32 AM - 2 messages
Here is my problem : I have a frameset and in one of the frames i have an aspx page in that page and on click of the save button i am doing some validation using javascript also on the same button i have a vbscript that saves the ...
Aliased column in stored procedure not seen by datagrid
.Net Sports -
16 Sep 2005 11:46 PM - 2 messages
i have an aliased column in an sql statement that works fine when displaying its output in a datagrid, but when I transfer the sql statement into a stored procedure , the datagrid can't see it. I get an error "{"DataBinder.Eval: 'System.Data.DataRowView' does not contain a ...
HTTPWebRequest Date Header
Mike Koerner -
16 Sep 2005 10:58 PM - 7 messages
Hi, I am having problems setting the HttpWebRequest Date header. I understand that it is a restricted header and I do receive the "This header must be modified with the appropriate property." Is there a way to make sure that the date header is sent over or a way to work around ...
how to force download
greg -
16 Sep 2005 10:57 PM - 2 messages
Hi I have a link on a page that points to a file inside the site that I want to be downloaded loke in page_load I write linkFile.NavigateUrl = Request.ApplicationPath + "/somepath/file.iif"; This file is a text file so when user clicks onthat link it displays in the ...
NTFS / File Access Question
Zach -
16 Sep 2005 10:29 PM - 8 messages
The formatting system of my HD is NTFS. When I right click on a file in Windows Explorer, I get a Properties Window with only two tabs: "General" and "Summary". I don't get a Security Tab, allowing me to ...
DataAdapter
Stephen Noronha -
16 Sep 2005 10:27 PM - 4 messages
I have a question, please correct me if I am wrong. I am assuming that a dataadapter establishes a connection and after filling the dataset or datatable or whatever, will close the connection to the DB right??? If yes, is there any reason that the connection get disconnected/timeout ...
Visual Studio keeps removing my closing </li> tags
Nathan Sokalski -
16 Sep 2005 9:37 PM - 3 messages
I have a section in my ASP.NET code where I have an HTML unordered list. Visual Studio keeps removing the closing list item tags, except for the last list item. In other words, Visual Studio makes my code look like the ...
Best Way to Maintain User Security Token Across Multiple Servers?
Larry Page -
16 Sep 2005 9:21 PM - 2 messages
What started off as a request for a Single Sign On solution is grown to the point where I need to make some long term design decisions and I'm hoping to get some input on how others are handling the same issues. I've spent the ...
esitmate for dataset weight
rodchar -
16 Sep 2005 9:06 PM - 6 messages
hey all, how many records is considered a lot to hold in a dataset? thanks, rodchar ...
SqlException: Timeout expired
Stephen Noronha -
16 Sep 2005 8:51 PM - 5 messages
Hi, I have an unusual error, "System.Data.SqlClient.SqlException: Timeout expired. The timeout period elapsed prior to completion of the operation or the server is not responding......and so on " I have never seen such an error. Yes, i do agree that the SP takes anywhere b/w 2-5 min to return data and i ...
Browser not requested to authenticate if Site is Trusted
Larry Page -
16 Sep 2005 8:22 PM - 2 messages
OK, I've searched and I'm stumped. Many of or intranet users have configured our portal as a 'trusted site' in their browsers. This keeps them from getting prompted to logon when accessing pages while at the ...
Databind DataList Display Problem
mkd1919 -
16 Sep 2005 8:09 PM - 1 message
I have a website that performs a search on an indexing service and returns the results. During the initial load, I get the recordcount through a DS, then bind a DataList using a second DS with page count of 20. ...
Initialize not being called
bryan -
16 Sep 2005 8:05 PM - 9 messages
I'm using the UIP App block and I have overridden the Initialize method, but my override never gets called. Here's the code: public override void Initialize(TaskArgumentsHolder args, ViewSettings settings) { base.Initialize (args, settings); ...
Dynamically Add and Position Web Controls
Landley -
16 Sep 2005 7:25 PM - 4 messages
Hi, Has anyone got some sample code to add web controls and position them on a web page? Cheers, Landers ...
debugging asp.net commerce site with ssl and certificate authentic
Alien2_51 -
16 Sep 2005 7:02 PM - 2 messages
I have a commerce server application that's accessible from our internal users via integrated security and accessible to external users via certificate and ssl. I have a problem that's only occuring only when the user is authenticated using the certificate. I want to run the application debug ...
IIS6 not logging Authenticated Usernames
Joe -
16 Sep 2005 6:53 PM - 2 messages
Hi, A part of our ASP website is password protected. People need to create accounts in order to gain access to the secured website. The username is email. After the user logs in a session cookie is created. On each secured ...
Server error with Emailing
Elmo Watson -
16 Sep 2005 6:41 PM - 4 messages
I have a script I ran against a database table of emails - - sendning emails out to all who signed up - - However, I got the following error, running the script: The server rejected one or more recipient addresses. The server response ...
Cookies:Sites which always work
Logician -
16 Sep 2005 6:25 PM - 3 messages
Objective To build a site which works with ALL client systems, eg firewalls, disabled cookies, etc Current Site Works with HTTP cookies and when I try and convert to Session Ids and cookieless "cookies" for a browser with disabled cookies it fails when ...
Atlas
toddsecondary -
16 Sep 2005 6:12 PM - 2 messages
Has anyone been playing around with the Atlas bits released this week at the PDC? Todd ...
Passing BEC through Web Services
Alfredo Barrientos -
16 Sep 2005 6:03 PM - 1 message
Hi, Is it possible to pass Business Entity Components through Web Services? Thanks, Alfredo Barrientos ...
custom container controls that work at design-time?
PJ6 -
16 Sep 2005 5:50 PM - 2 messages
I have a simple container that I want to be able to use at design-time - as in, be able to drag a control into it and drop it in. I already went through of some problems in WinForms that this kind of functionality presents, so I ...
Regex help needed
Alvin Bruney - ASP.NET MVP -
16 Sep 2005 5:00 PM - 3 messages
I need help with a regular expressions the expression should match anything before a /graph? 1114035564 10.30.1.130 78723 220.99 202.61 200 1927262 0 - /graph?some_stuff_goes_here 1114035564 10.30.1.130 78723 220.99 202.61 200 1927262 0 - should be a ...
Microsoft's new "Expressions" product?
John Dalberg -
16 Sep 2005 4:49 PM - 3 messages
How does this product fit in the scheme of developing ASP.NET 2.0 websites? Does it compliment Visual Web Developer 2005 Express? Expected release time frame? [link] ...
Error message
Chris Davoli -
16 Sep 2005 4:45 PM - 2 messages
I bring up a .Net application in Visual Studio.Net and I get the following message: Visual Studio.Net has detected that the specified web server is nor running ASP.Net version 1.1. You will be unable to run ASP.NET web applications or ...
IIS6 and Windows Authentication
Sam -
16 Sep 2005 4:43 PM - 2 messages
We have a small ASP.Net app that serves only a specific department. We would like to use windows authentication and only allow the dept folks access the web app. Use IIS6, Windows 2003, a member server of AD domain. Now, we dont want to ...
Transfer of variable between webapps....
aure_bobo -
16 Sep 2005 4:34 PM - 1 message
Hi all, I'm currently developing a system with several webapps in ASP.NET/C#. One of my website is used to login user : I will call this website Webapp1. Depending on the user attributes, I will send the user to an another ...
Single Sign On - Transfer of credential between webapps....
aure_bobo -
16 Sep 2005 4:33 PM - 6 messages
Hi all, I'm currently developing a system with several webapps in ASP.NET/C#. One of my website is used to login user : I will call this website Webapp1. Depending on the user attributes, I will send the user to an another ...
IIS question
Roy -
16 Sep 2005 4:30 PM - 4 messages
Hi all, Is it possible to create a .NET Web application from a machine that doesn't have IIS installed and reference another IIS? Thanks in advance, Roy ...
Export Datagrid to text file for froogle feed
footballhead -
16 Sep 2005 3:24 PM - 3 messages
I have a page with a datagrid that I have configured with all the information I need to provide to froogle for listing my products on their site. I am having trouble finding a way to successfully save the data in this datagrid as a text file. ...
Cookies
Mr Newbie -
16 Sep 2005 3:16 PM - 6 messages
I am having trouble writing cookies despite adding the cookie to the Response.Cookeies collection. The Request.Browser.Cookies returns TRUE so I know the browser is storing cookies and I can even see like Google cookies in Documents and Settings/MyName/Cookies however there is never a cookie ...
is this redundant...
rodchar -
16 Sep 2005 3:13 PM - 4 messages
hey all, Private Property mEmployeeDataset() As DsHRLIBR24 Get Return DirectCast(Session("oDs"), DsHRLIBR24) End Get ...
How to embed a Datagrid within an IFRAME???
Romantschik -
16 Sep 2005 3:03 PM - 3 messages
Hi guys, i searched the web for a tutorial of embedding a datagrid control within an iframe. But I didn't find any tutorials. Can somebody help me or give me some short code. Programming language is C#. Any suggestions for me? ...
Enumerate Argument List
tricky one -
16 Sep 2005 3:01 PM - 3 messages
Anyone know of a way to enumerate the argument list of a function in VB.NET. For example I have a Function add_user (u_id AS INT, u_first_name AS VARCHAR(50), u_last_name AS VARCHAR(50)). I want to be able to do something like this: ...
ShowmodalDialog
news.planet.nl -
16 Sep 2005 2:59 PM - 1 message
Hi, We're developing a webapplication and for looking up values from long lists, we use showmodaldialog thourgh javascript to open a dialog, which shows a list of items the user can select. Using javascript we then fill in the ...
Asp.Net 2.0 Question.
Shapper -
16 Sep 2005 2:23 PM - 3 messages
Hello, I have been working with Asp.Net 1.1 and VB.Net. In Asp.Net 2.0 will both VB.Net and C# be available? What are the advantages and disadvantages of VB.Net and C#? Should I keep working with VB.Net or change to C#? ...
Include files
Ramon Rocha -
16 Sep 2005 2:05 PM - 3 messages
Dear friends, How do I do to includes files .aspx in ASP.NET pages <script></script>? Ex: config.aspx ------------ Dim strLanguage as string strLanguage = "en-US" home.aspx ----------- <script runat="server"> Sub Page_Load(... ...
best way to do this...
rodchar -
16 Sep 2005 1:44 PM - 1 message
hey all, what is the best way to get data that is in a datagrid viewstate back into the table it came from? thanks, rodchar ...
Freetextbox and Forms Authentication
hans.bonefaas -
16 Sep 2005 1:41 PM - 1 message
Hi, Anybody experience with Freetextbox and Forms Authentication? My Freetextbox works when I add the following to the web.config file: <pages pageBaseType="System.Web.UI.Page" /> <httpModules> <clear /> </httpModules> <httpHandlers> ...
multirecord grid cells - how??
drdave -
16 Sep 2005 1:01 PM - 5 messages
I need to output my data in a grid fashion but some of the cells will have more than 1 record, I have been wrestling with the best solution for this. I need data in this fashion: rowheader col1 col2 col3 col4 ...
Loading an aspx page in a fram from another aspx page
RML -
16 Sep 2005 12:41 PM - 2 messages
Hi All, I have a web application who's index.htm page is a frameset containing 2 frames (Frame1 & Frame2). I have each frames SRC property set to an aspx page. I would like to re-load the aspx page in Frame1 when a button is ...
getting data from sqldatasource (newbie)
Not Me -
16 Sep 2005 12:30 PM - 1 message
Hi, I'm using the beta of VS2005. I'm finding it simple enough to use an sqldatasource to fetch data, and it's also easy to display that through a gridview/datalist etc. I wish to just display the data in a couple of seperate labels. Is this ...
Visio vs DotNet
Srikanth Yellapragada -
16 Sep 2005 11:54 AM - 3 messages
Hi all, Is there any way to get class structures defined in Visio into the dotnet through some option of import?? thanks Sri ...
asp.net 2.0 Menu control
flupke -
16 Sep 2005 11:37 AM - 1 message
Is there a way upon selecting an item in an dynamic itemtemplate to leave the menu open instead of closing it after selection ? Best Regards, Filip. ...
Help validating in business logic layer
Steve -
16 Sep 2005 11:19 AM - 1 message
I have created a tableadaptor in VWD called "MemberUsernameTableAdaptor" with a "GetUsername()" method. The method requires the @username parameter and will then try matching it up in the username field of a table. As the usernames are all unique, if the username exists a 1 row dataset will be returned, if not ...
Reapeter and DAtaList
serge calderara -
16 Sep 2005 11:14 AM - 6 messages
Dear all, I try to understand how this Repeater and DatalIst works but sounds really confusing. Why if I do the following code I have a completly balnk page, not data gets display and even no eror ? OleDbDataAdapter1.Fill(ds) ...
Microsoft FingerPrint Reader
Javier Camacho -
16 Sep 2005 10:47 AM - 4 messages
Hi , We want to deploy a Microsoft Fingerprint solution in order to authenticate our ASP.NET applications. I want to know if exists a SDK to Microsoft FingerPrint Reader or if We have to use the Fingerprinter manager supplies by Microsoft. ...
share session between more than one web application
Ahmed -
16 Sep 2005 10:40 AM - 3 messages
Dear All, I have three web applications that I want to provide one single web interface to all of them. If I am able to share the session between them, It will be great. so is this possibel? ...
Looking for free dotnet forum
Antonio D'Ottavio -
16 Sep 2005 10:20 AM - 7 messages
Hy, inside my personal site I use a free asp forum named Snitz Forum 2000, it is free nd simple to install and also support ACCESS but it is not possible to load images and files, I want to know is someone know some free ...
Updating contents of XML node
Web Team @ Borough of Poole -
16 Sep 2005 10:09 AM - 5 messages
Hi All, I'm trying to update the contents of an XML node. My original code: Dim loXMLDoc As XmlDocument = New XmlDocument Dim loNode As XmlNode loXMLDoc.Load(HttpContext.Current.Server.MapPath(strXMLFileLocation)) loNode = loXMLDoc.SelectSingleNode("/Site/Content/TextArea" & ...
Page Controls - FindControl - Form1
Mr Newbie -
16 Sep 2005 9:47 AM - 3 messages
Hi , The following code in the Page_Load event will add a textbox to the webform. The question is regarding the name of the form "Form1". Q1.) Is this something which ASP.NET names arbitarily as "Form1" or is this a default property somewhere ...
Check which button is clicked
Shawn -
16 Sep 2005 9:37 AM - 5 messages
Hi. I have a ToolBar with a couple of ToolBarButtons. On postback after clicking on of the buttons Page_Load is called first then the ToolBarButton's click event is called. Is there anyway for me to check in ...
How to ... Dropdownlist sourced by a DB inside a datalist ??
Antonio D'Ottavio -
16 Sep 2005 9:35 AM - 2 messages
Good Morning, In my web page I've a datalist that is sourced by a database, the problem is that I want that one of the column of the datalist contain a dropdownbox that also is sourced by a table in the database. ...
ASP.NET and Excel Report
Jyoti Prakash Deka -
16 Sep 2005 9:13 AM - 5 messages
I want a report in Excel to be generated on the Fly through ASP.NET One Dataset Contains 2 DataTable first Datatable will have all employees name with few columns which will have some integer value and for each value there will be colors e.g ...
I need help formatig datagrid
Aahz -
16 Sep 2005 8:53 AM - 2 messages
Hello all; I have problem formating datagrid, right now I have this classic type of format: ------------------------------ but what i need is this: ------------------------------ ... and I don't know how to do that I hope you have a picture :)) ...
DataList Controls with a DropDownList
Oliver -
16 Sep 2005 8:48 AM - 3 messages
Hi, I've created a shopping cart using DataList control; it has all the usual command buttons; Add, and Delete. However, I want to add a DropDownList so that the user can change the product (very small product list) and I want the ...
The name of the type of control
simon -
16 Sep 2005 8:11 AM - 4 messages
I have button in asp:repeater control. <asp:Button Runat=server ID=btnPList Text="..." CommandArgument='<%# DataBinder.Eval(Container.DataItem,"datumP")%>'></asp:Button> In code behind I use the item-command event of data repeater: ...
DataTextFormatString for datagrid?
Annie -
16 Sep 2005 7:27 AM - 1 message
hello guys, can i use this propety of the hyperlink column to customised my output? Let is say i have a bound column of text from database as hyperlink which could be longer however i want to chop it to certain lenght eg 55 (don't wanna show rest so users ...
File Chooser...
Ryo -
16 Sep 2005 7:24 AM - 3 messages
Hello ! I want to do a button on a page that propose to choose a file (on the client side) and get the path of the file. I know that there are the HTMLInputFile and the FileUpload control, but I ...
Importing CSV to Dataset Problem
Gregory Pearce -
16 Sep 2005 7:18 AM - 1 message
Hi everyone Can anybody please help me? I am trying to write my first project in ASP. NET (C#) and I am having some issues trying import a CSV file to populate the form with values I have a basic CSV file (bookName, bookPrice) and on the PageLoad event I ...
Validation controls and postback
Tim Payne -
16 Sep 2005 7:04 AM - 2 messages
I've noticed an odd behaviour on a couple of site when validation controls are used with client side script. Even though the form is valid, the postback event is not fired. Everything works fine when enableclientscript is set to false. It usually happens on sites that have been moved from one ...
Session variables issue
EDom -
16 Sep 2005 5:48 AM - 3 messages
Hi, I store dataset for each page in the session and a reference to the session key is stored in viewstate. But now on which event I should clear the session variables. Because when the page is closed or I navigate to another ...
set table resize to false
ae -
16 Sep 2005 5:17 AM - 2 messages
how can i do that in asp.net with c#? my code is as follows, but it shrinks if the browser is resized...i'd like it to be a set lenght w/out resizing: <table align="center" width="100%" border="0" cellpadding="2" ...
C# MS Access DateTime insert query error Please
Annie -
16 Sep 2005 4:56 AM - 5 messages
hello guys, I have little experience working with C# and MS Access ... I am having an insert query with one datetime field and a boolean and couple of text and number fields as below: "Insert into order (OrderClientID, OrderDate, OrderOfferID, OrderIsSpecial, ...
Modifying a property of a control contained in a user control
Nathan Sokalski -
16 Sep 2005 4:52 AM - 2 messages
I have a user control that is made up of several HyperLink controls. In the Page_Load event of pages that use the control I want to change a property of one of these HyperLinks. How can I access these controls from the Page's ...
by any chance...
rodchar -
16 Sep 2005 3:14 AM - 3 messages
hey all, is there a way to change ie browser's print margins and/or header/footer info dynamically thru code? If so, how? thanks, rodchar ...
word automation find and replace
James Vitale -
16 Sep 2005 2:06 AM - 2 messages
Using vb asp.net 1.1 I'm doing a word automation on a doc file and trying to do a find and replace. My existing code works fine except that it doesn't find and replace in the header. ...
Making Custom Server control visible at design time...
Charlie@CBFC -
16 Sep 2005 1:33 AM - 3 messages
Hi: When I drag a my custom server control from the toolbox to design surface it appears invisible except for little green arrow. I can change the width and fill color of control in prop sheet so I can see it at design time, but this ...
installing global httphandler for custom extension
Adam -
16 Sep 2005 1:21 AM - 8 messages
Im trying to add an httphandler for all *.sgf file extensions. I have developed the handler, 1. installed it into the gac 2. added it to the machine.config: <httpHandlers> <add verb="*" path="*.sgf" type="CustomExtensionHandler, ...
Re: Runtime Error
Katherine Luppo -
16 Sep 2005 1:19 AM - 3 messages
Did you try to access your remote WebConfig file and turn off this option: <configuration> <system.web> <customErrors mode="Off"/> </system.web> ...
right aligning values in datagrid column
nemo -
16 Sep 2005 1:01 AM - 2 messages
I'm creating a datasource and populating a datagrid at runtime. The code is as follows: dt = New DataTable dt.Columns.Add(New DataColumn("Item", GetType(String))) dt.Columns.Add(New DataColumn("Value", GetType(String))) ...
SessionID
Ramon Rocha -
16 Sep 2005 12:48 AM - 3 messages
Dear friends, Line code bellow is returning message error: Dim strSID As String = Session.SessionID.ToString Using <%@ Page Language="VB" EnableSessionState="True" %> Exception Details: System.Web.HttpException: Session state can only be used when enableSessionState is set to true, either in a configuration file or in ...
Unique Login
Ramon Rocha -
16 Sep 2005 12:46 AM - 2 messages
Dear friends, How do I do to use unique login in ASP.NET 2.0. When use close any browser window of application make auto logout. Thank you. RAMON ROCHA from Brazil ...
Window.Close
Ken Webster -
16 Sep 2005 12:40 AM - 4 messages
I've got a modal window open and I want to close it depending on the results of a calculation on the server (i.e. no button click event to work with). Can this be done? If so, how? Thanks... ...
Question regarding Visual Studio 2005 parallel installation
Annie -
16 Sep 2005 12:27 AM - 2 messages
hello guys, I have installed vs 2005 in my laptop however it works very slow. In my desktop I have vs2003 installed. The question is, can i install Visual studio 2005 beta 2 in the same pc where i have visual studio 2003 installed? ...
Table stucture changing when panel is displayed
Pavan -
16 Sep 2005 12:03 AM - 4 messages
Hi All, I am having a wierd problem while displaying my panel. My code is something like this <table> <tr> <td width=100>label</td> <td width=100>label</td> ...
sending information with a url redirect
MotorcycleIke -
15 Sep 2005 11:09 PM - 5 messages
I have a need to send a user to another url, either with a redirect or with a frame. I need to have two fields filled in and a button pressed on the new url. How can this be done? ...
+Simplest+ way to attributes to all of a particular Web Form control type?
kenfine -
15 Sep 2005 10:52 PM - 4 messages
For a given web form, I want to know what the +simplest+ way to add an attribute to all of a particular control type on that page. For example, I might want to add an onClick attribute to all TextBoxes on the page, e.g. ...
Any way to make a CheckBoxList behave like a RadioButton?
MattB -
15 Sep 2005 10:24 PM - 5 messages
I have a CheckBoxList that under some circumstances I want to only allow one selection, so that if you select a different item, whatever was selected before becomes un-selected. Any ideas on how to do this? Ideas, and even better, examples would be appreciated! ...
Internet Explorer Render Problem
Mythran -
15 Sep 2005 9:56 PM - 2 messages
Can someone verify this error for me please and possibly explain why? The only difference between Table #1 and Table #2 is the containing SPAN tag on table #2 does NOT have width:100% in the style attribute. Otherwise, ...
compilation error while converting to asp.net
amitbadgi -
15 Sep 2005 9:46 PM - 2 messages
Hi I am converting an asp application to asp.net, I am geeting the following error, Compiler Error Message: BC30201: Expression expected. Source Error: Line 299:<li><a href="add_individual.asp?x=<%=rs_offenderinfo.Fields.Item("STU_ID").Value%>"> ...
Greenhorn Alarm
Ole Weigelt -
15 Sep 2005 9:36 PM - 4 messages
Hi everybody, I hope somebody can climb down to me or at least tell me where I can find the approproate information. Unfortunately the MS website only tells you what happy people can do with the nice applications we build with .NET and ...
Dynamically Changing an Image
Jerry Camel -
15 Sep 2005 9:14 PM - 6 messages
I am interacting with an OCX on the client side. In the Onload event of the page, I am checking a property of the OCX: Is the port open or closed. If the port is open, I want a certain image to appear. If the port is closed, a different image. ...
programmatically click button problem
greg -
15 Sep 2005 9:10 PM - 4 messages
Hi I need to programmatically click imagebutton from javascript so I write in a link navigate url document.forms[0].nextBtn.fireEvent('onclick'); !!!!! it says nextBtn undefined it is a web page not control and when I do view source it is nextBtn !!!! ...
convert .pdf to a byte array
Angel Filev -
15 Sep 2005 9:08 PM - 2 messages
Hi everyone, I am trying to store a file as a binary array in an "image" field in SQL Server 2000 database. It works OK except for the ".PDF" files, which I believe get corrupted in the process of reading a stream to a byte array. ...
Custom Control- Something to see on design surface
Charlie@CBFC -
15 Sep 2005 9:07 PM - 1 message
Hi: I created a composite custom server control based on a text box and required field validator. It works fine, but when dragged to design surface from toolbox, it's invisible. How do I make it visible at design time without ...
SQLDataSource and Stored Procedure Question
David Hearn -
15 Sep 2005 9:00 PM - 2 messages
I have a SQLDataSource control on one of my web forms. The stored procedure that I am connecting to has two parameters that need to be passed in and one that is returned. One of the parameters I am able to set at design time ...
Error: ObjectDataSource 'ObjectDataSource1' could not find a non-generic method 'FillMenusByLocation
Next »
|
|||||||||||||||||||||||