Home All Groups Group Topic Archive Search About

ASP.NET Development

microsoft.public.dotnet.framework.aspnet
Score newbie: menu problem
Jeff - 15 Jul 2006 11:29 PM - 1 message
hey asp.net 2.0 I've created a simple website where I could play arround with the new site navigation sytem provided in asp.net 2.0 When I run my webpage I get this error: Description: An error occurred during the processing of a configuration file ...
Score Templated Controls FindControl() error
David Rees - 15 Jul 2006 11:07 PM - 1 message
Before I was using LoadControl and a slew of User Controls to achive the same effect, but I realised a custom TemplatedControl was the better way of doing it. Anyway, this is the templated control's markup: <ams:Comments id="amsComments" runat="server"> ...
Score ASP.NET 2.0 Logon/Authentication Database
Artificer - 15 Jul 2006 10:29 PM - 3 messages
How do I specify the database where I want ASP.NET to storage the tables for the built it authentication system? ...
Score Bank Applications
Artificer - 15 Jul 2006 10:28 PM - 8 messages
Is asp.net 2.0 appropriate to develop bank application or is intended for less usage intensive environment. Are there any bank application developed on it? ...
Score Is this possible with a custom control
Paul - 15 Jul 2006 10:28 PM - 1 message
Hi all, To avoid a lot of code repetition I'd like to create a custom control that wraps table elements around the controls that the custom control contains. E.g: <mycontrol>     <control1 /> ...
Score Scholl Management System
Artificer - 15 Jul 2006 10:27 PM - 4 messages
I want to develop a school management system for 20 users and I am trying to decide if asp.net 2.0 is a proper environment for it or if I will have serious interface limitations? Any school Management System ...
Score meta data file can't be found
Jon Paal - 15 Jul 2006 8:08 PM - 1 message
I am trying to use the FreeTextBox.dll with an asp.net 1.1 website I have FreeTextBox.dll   in the "/bin" folder I have this in the "web.config" file <httpHandlers>   <add verb="GET" ...
Score ASP.NET Get Windows User
intractably - 15 Jul 2006 5:00 PM - 1 message
You can protect your pages via something like: if( User.Identity.Name != "DOMAIN\\username") Response.Redirect("page.aspx?qid=" + qid); You will also have to configure IIS to use Basic or Windows authentication and deny access to anonymous users on the ASPX page: ...
Score .NET Framework 2.0 configuration snapin is missing from list of avail snapins?
Les Caudle - 15 Jul 2006 3:45 PM - 6 messages
On a new win2003 Standard install, I installed IIS and ASP.NET. I then installed .NET Framework 2.0 from MS Updates. In the management console, I've added in a .NET Configuration 1.1 snapin. But, I don't see the .NET 2.0 Framework Configuration snapin (in the list of ...
Score Checkbox required field question
WebBuilder451 - 15 Jul 2006 3:20 PM - 5 messages
I have a check box for a confirmation that a new member has read the terms and conditions. This is an asp control, but can't seem to get a validator control to reconize it. What is the best way to make this field so that it is ...
Score Saving files to network shares in ASP.net 2.0
Michael - 15 Jul 2006 3:08 PM - 3 messages
We have an ASP.NET 2.0 web application running on a Windows 2003 domain controller. Part of that application needs to read and write files from and to a network share ( living on a MAC Xserveraid) on the same network segment. ...
Score problem in uploading
fa_2064 - 15 Jul 2006 2:56 PM - 2 messages
hi every body when i run this code i receive this error! my "wwwroot" folder is shared, but i don't know what it's reason is!!! {"Access to the path \"D:\\Inetpub\\wwwroot\\iranian\\images\\user_imgs\\Untitled-1.jpg\" is ...
Score GridView: firing a function and passing a data value to it
kenfine - 15 Jul 2006 1:04 PM - 3 messages
I want to know how to make a clickable button or Command field on a GridView, and have the user's action a) fire a function and b) pass a data value from one of the GridView's columns to that function. ...
Score TextBox: ENTER accepting, Focus losing
teo - 15 Jul 2006 12:31 PM - 2 messages
Hallo, I'd like to write in a Textbox1, press Enter on the keybord, and fire the Click event of a Button (unique Button control on the web form). Now: if a second Textbox2 is present on the web form ...
Score Printing Datagrid Records From Asp.net applications
Santosh - 15 Jul 2006 11:38 AM - 1 message
Dear all I want to print the records with in datagrid. can anyone help me how i can  print it from asp.net application. ...
Score Session Management
Vicky_r - 15 Jul 2006 7:40 AM - 3 messages
I am using StateServer Session but I want to write a code on Session_End and as Session_End event is not fired for StateServer I am stuck with some problem. My problem is if user close the browser without logout then I want to ...
Score Custom control - why can I not access its value on PostBack
Paul - 15 Jul 2006 4:45 AM - 1 message
Hi all, I have a simple custom control with a label and a text box. The text control's value is persisting when I do a post back, so the view state is working, but I cannot access the value in the code. Is there ...
Score aspnet_compiler and pdb files.
chris - 15 Jul 2006 4:22 AM - 2 messages
I am confused about the aspnet_compiler.  I have a solution that contains a website, and other supporting assemblies such as business logic and the data layer.  Before I actually run aspnet_compiler I go to the solution configuration manager and change the active ...
Score Determine Client Browser Window Size
Chris - 15 Jul 2006 3:42 AM - 2 messages
Hello, Is there any formula / functions available for finding a client IE window size.  I would like to obtain this information and dynamically move controls / elements based on the window height / width? TIA ...
Score Applying Processing to Every Page
Eric Marthinsen - 15 Jul 2006 3:03 AM - 3 messages
Hello- I need to run some code on every one of my ASP.NET pages (1.x). The code basically registers some client script blocks. I've been trying to find a way to do this that doesn't involve me creating a new base class for all of my ...
Score forgot password not working
barry - 15 Jul 2006 2:56 AM - 6 messages
Below are my setting in the web.config file for forgotten passwords. I receive a completion that the password has been sent but upon looking in outlook there is no email sent to me. I have also tried 127.0.0.1 for the network host ...
Score App_Code and the Page Life Cycle
clintonG - 15 Jul 2006 2:25 AM - 3 messages
I'm having problems referencing public properties in a MasterPage from a class located in App_Code. I need to learn more about the page life cycle and when the classes in App_Code are accessible to pages and most of all ...
Score Handling special character in web.config file
Nergock - 15 Jul 2006 2:12 AM - 2 messages
Hi, Does anyone know how to handle special characters like "<" and ">" in the web.config file?  Something like this would cause my app to not startup. <add key="SenderEmail" value="John Doe <j***@nowhere.com>" /> ...
Score PageFlow After HTTPs Write
GaryDean - 14 Jul 2006 11:11 PM - 8 messages
I have a page that streams PDF documents using the code pasted below.  The Page displays the documents just fine but the user is left with no action but to hit the back button on the browser which takes him to the page that ...
Score Retrieve Field Values into Variables
j.t.w - 14 Jul 2006 10:52 PM - 2 messages
Hi. I'm new to ASP.Net and I'm running into a simple problem (I think). I'm trying to get 2 values from 2 separate queries into 2 different variables. I would then like to take the difference of the two ...
Score Creating inline HTML
Dave Keen - 14 Jul 2006 9:48 PM - 8 messages
Hi I am a relative newcomer and as usual I am stuck.  My ASP.Net 2003 app has a page which shows data from a database plus an associated picture. I use an ASP image control sized to 300x300px.  All the images are ...
Score Beginner Help
allenj3 - 14 Jul 2006 9:35 PM - 6 messages
What is a good online resource for beginners with ASP?  In the past I've mostly worked with Office based applications and VB and I'm having a really hard time figuring out ASP on my own. Any help would be greatly appreciated. ...
Score ASP.NET Compiler Error on 64-bit
Terry Smith - 14 Jul 2006 7:52 PM - 3 messages
I just installed a 64-bit Dell PowerEdge 2950 with Win Server 2003, SQL Server 2005, IIS, and our ASP.NET 2.0 application and database. I get the following error when I try to access the website: Compilation Error ...
Score CreateUserWizard and Forms Authentication w/Roles
Guy Swartwood - 14 Jul 2006 7:42 PM - 5 messages
I have a VS2005 project on a winxp pro with IIS installed on it. I am using a SQL Server source for my membership and roles information. I created a Login.aspx page, a Default.aspx, a Thankyou.aspx page and a ...
Score Link Button not doing what I want it too
manmit.walia - 14 Jul 2006 7:40 PM - 1 message
Hello All, Basically What I did is create a gridview with 7 columns. One of the columns is the LinkButton that binds it's text value to a column in my dataset. The rest of the columns are pretty easy to see. The thing that ...
Score DataSourceSelectArguments error
ashkaan57 - 14 Jul 2006 7:30 PM - 4 messages
Hi all, I am new to ASP.NET and VS 2005 Express. I am having problems with an error message and can't figure out why. I am trying to run a "SELECT" query triggered by a change in dropdown . ...
Score Why Does Asp.Net Use The Innermost Exception?
JohnDeHope3 - 14 Jul 2006 7:15 PM - 4 messages
First let me say that I understand that Asp.Net wraps my exception in an HttpUnhandledException. I have found a lot of discussion about that on the web, which was informative, but not helpful. Let me explain how my question ...
Score 2.0 Namespaces
Thom Little - 14 Jul 2006 7:08 PM - 3 messages
In 1.1 I could have two namespaces in the same webgspace. The webspace is on a remote server.  I compile the namespaces separately and check them out on localhost and when they are checked-out I FTP them to the remote server. ...
Score Publish website
Wayne Sepega - 14 Jul 2006 6:28 PM - 1 message
I have a website I am trying to publish and one that I have published in the past using the Publish Website option in VS 2005. Now something weird is going on, when I right click or use build on main menu and choose publish ...
Score change password on first login
Tom - 14 Jul 2006 6:05 PM - 3 messages
when a user requests a password reset, a email is sent to them with the new password and the URL for the login page. When the login for the first time how can I force them to go to my change password screen? ...
Score datagrid w/ 2 headers
Freddie - 14 Jul 2006 5:41 PM - 3 messages
hi, can u plz give me an advice or link on how to implement a table w/ 2 row header - something like          abc zxc  |  qwe |  asd 1    |   2  |    3 ...
Score Is Viewstate info listed in the VS.NET 2005 debugger
kenfine - 14 Jul 2006 5:19 PM - 3 messages
Apologies for what's probably a pretty dumb question, but: Can Viewstate variables be viewed using the VS.NET debugger? Where does this information appear? thanks, -KF ...
Score How to share code between two different sites?
Neo - 14 Jul 2006 5:19 PM - 15 messages
Hello All, I found that ASP.net website only accepts code withing site directory. This creates big hurdle in shairng code. How to share code between two websites, like the way share between two non-website code? -Pravin ...
Score dynamic validator images
delta.emil@gmail.com - 14 Jul 2006 5:09 PM - 4 messages
Hello, Here is my issue. I want to have validators which show an image when the the control doesn't validate. Each user can select one of several visual themes. For each theme the images are in a different subdirectory. ...
Score accessing labels in a loginview....
Christopher W. - 14 Jul 2006 5:06 PM - 2 messages
Can anyone please help me with this???? I am new to ASP.NET 2.0 web forms and what i want to do is access a label's text property. but i cant figure out how to do this. I have ...
Score Add DropdownList to DataGrid at Runtime
James - 14 Jul 2006 4:27 PM - 3 messages
I have a DataSet, which I'm manipulating and using to create a DataTable at runtime.  I'm generating all of the Columns and Rows and it binds just fine. The problem I'm having is I need to create a new *row* on this datatable and ...
Score Dynamic Filtering w/ ObjectDataSource
aeden.jameson@gmail.com - 14 Jul 2006 4:24 PM - 1 message
Suppose I have a GridView displaying product information that is bound to an ObjectDataSource. I would like to filter the data according to criteria entered by the user. Now I have attempted to set ObjectDataSource.FilterExpression and ObjectDataSource.FilterParameters in the Filtering and Selecting events, but I get the wrong data. I ...
Score ObjectDataSource (ODS) SelectParameter DefaultValue not being passed
SJL - 14 Jul 2006 3:56 PM - 3 messages
I have a GridView (ASP.NET 2.0 + SQL Sever 2005) control that is bound to an Object Data Source (ODS). The ODS has a SelectParameter for the sort expression. The SelectParameter has a DefaultValue defined, however when the page intitially loads, that DefaultValue is not passed to my SelectMethod. I ...
Score ASP .net Modal Form
jimryder - 14 Jul 2006 3:50 PM - 2 messages
Hi, I've succesfully loaded a modal asp.net window... works just fine (or as good as it can for a modal aspx!) One problem,  from within the window I want to be able to detect if it is modal or not. ...
Score newbie: this is a strange phenomenon
Jeff - 14 Jul 2006 3:47 PM - 2 messages
hey asp.net 2.0 I've created a master page with 2 ContentPlaceHolders (named "sidebar" and "content"): <table style="z-index: 100; left: 12px; width: 100%; position: absolute; top: 113px;">     <tr>         <td rowspan="3" style="width: 158px" valign="top"> ...
Score Content Page specific style style sheet
rshillington - 14 Jul 2006 3:45 PM - 1 message
I have one content page that need a stylesheet that is in addition to the styles coded in the CSS for the theme.  Since the content page doesn't have a HEAD element, how do I add a LINK to the specific CSS. ...
Score Sharepoint asp.net 2.0
Herman_Geovany_Ayala_Zúñiga - 14 Jul 2006 3:22 PM - 1 message
Hi: I'm trying to do a simple page to obtain information about the user that is logged in in the website. so i need get the userid, name from sharepoint where is the user logg in. Any idea? Regards ...
Score mouse events for asp controls
asper - 14 Jul 2006 3:18 PM - 2 messages
How do i check if mouse is over a particular control on my aspx page? I really want to use VB.NET not java. I use VS2005 asp 2.0 Thank you ASPER ...
Score Duplicated TemplateField in the derived control from GridView in the Design mode
sunny076 - 14 Jul 2006 2:43 PM - 1 message
Hi, I am having problem with a derived class from GridView in which I added an empty image in the itemTemplate. Basically what I am trying to do is adding an image column with an arrow instead of a select button. It ...
Score Gridview not showing border at all in IE after setting SelectedRowStyle
sunny076 - 14 Jul 2006 2:41 PM - 1 message
Hi, I have a gridview with SelectedRowStyle with cssClass as follows: rowselected {     border: solid 10 black; } But when the row is selected, there was no border to be seen in IE but it showed in FireFox. When I set the background it showed correctly. I ...
Score installing ASP.net 1.1
CharlesA - 14 Jul 2006 2:40 PM - 1 message
Hi folks, I'm using C# and the .Net Framework 1.1 I'm fine with creating setups in general and the fact that you can specify the Virtual Directory etc... what I can't figure out is this: how do I get the installer to allow me to specify a different directory to ...
Score extract controls of a repeater template at runtime.
volkmar rigo - 14 Jul 2006 2:09 PM - 5 messages
hi. is there a way to access the controls of a repeater template at runtime? i tried the GetFields method to extract all the controls of the repeater as FieldInfoArray but that array contails only ITemplate objects. i want to do this before i call the bind of the repeater so ...
Score ABGP And I'm lower than the lowest G
lordhunter9r9za - 14 Jul 2006 1:56 PM - 2 messages
No One runs the world. ... Are you on track yet? About me: Warm, skilled, caring, friend of wild life . Charming... Yeah, and the hotest hotties think I'm sexy, sweet, and warm. [o;~) No One is my Lawyer, God is my witness, I have no judge because I ...
Score Saving datatable on client PC
Jim Andersen - 14 Jul 2006 1:44 PM - 2 messages
Hi, I want to make a backup of some data from an SQL server. The backup should be saved as an Excell file (or similar, csv or xml...) So I create a datatable and select the data from SQL server and manipulate ...
Score Custom Validation Control?
Oded Dror - 14 Jul 2006 1:37 PM - 1 message
Hi there, I have custom validator base on LUHN (MODE10) function for CCNumber look like this Sub ValidateCCNumber1(ByVal s As Object, ByVal e As ServerValidateEventArgs)         Dim intCounter As Integer         Dim strCCNumber As String = "" ...
Score VS 2005 Invalid character error for drop-down list selected index changed
DCC700 - 14 Jul 2006 1:33 PM - 1 message
After converting a web application to 2005, I am receiving an invalid character error when I change the value in a dropdown list. The dropdown list is set to postback on selected index changed and perform some actions. The postback is not happening due to this error on the page. ...
Score Gridview - issue with dropdown
sam44 - 14 Jul 2006 1:30 PM - 1 message
Hi, I have a dropdown in my gridview : <asp:TemplateField HeaderText="Analyst">   <EditItemTemplate>    <asp:DropDownList ID="ddAnalyst" runat="server" DataTextField="FullName"     datavaluefield="UserID" DataSource='<%# GetAllAnalysts() %>'>    </asp:DropDownList> ...
Score WebService with VB6 and ASP.NET
NN - 14 Jul 2006 1:30 PM - 2 messages
Hello, I have a question. I have a program made in VB6 that caputure the images that are transmitted by a webcam and records it in a database in MySQL. I want to do a WebService in .NET that allows that this program should save the photos in this ...
Score Detect web window closing (X)
sylvain - 14 Jul 2006 1:29 PM - 3 messages
is there a simple way to detect a web window closing when the user hit the X of the browser ? I want to display a message to the user when he goes out of my web page. I try to detect it by using the event window.unbeforeunload but this event ...
Score Validation controls fires speperatly from contols added?
dfetrow410@hotmail.com - 14 Jul 2006 1:11 PM - 1 message
the validation controls seem to fire before the web controls that are on a contol that is added to the page? How do I get them to fire at the same time? ...
Score Page_Load event fires multiple times?
Jeffrey Ah-Chong - 14 Jul 2006 12:35 PM - 2 messages
Hi Guys I have a repeater control that I have bound a dataview to. Added to that I  have a custom ItemTemplate (class) that I apply to the repeater. It works  right and displays my data according to my format. Everything is done  ...
Score newbie: autosize
Jeff - 14 Jul 2006 12:35 PM - 4 messages
Hey asp.net 2.0 I've read (asp.net 2.0 documentation) that the Panel control in asp.net 2.0 supports a AutoSize property and a AutoSizeMode. I've checked in the my property page of the Panel control on my webpage and I cannot find these ...
Score reference a checkboxfield from the code-behind
graphicsxp - 14 Jul 2006 12:27 PM - 2 messages
Hi, I have a checkboxfield in my gridview:    <asp:CheckBoxField DataField="Analysed" HeaderText ="Analysed">      <ItemStyle width="20px" />     </asp:CheckBoxField> How can I reference the field from my code-behind ? I can't see any ...
Score Hashtable
Etariq - 14 Jul 2006 12:07 PM - 4 messages
hi all am using a hasg table to stor information for use by enum in void i made but for some reson the hashtable is sorted how can i override the sortingi need the data the way i have added them ...
Score Sitemap and url problem
dtarczynski - 14 Jul 2006 11:30 AM - 2 messages
Hello. I have Web.sitemap file and i have some problem. I tried to put in siteMapNode url value some parameters. For example: <siteMapNode url="~/Site.aspx?Type=Database&Action=Show&Param=1" title="DB" description="Bases" /> ...
Score v2 & self-closing meta tags
Mark Rae - 14 Jul 2006 11:15 AM - 5 messages
Hi, Is there a way to prevent ASP.NET 2 from stripping off the self-closing meta tags...? E.g. <meta name="GENERATOR" content="Microsoft Visual Studio .NET 7.1" /> is turned into <meta name="GENERATOR" content="Microsoft Visual Studio .NET 7.1"> ...
Score how to develop workflow based applications in asp.net 2.0
Kausar - 14 Jul 2006 10:57 AM - 2 messages
Hello All,             I want to develop a workflow based application in asp.net 2.0. It includes sequential & parallel activities, notifications, database interaction, etc.             What are the different ways through which this can be done ...
Score javascript checking before submit butto
Dariusz Tomon - 14 Jul 2006 10:51 AM - 3 messages
Hi I embedded in HTML code checking my form before sending it: I get the following error: What is the way to do JS checking on the form with runat="server"? Regards Darek T Compilation Error Description: An error occurred during the compilation of a resource required ...
Score Dragging Control to Content Page
ghostwolf - 14 Jul 2006 10:47 AM - 3 messages
Hi, I've created a Master Page and there is another page "A.aspx" which links to this Master Page. But why I can't drag n drop the Control from the Toolbox to the "ContentPlaceHolder" in "A.aspx". As I know, the Master Page ...
Score Using XmlDataSource with templateControls
Mario Vázquez - 14 Jul 2006 9:57 AM - 1 message
Hi, Does anybody know how to use the XPath function of TemplateControl like this? <asp:XmlDataSource ID="XmlDataSource1" runat="server" XPath="ROOT/query" /> <asp:DataList ID="dl1" runat="server" DataSourceID="XmlDataSource1">   <ItemTemplate>     <% if #XPath("anything")="something" Then %> ...
Score vb.net selected value bug?
eguworks - 14 Jul 2006 9:49 AM - 3 messages
Hay, I think there's a slight bug when it comes to setting the selectedvalue of serveral *dynamicly filled* listboxes. Its like this: Have a page with 5 dropdownlist boxes fill them with 5 items as displayed below         Dim i As Integer = 0 ...
Score Advice to grant / forbid access to web resources
tommaso.gastaldi - 14 Jul 2006 9:25 AM - 1 message
Hi friends, In my application I have some User management. Users are grouped into groups. Groups are listed "Groups" Table along their properties: TABLE: Groups GroupKey ----------------- Administrator GuestUser NormalUser PowerUser .... Another table "WebResources" lists the web resources, that is pages ...
Score How can we fire the db method
srinivas - 14 Jul 2006 9:08 AM - 2 messages
Hi,        We have developed a project in .net. Now our customer is asking when ever we open a email (that is sent from our application )  we need to insert a record in a database table. When user reads the email we ...
Score Asp.net dll registration problem
amjad - 14 Jul 2006 8:50 AM - 1 message
Hi i was using groupwise using asp.net to send email . it was working perfectly on one server but then i install another server and moved that website to new server . after moving to new server i am getting that error . ...
Score ndoc and asp.net 2.0
alwin - 14 Jul 2006 8:45 AM - 1 message
hi! i am trying to document my codebehind, i use ndoc and nant to build everything. can ndoc actually document my codebehind? alwin ...
Score Building Server Controls
Rob Meade - 14 Jul 2006 8:30 AM - 3 messages
Hi all, I did this once before when I first started using .net - got as far as getting something to appear on a toolbar in Visual Studio 2003 I think....cant remember what I did now though - does anyone have any eay to ...
Score Forms Authorisation Cookie - Removing
mosscliffe - 14 Jul 2006 8:16 AM - 1 message
I have a few pages protected by Forms Authorisation using a memory cookie specified in web.config. I have two problems 1)    I have set a timeout of 25 mins, but the pages involve quite a bit ...
Score else if part of the code
nasirmajor - 14 Jul 2006 8:15 AM - 4 messages
DEAR ALL, i have a little problem regarding the following code      protected void DropDownList1_SelectedIndexChanged(object sender, EventArgs e)         {             string chknullnotnull = ""; ...
Score content management
JJ - 14 Jul 2006 7:30 AM - 11 messages
I am needing to write a simple content management system for my web site. I've not done this before so if anyone has any link/info please could you mention them? One thing I am confused about: Do all content management systems store their ...
Score Dataset to excel
Reggie - 14 Jul 2006 6:56 AM - 4 messages
Hi and TIA!  I have a recordset retrieved into a datgrid in my web app, from an SQL database that I want to save as an excel formatted file.  I would like the user to click a button, get a prompt to save/name the file.  Is ...
Score Events not firing in templated control
Mike - 14 Jul 2006 6:28 AM - 1 message
Hi. I can't figure out why a button's click event is not firing in a templated control I've created (first time I've tried creating one). Please can someone help? On a point of lesser importance, how can I get ...
Score Retrive data from session variables
Santosh - 14 Jul 2006 6:01 AM - 2 messages
Dear All i am writting a code sending mail with attachement. i am writting code for sending mail in one page and code for attaching a file in the next page. aftet attaching a file i am taking name of that file from attaching ...
Score Resolution Problem
mac - 14 Jul 2006 5:51 AM - 2 messages
Hi!         Is there anyway of how to fix the size for different resolution in my controls in ASP.Net? Thanks Mac ...
Score Custom formatting of FormView
boomhauer - 14 Jul 2006 5:42 AM - 1 message
Hi, Im using a lot of formview's in my asp.net app, and it gets a bit frustrating to tie a datasource to the formview and have it generate the labels and fields for the datasource, to only then have to go ...
Score How to access a button inside a table?
simplengrichard - 14 Jul 2006 4:04 AM - 2 messages
Hi everyone! I need some help.  I placed a webform table and then I added other controls within the cell such as dropdown box and buttons, etc. I was wondering if it is possible to access this controls from the code ...
Score Data Cache Problem
Vivian - 14 Jul 2006 3:02 AM - 1 message
I know that the data cache is for private use, is there any method to get the cache value from another class? I have a public function to get the cache value and error occurs when I call it from another class.  Error : ...
Score Skins and Images
Jerad Rose - 14 Jul 2006 2:42 AM - 2 messages
I must be missing something, because this seems like it should be so obvious (and maybe it is). All I'm trying to do is create various skins for my site, with each skin containing a list of 30 some odd static images.  In my page, I want to set ...
Score Access SessionState from Class
David Lozzi - 14 Jul 2006 2:01 AM - 2 messages
Howdy, ASP.Net 2.0 using VB. How do I access my users' session state and values from a class? That's all THANKS! ...
Score What is the ContentType of Response ?
ad - 14 Jul 2006 1:49 AM - 4 messages
I create a MemoryStream form a dataset: MemoryStream sm= new MemoryStream(); dsHealth.WriteXml(sm); I use     Response.Write() to send this XML MemoryStream as file  to client. What is the ContentType of Response  I must set? ...
Score How to: display page, post back, display again
David Thielen - 13 Jul 2006 11:39 PM - 2 messages
Hi; I would like to display a page then immediately cause a post back (the 1st page will have a big "working..." on it, then in the post back do my query which will take a couple of seconds, and then redisplay the page again. ...
Score configure smtp email settings with asp.net configuration
barry - 13 Jul 2006 10:39 PM - 3 messages
Could someone send me the web.config portion that is created when you configure the e-mail settings using the asp.net configuration tool. My tool is not working. thanks ...
Score Guidance: Enterprise Deployment of Web Application
Brenden Bixler - 13 Jul 2006 10:04 PM - 4 messages
I would like to solicit advice on how to best deploy an enterprise ASP.NET 2.0 web application. I'm using VS 2005 and I've found Publish Web Site to be somewhat lacking, buggy, and slow. My application consists of 250+ (and growing daily) ASP.NET files that I'm ...
Score objectdatasource filterexpression question
Sean - 13 Jul 2006 10:03 PM - 2 messages
I have a filter expression now but I want multiple filters filterexpression="ID1=(0}; ID2 ={0)" This is baiscally what I am trying to do with no success. As it is I can only do one filter and yes I have control parameters set in <FilterParameters> ...
Score newbie: problem with Panel Height!
Jeff - 13 Jul 2006 9:42 PM - 5 messages
hey asp.net 2.0 I have a Panel on my webpage. Within this Panel is a Label control which displays text over several rows... I just tested this and when running the webpage with a lot of data in the ...
Score page_unload time and endrequest time
piyush - 13 Jul 2006 9:18 PM - 1 message
In my application I observed that time taken between page_load to page_unload is much smaller than time taken between application_beginrequest and endrequest. I need to reduce the time taken between beinrequest and endrequest - does anyone know where this time is spent. ...
Score Crystal - Access denied - deployment
Marc Castrechini - 13 Jul 2006 9:17 PM - 2 messages
We have recently setup a new server: Windows 2003 (Version 5.2) IIS 6.0 ASP.NET 2.0 Using existing code that previously worked we can't seem to export PDFs from our Crystal reports anymore (exception below).  From past problems we know ...
Score ASP.NET 2.0 TreeView question...
MichaelY - 13 Jul 2006 9:07 PM - 1 message
I'm using the 2.0 TreeView, and thus far have been able to get most everything out of it I need (context menus on nodes, lazy loading, etc.).  However, there is a scenario in which I'm not sure what route to take.  That ...
Score Datagrid - Edit/Update Question
Jennifer - 13 Jul 2006 9:06 PM - 1 message
I've got a datagrid.  I want to allow the user to edit in the grid directly.  I'm using ASP with VB as the code behind in Visual Studio 2002. I've never had a need or desire to do this before, so I found an ...
Score GridView Question
Sean - 13 Jul 2006 9:05 PM - 3 messages
1. I would like to override the default "SELECT" link and make it a button or graphic or even a simple ">" 2. I would like to do the same basic thing for the default rendering of sorts. what would be nice is to render a small arrow icon next to the field name ...
Score extracting a UserControl's HTML ?
matt - 13 Jul 2006 8:56 PM - 4 messages
hello, i have a usercontrol in my app that draws a DropDownList and some text. elsewhere, i have a need to extract the control's HTML as if it had been rendered in-page. typically, when i need to do this for ASP.NET controls, i do the ...
Next »