Home All Groups Group Topic Archive Search About

ASP.NET Development

microsoft.public.dotnet.framework.aspnet
Score Weird Issues with SMTPClient
David Thole - 5 Aug 2006 11:47 PM - 11 messages
Hey all, I'm still very new at all this, but am going through the ASP.net 2.0 unleashed book, first chapter and trying to program my own little form emailer for fun.  I tried following the code for their version in the ...
Score Disable a button on first click
Stuart Quinn - 5 Aug 2006 9:13 PM - 7 messages
Is there a way to disable a button to disallow a user to click on it more than once? Thanks! ...
Score ASP.NET 2.0 and connection to remote SQL 2000 server
Mitya Mitriev - 5 Aug 2006 8:06 PM - 6 messages
Hi I created ASP.NET 2.0 web application that uses SQL Server 2000 database and it works perfectly when website and Sql server were on  local machine. Then I installed application on production server. Database is placed on ...
Score bound password field is blank?
WebBuilder451 - 5 Aug 2006 5:32 PM - 4 messages
why is the password field blank in dot.net 2.0? and how can i get it to mask? ...
Score 2.0: GridView with inserting rows?
RAM - 5 Aug 2006 4:50 PM - 2 messages
Hello, Please help. I need in my grid view a possibility to add rows. Dou you know a good solution of this problem? Thank you very much! /RAM/ ...
Score Can i access client side device under web for
vishnu.baroda - 5 Aug 2006 2:33 PM - 2 messages
Hi,   I have one problem is that, I generated one code on web page using in session variable, now i want this code to be in device connected to client Pc, can i do this ? how ? ...
Score Finding Row
Barry - 5 Aug 2006 1:57 PM - 2 messages
Hi I have created a Table and programmatically added rows with Cell , having TextBox, DropDown Controls and Buttons on each row. Question is, How do i know which button or Dropdown triggered the PostBack TIA Barry ...
Score GridView Questions
Chris Davoli - 5 Aug 2006 10:15 AM - 5 messages
I've got two questions on how to do things in the new GridView. I'm used to the DataGrid in ASP 1.1, so I need the equavalent in ASP 2.0 Gridview. 1.) What is the equavalent for Item Command event in GridView? I thought it ...
Score How to call Macromedia flash player in asp.net
Santosh - 5 Aug 2006 10:00 AM - 3 messages
Dear all i am created one animated image in Macromedia flash player i want to call it from asp.net page. how i can call it. help greatly apreciated. Santosh Shinde. ...
Score Session timeouts and dynamic MasterPages
Mark Rae - 5 Aug 2006 9:55 AM - 5 messages
Hi, I have a site which uses dynamic MasterPages. The selection of the MasterPage to use is determined by an encrypted QueryString. Session_Start looks for the presence of the QueryString, decrypts it, and sets up a Session variable holding the name of the MasterPage to use. The contents ...
Score Problem with references do windows user control
jzascinski - 5 Aug 2006 8:35 AM - 1 message
Hi I have a problem with references to dll containing windows user control. I have added this code to my page <object id="kontrolka2" name="kontrolka2" classid=ActiveX/JAZ_Activex6.dll#JAZ_Activex6.testowa width=200 height=200></object> ...
Score Page_PreInit no execute in MasterPage
ad - 5 Aug 2006 8:00 AM - 2 messages
Hi, I have set the this.Page.Theme in a MasterPage, but it no affect. I have set break point at this line, but it never execute. void Page_PreInit(object sender, System.EventArgs args) {   this.Page.Theme = "Web"; } Why? ...
Score CreateUserWizard FormatException for e-mail address
Avi - 5 Aug 2006 7:39 AM - 1 message
A CreateUserWizard contorl receives new user details, adds the user to the database, tries to send a confirmation mail message and stops with a "System.FormatException: The specified string is not in the form required for an e-mail address." ...
Score Can we set theme in MasterPage
ad - 5 Aug 2006 7:32 AM - 4 messages
We can set Theme in a web page. Could we set theme in MasterPage? ...
Score preload images from sql server
ks - 5 Aug 2006 6:39 AM - 2 messages
HI is it possible to preload images to client browser directly from sql server without storing them on server space Have a nice day thanks in advance ks. ...
Score Controls?
Arpan - 5 Aug 2006 6:37 AM - 16 messages
Consider the following code which retrieves data from a SQL Server 2005 DB table & displays it in a DataGrid: <script runat="server">     Sub Page_Load(ByVal obj As Object, ByVal ea As EventArgs)         Dim dSet As DataSet ...
Score Public string
Aussie Rules - 5 Aug 2006 6:20 AM - 7 messages
Hi, THe following code (in c# has been provided to me as an answer in another question).. however I can work out where to place the code. I need a public string so that i can access a string value in the HTML ...
Score Social Applications - Best of the Best
Dennis D. - 5 Aug 2006 2:37 AM - 1 message
People. Who you you consider the best of the best people to brainstorm, design, code, and market a new social application website? Thanks, Dennis D., No website at: [link] ...
Score Hyperlink & LinkButton?
Arpan - 5 Aug 2006 1:13 AM - 8 messages
Both the Hyperlink web server control & the LinkButton web server control display text as links; so what are the differences between the 2 web server controls? Thanks, Arpan ...
Score Where culture?
odwrotnie - 5 Aug 2006 1:09 AM - 6 messages
Hi, where should I give Culture=3D"..." that ALL my pages have the same? I dont want to paste it in every aspx file :). Thanks! -- = Best regards, Odwrotnie. ...
Score Service Pack - How to tell
tshad - 5 Aug 2006 12:52 AM - 5 messages
How do I tell which service pack I am for asp.net? I am running asp.net 1.1, but not sure which service pack I am on. Thanks, Tom ...
Score Dumb non-programmer question--what's redir.asp?
Hiawatha Bray - 4 Aug 2006 11:51 PM - 5 messages
I found this code in a website and wondered whtat it does. <A href="[link]" ...
Score Save data from text file into access
Salena - 4 Aug 2006 11:03 PM - 1 message
Hi: I have 100's of records in my microsoft inbox which i saved into a text file. I need help how to i import all of them into access table through ASP. I try it but my script only read the first line of the text file. ...
Score Border Color & Width in DataGrid?
Arpan - 4 Aug 2006 10:25 PM - 2 messages
The output of a DataGrid is nothing but a HTML table. To color or change the width of the outer 4 borders of a DataGrid, one can use the properties "BorderColor" & "BorderWidth" respectively but how does one change the border color & width of the 4 borders surrounding each cell? ...
Score Problem with deployment of web project in VS 2005 with OWC11
Hugo Flores - 4 Aug 2006 10:23 PM - 1 message
I developed a Web project using Visual Studio 2005 Web Deployment Projects. I'm also using OWC11 for some charts. The problem I have is that when I transfer the deployment folders to the server I get an error: Could not load file or assembly 'Microsoft.Office.Interop.Owc11, ...
Score session.remove vs session.contents.remove
tshad - 4 Aug 2006 10:19 PM - 7 messages
Is there a reason to use session.remove over session.contents.remove? Don't they both remove the key and data from the contents collection? I assume that session(x) = nothing does essentially the same thing but is actually deleted later by the GC. ...
Score RadioButtonList
Dot Net Daddy - 4 Aug 2006 10:02 PM - 3 messages
I have a radioButtonList. It is AutoPostBack Enabled. And on every postBack the selected item stays there. I want on every page_load no item in the RadioButtonList to be selected. How can I do this? Thanks in advance. ...
Score Where to put config file for com interop DLL running under ASP?
SuperJason - 4 Aug 2006 9:39 PM - 1 message
We have a web application that uses 2 different virtual directories. - The first is an ASP.NET application that has web services that can be used to authenticate various clients. - The second is simply an ASP application, that uses a .NET dll registered ...
Score WebPage Data on PostBack
Barry - 4 Aug 2006 9:12 PM - 4 messages
Hi have a webpage with some controls at the top and a Table control at the bottom. programmatically add the table header and Data rows using TableRow() and Cells using Cell(), the Table is populated when page is NOT PostBack. ...
Score ObjectDataSource has no data
Dot Net Daddy - 4 Aug 2006 8:48 PM - 6 messages
Hello, I have an objectDateSource. But sometime there might not be any data for my application. So how can I know if the objectDataSource has no data? I binded a dropdownlist to this objectDataSource and I want to set the dropdownlist.visible = False, if there is no data. ...
Score How to Pass UserName to ObjectDateSource?
Dot Net Daddy - 4 Aug 2006 8:45 PM - 3 messages
Hello, I need to pass the username to object data source. But I failed. As a parameter I passed Profile("UserName"), but it doesnt work. At the moment I am passing it via a control (HiddenField), but I know it is ...
Score Polling mechanism
Mike - 4 Aug 2006 8:05 PM - 6 messages
Hi everyone, I would like to be able to send updates to my web page from the server. If I understood correctly, this is not possible to achieve in a web environment, unless some sort of polling mechanism is used. I read a few articles and some of them suggest using some Javascript, while other suggest using Web Services. Some ways to achieve some kind of polling mechanism is on this document: [link] ...
Score Website security without javascript or cookies
oopaevah - 4 Aug 2006 7:41 PM - 5 messages
What are the pitfalls of passing a token in the url once a user is logged on so I can remember who they are? I can easily implement this by adding &token=abcdefghijklmnop123 to each internal link on my web pages once the user is logged on. ...
Score Empty Membership Provider?
xeroxero - 4 Aug 2006 7:36 PM - 7 messages
I do not have any membership provider information specified in my ASP.NET 2.0 web.config file. After digest authentication, the site "hangs" for 20 seconds and then gives a SQL Server error, I think because it is trying to set up default membership for my site. ...
Score TableAdapter class missing some dataadapter like events
John Dalberg - 4 Aug 2006 7:32 PM - 1 message
I am using the dataset wizard in VS 2005. I am not finding events which are similar to events available in the regular xxDataAdapters like the RowUpdated event in the TableAdapter class. Do I need to code these? John Dalberg ...
Score Enumerate through Controls
Mike Collins - 4 Aug 2006 6:44 PM - 4 messages
I have some controls that I am creating dynamically. After the user finishes entering their answers in these controls, I would like to iterate through these controls and get the answers out. I have tried a couple of ways, but do ...
Score running ASP.NET 1.4 and ASP.NET 2.05 on the same IIS6
emstreet - 4 Aug 2006 6:41 PM - 3 messages
I have an ASP.NET 1.4 app running on W2003 IIS6. I created a new site (e.g. on port 85) where I want to run ASP.NET 2.0. When I set Asp.Net to 2.O on new site properties, the old site would give me ...
Score GridView.Cells
Dot Net Daddy - 4 Aug 2006 6:36 PM - 1 message
Hello, I set one of the columns in the GridView to visible=false. But I want show the value in that column for the selected row, in a Label. I tried this one, but it didnt work:     Protected Sub GridView1_SelectedIndexChanged(ByVal sender As ...
Score Uploading multiple files whose INPUT field have the same name
Moskie - 4 Aug 2006 6:23 PM - 1 message
I have a form where the user is able to provide an arbitrary number of attachments. This is done through Javascript that dynamically generates INPUT fields, each of which has the NAME attribute set to the same value. Now on the server side processing of this form, how do I handle these ...
Score Create rows at run time?
Carlo DLS - 4 Aug 2006 5:00 PM - 1 message
All, I am trying to create a table, be it the simple <table> tag or maybe a data control object like GridView where what I want to happen is, I want that table to automatically generate an extra row everytime all ...
Score WebPageTraceListener
chaz - 4 Aug 2006 4:59 PM - 5 messages
I've followed the directions in ms-help://MS.VSCC.v80/MS.MSDN.v80/MS.VisualStudio.v80.en/dv_aspnetcon/html/18b560f6-120b-462d-8e9f-0baf34c4919d.htm but am not able to get trace output from the business object to the trace ...
Score Compiler Error Message: CS0006
Bruce - 4 Aug 2006 4:43 PM - 2 messages
We suddenly got a mysterious error message on our Windows Server 2003 (SP1) after rolling out a bug fix on a web services application this morning.  The application compiles and runs fine on the development workstation (from vs 2005 on Windows XP Pro), but when I run "Copy Web Site..." to move the app ...
Score forcing post back to SSL from user control on master page
Fabuloussites - 4 Aug 2006 4:38 PM - 1 message
Greetings All, here is my situation.  i have a master page that has a login user control embedded on it.  within the user control there is a multiview.  in the default view, the username/passwords fields are there.  once the user is ...
Score CSS Help on making Div BGcolor across entire page when scroll bar appears
davidr - 4 Aug 2006 4:12 PM - 2 messages
Hi, I am using Divs with CSS to setup a layout for a site.  I am using the <Div>s and style sheets below.  I want the TopMenu to go across the entire top of the browser.  It does go across the entire top, but let ...
Score Problem while NOT debugging
nottheface - 4 Aug 2006 4:05 PM - 5 messages
I have a chunk of code I'm writing in a C# code behind.  Not sure if this is the right place to post, but I'm hoping someone has come across this before... I have on a page a pair of drop down boxes.  Based on the selection ...
Score RegisterClientScriptBlock and "Key" Value
Alex Maghen - 4 Aug 2006 4:04 PM - 3 messages
Hi. Two questions about "RegisterClientScriptBlock": 1. I want to be able to insert a script block without having to worry about whether the "key" is unique. As it turns out, if a script block with that key has already been registered, I can't register another block with the same ...
Score User control problem
Carl Maloney - 4 Aug 2006 3:41 PM - 2 messages
I have a user control that is loading and prerendering before the parent page is loaded. The user control needs a value from the parent page before the control gets pre rendered. I have tried calling the OnPreRender: protected override void OnPreRender(System.EventArgs e) ...
Score Html Control Changing Name Value
dcassar - 4 Aug 2006 3:34 PM - 4 messages
I am working on a complex server control that dynamically creates an HtmlInputHidden control that stores its value.  As far as the postback process is concerned, this hidden input acts as the control itself.  So when I render, I generate a proxy HtmlInputHidden like so: ...
Score Building a URL w/querystring variables
Steve Hershoff - 4 Aug 2006 3:13 PM - 3 messages
Hi everyone, I'm noodling over the best way to construct a URL with a new querystring variable.  Let's say I want to take my existing page's URL and append a new variable with accompanying value, then redirect, but I don't know up front ...
Score Creating a web page as a pass through page to other pages
John Dalberg - 4 Aug 2006 3:04 PM - 2 messages
The firewall at work is blocking some technical blogs that I need to read. I have a personal server connected to the web. I was thinking of putting up a web app on it which allows me to view these pages. It would function like ...
Score PDF Download problem;
Ibrahim. - 4 Aug 2006 2:00 PM - 3 messages
Im using the following code for downloading attachments in web page, however I get the error "the file is damaged etc". But when I open directly from the folder it opens, *********** Dim myFileInfo As New FileInfo(sender.CommandArgument) Dim myFilePath As String = ...
Score User Control Renders on Separate Line
jdp - 4 Aug 2006 1:03 PM - 6 messages
I've created a user control that I then place in a panel.  The reason it's in a panel is that it's part of search criteria that I hide/show panels based on the type of search begin done.  I can place a label ...
Score Self-refreshing and non-self-refreshing controls
Harlan Messinger - 4 Aug 2006 12:59 PM - 2 messages
[sorry for the multipost but I got no response in m.p.d.f.a.webcontrols] If I have a dropdown list ddl, and the following code appears in Page_Load, then on each postback the rows previously added persist and I ...
Score How are Application_Start, etc., called?
Harlan Messinger - 4 Aug 2006 12:56 PM - 7 messages
How do the Application methods like     protected void Application_Start get called? They aren't base class overrides and they aren't implementing interface methods. What mechanism does the system use to call them? In a Web form, a similar handler like ...
Score authentication problem...
RAB - 4 Aug 2006 12:50 PM - 4 messages
Hello, I have rented an asp.net hosting site on Godaddy.com.   The site has a URL which for the sake of this question, I will call [link] I created a directory which I will call ...
Score How to Init Profile properties at CreateUserWizard
Pedro Mir - 4 Aug 2006 12:50 PM - 2 messages
Hi! I am only asking for username, mail, password and security question in my CreateUserWizard control with the LoginCreatedUser=false. I am doing this because I amd sending an email for email address confirmation. The question is, How can I assign or init values to the rest of Profile properties when the ...
Score runat="server"
Jeff - 4 Aug 2006 12:42 PM - 4 messages
hey asp.net 2.0 If I have a plain html table in my asp.net 2.0 webpage, and later decide to add this property:  runat="server" to the table. Does this turn the table into a asp.net table (<asp:Table ID="Table1" runat="server">)??? ...
Score TextBox and Passwords
Gary Coutts - 4 Aug 2006 12:41 PM - 5 messages
Hi, When you  set a textbox's TextMode to password, does this just stop the password being displayed on the client machine or does it send the data to the server encrypted. Cheers gwc ...
Score Export DataSet/ XML as Excel Sheet
Sachin Salgarkar - 4 Aug 2006 11:43 AM - 4 messages
I have a DataSet that I need to export to Excel. The dataset has multiple tables. I need a way to export the complete dataset to a single Excel Workbook with sheets for each table in the dataset. Is that possible ? ...
Score Using TemplateColumn and DataGrid in code
MrCrool - 4 Aug 2006 11:31 AM - 3 messages
Hi I need to be able to handle the following ASP programming in pure C# code:     <asp:TemplateColumn HeaderText="Customer Information">       <ItemTemplate>         <table border="0"> ...
Score DataGrids and MySQL join?
JP2006 - 4 Aug 2006 11:09 AM - 3 messages
I have a situation where I have 2 tables - NODES and TAGS. Nodes is the main table and contains various columns one of which is tagID. Tags contains a list of tag names and tagIDs. When a user adds an entry to ...
Score About frames in asp.net
Sunil - 4 Aug 2006 10:59 AM - 2 messages
Hi All,          I am working on ASP.NET. I am using frames. The top frame will be common where as the bottom frame changes. Now my problem is I want the top frame also change for some web pages which come in bottom ...
Score please gimme me a regular expression for date (dd-MMM-yyyy)
pavan - 4 Aug 2006 10:31 AM - 2 messages
please help me as i have to validate  a text box for date.... ...
Score App hangs when SQL table open
Jon - 4 Aug 2006 8:38 AM - 17 messages
Hello all, We have a strange problem with our app. If the database table to which the app is writing is open, the app hangs and just takes ages. Why would this be so? Thanks, Jon ...
Score Hide a column in asp:GridView
ghostwolf - 4 Aug 2006 8:28 AM - 10 messages
Hi, I want to hide a column in the asp:GridView, say one of the column of asp:BoundField. But it is not allowed to put <div> inside for setting it display:none.  What can I do? Thanks in millions. ...
Score HealthMonitoring Provider
Ian Powell - 4 Aug 2006 8:05 AM - 1 message
Hi, I am developing a new health monitoring provider to handle exception errors for applications within my company. Ordinarily the code I use iterates through the session objects and reports in the error message details about each and every session object, it does ...
Score calender month control with asp.net
amjad - 4 Aug 2006 7:47 AM - 1 message
is it possible in asp.net 1.1 ..... i want to show calender month but instead of showing one month at a time. i want to show full year like on horizental bax days and vertical bar all months of that year thanks ...
Score Asp.net 2 Upload component with progress bar
Stan SR - 4 Aug 2006 7:23 AM - 3 messages
Hi, I m looking for a good upload component with a progress bar (or code) that works with asp.net 2 Any idea ? stan ...
Score asp.net vb6 advapi
Eugene - 4 Aug 2006 7:12 AM - 1 message
Hi, I have a vb6 dll that would make use of the AdvAPI. Then I have a asp.net project that would call this vb6 dll, but the returned value is not correct. From what I checked, the vb6 dll is called, but it fails on AdvAPI. What is ...
Score New this group. Need some help on asp.net and javascript
avakharia_ibsdev@yahoo.com - 4 Aug 2006 6:36 AM - 1 message
Hello all, I am not much familier with Web Applications. I am basically a C++,VC++ programmer. I have one query.. I want to open a number of child pages from one page let's say Parent Page. In parent Page there is one listbox having four items and on clicking ...
Score How to put <style> in content page
ad - 4 Aug 2006 6:29 AM - 3 messages
I use vs2005 to develop web application. I have used the new feature of master page of VS2005, and I have put some <style> in the master page. But I want to override some Style sheet in the content page. ...
Score Chinese antique furniture,Antique oriental furniture,antique ceramic
jillian - 4 Aug 2006 6:28 AM - 1 message
E-mail: jill***@sinocurio.com Tel: 010 65738878 Address: No.616 XinDian Village,TongZhou District,BeiJing,China Website: [link] -- jillian ------------------------------------------------------------------------ jillian's Profile: [link] View this thread: [link] ...
Score What class in CSS affect the head of GridView
ad - 4 Aug 2006 6:15 AM - 3 messages
I use a pre-defined CSS to my webpage. There are many class in the CSS. The header of my GridView will be affected by the CSS, but I can't find the class which affect the header of the GridView. ...
Score Binding data to datagrid header template on button click
Santosh - 4 Aug 2006 4:57 AM - 1 message
Dear all i want to bind data to the controls in the datagrid header template on button click event which is not in the datagrid . i am writting following code but it gives an error. can any one tell me what is the solution behind them. ...
Score Upload a textfiel into Textbox in ASP.Net C#
Jay - 4 Aug 2006 4:49 AM - 2 messages
Hi, I need to upload a text file (say some letter ) from one of the drive (say the path is C:\letter.doc), here i need to display the content of the file into textbox , how is it possible ? waitng fo ur reply. ...
Score Currency Converter Web Service
Raj - 4 Aug 2006 3:38 AM - 3 messages
Is there a current converter web service available? Currency rates are to be as per latest exchange rates. Raj. ...
Score Need Script to Download Files from Webserver
JessiRight77 - 4 Aug 2006 2:58 AM - 1 message
Hello... Our website is built using Dreamweaver.   We need to incorporate some script that will allow users to view files stored in a folder on our webserver, and then download them to their harddrive. Can anyone help me with this, or point me in the right direction? ...
Score Error messages not complete
tshad - 4 Aug 2006 1:34 AM - 1 message
I am getting the following error message when an error happens with debug=false. ******************************************************************** Server Error in '/' Application. -------------------------------------------------------------------------------- C:\Inetpub\wwwroot\staffingworkshop\administration\passwordsRolesAdmin1.ascx Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information ...
Score The SiteMapProvider 'MySiteMap' cannot be found.
Adrian Sharp - 4 Aug 2006 1:25 AM - 4 messages
I've got a pretty basic sitemap setup, but am getting a runtime error: "The SiteMapProvider 'MySiteMap' cannot be found." This occurs only when I access my website under IIS 5.1. When I run my app under the debugger (localhost:1946) I have no problem. I thought of trying ...
Score Problem while connecting sql server ASP.net
Neo - 4 Aug 2006 1:16 AM - 2 messages
Hello All, I am trying to connect SQL Server 2005 from ASP.net. I am getting error Asp.Net login failed for user ''. I have seen Asp.Net "login failed for user 'NT Authority/Network service'" which is very easy to fix by creating user 'NT Authority/Network ...
Score CreateUserWizard Question
Kenny - 4 Aug 2006 12:31 AM - 1 message
I have a standard old createuser wizard control on a page. I have added 3 extra step - each step has a few controls on them that I interact with via code with no issues.  The createuserwizard includes a complete step. I edit ...
Score Can't configure AccessDataSource
Anthony Bollinger - 4 Aug 2006 12:06 AM - 1 message
VS 2005, VB.  I drop an AccessDataSource on the web page and click on "Configure Data Source".  If I used the browse button, the Access database that is within the application path does not display.  I moved the database ...
Score Problem passing multi-demsioned array from conventional ASP/Javascript to a C# interop assembly
Richard Lewis Haggard - 4 Aug 2006 12:02 AM - 1 message
I am trying to create multi-dimensioned arrays in conventional ASP pages and pass these arrays as arguments to  functions that are in a C# interop assembly. ASP complains because it doesn't recognize that the created array is the same as the declared interface argument. ...
Score ObjectDataSource, GridView versus Business/Object Model
Evert Wiesenekker - 3 Aug 2006 10:28 PM - 1 message
I am struggling with the following situation : Suppose I have an Object model of a house. The house can contain 0 or more chairs. Lets say the House class looks like this: class House {     private List<Chair> _chairs; ...
Score How to unload AppDomain created by CreateApplicationHost()?
Vlad Hrybok - 3 Aug 2006 10:11 PM - 2 messages
Hi, I noticed that releasing the reference ot the returned by CreateApplicationHost() is not enough to free memory taken by AppDomain created by CreateApplicationHost(). I have to created and destroy ASP.NET AppDomains on a fly without terminating the proccess. I want to get a ...
Score Cannot create Excel Object via executable called from ASP.Net
Keith McDonald - 3 Aug 2006 10:05 PM - 2 messages
We have executable program that is used to create and send emails to users.  Working on getting it able to be called from a web page we're having some problems.  First of all if debugging the website from local ...
Score RE: Call event handler programatically
Jackie foster - 3 Aug 2006 9:51 PM - 1 message
try this wonderful vitamin I HAD CARPAL TUNNEL IN BOTH MY HANDS I TRY THE VITAMINS AND I TELL I HAVE NO MORE PROBLEMS SO TRY IT  YOU WILL BE HAPPY. From [link] Posted via DevelopmentNow.com Groups [link] ...
Score Working with a datalist
Aussie Rules - 3 Aug 2006 9:43 PM - 8 messages
Hi, I have a data list that is bound to a datasource which is just a list of products from a sql table. What I want to do is configure the data list so that when i person clicks on ...
Score ASP.NET 1.1: Getting an auto-attach failure to aspnet_wp.exe
Rod - 3 Aug 2006 9:26 PM - 1 message
I have installed Visual Studio .NET 2003 and 2005 onto my new machine at work.  Right now I am trying to debug an ASP.NET 1.1 app to look into an error that a user mentioned.  When I do I get the following error: ...
Score how to set a object param in code
Aussie Rules - 3 Aug 2006 9:23 PM - 5 messages
Hi, I have the Windows media object placed on a web page. Since its not a .net component (its a com object) I have placed the code in the html source of the page. The problem I am having is that I get the url ...
Score ASP.net Project...H E L P!!!!
fadilshamirkhan - 3 Aug 2006 9:18 PM - 2 messages
Hi everyone...this is my first time here and i really need the help... I have a website to make and i need to use some kind of database feature to store info It is a Travel Insurance website and i am doing it in ASP.net...well i ...
Score access controls inside formview inside loginview
wikkiwikkiwaa - 3 Aug 2006 9:13 PM - 3 messages
hello, i am trying to access controls inside my formview1 nested inside loginview1. you cannot access the formview1 unless you are properly logged in. for loginview1, that seems to be fairly simple. a label control would be: Label label1 = (Label)loginview1.FindControl("nameoflabel"); ...
Score Create rows at run time?
Carlo DLS - 3 Aug 2006 8:57 PM - 2 messages
All, I am trying to create a table, be it the simple <table> tag or maybe a data control object like GridView where what I want to happen is, I want that table to automatically generate an extra row everytime all ...
Score Hiding columns in GridView Control
srinivas - 3 Aug 2006 8:35 PM - 6 messages
Hi, I have binded a dataset to a gridview control at run time. I'm fetching 5 columns from the database. But while displaying it on the screen i want to show only 3 columns. I tried with gridview.columns(i).visible property,but it did't work. ...
Score Menu control issue....
John Smith - 3 Aug 2006 8:21 PM - 3 messages
I am trying to use the menu control for a tabbed menu system but it's frustrating the hell out of me.  The full code is listed below.  The trouble that I'm having is that, when the user clicks on a menu item, the page will ...
Score asp:Menu - Adding an OnClientClick Event
jtencate - 3 Aug 2006 7:37 PM - 1 message
I am trying to add an OnClientClick event to links in an asp:Menu. I tried using a StaticItemTemplate to bind the MenuItem data to a LinkButton with an OnClientClick attribute. This works fine to a point. This does get an ...
Score Problem Deleting Users From Roles
Microsoft News Group - 3 Aug 2006 7:35 PM - 2 messages
I am setting up a customer portal.  I am setting up users, and then deleting them.  But if I set up a user with the same name I deleted. Then I get this error. The user 'Flynn' is already in role 'basic'. ...
Score Performance questions
SevDer - 3 Aug 2006 7:34 PM - 5 messages
Hi I have 2 different sites with the same aspnet code. Both are running in their own app pool. 1st one is the important site and performance for this one is more important than the second one. Of course in the codes I have some customization routines. ...
Score AccessDataSource vs SqlDataSource Questions
msch-prv - 3 Aug 2006 7:07 PM - 5 messages
I use an Access db in my application. So far I have been exclusively working wtih the AccessDataSource controls to hook up to the db.  I know that Access db connections can also be established with SqlDataSource. What are the trade-offs between the AccessDataSource and SqlDataSource? ...
Score access and ASP.NET
phil - 3 Aug 2006 6:49 PM - 10 messages
We have a small website using Visual basic and ASP.NET. We hold a database in Access format which is opened with the following 3 lines Dim m_dataBase As String = "Provider=Microsoft.Jet.OLEDB.4.0; Data Source=C:\callidusWorld\app_data\webAccess.mdb" ...