Home All Groups Group Topic Archive Search About

ASP.NET Development

microsoft.public.dotnet.framework.aspnet
Score Datagrid problem
Simon Abolnar - 1 Oct 2005 9:41 PM - 2 messages
I have a table fixed width (758px), centered. Inside a table there is datagrid of fixed width (752px). If I open web page at full screen, everything is OK. If I resize window, table and datagrid move correctly. If I open web page with a small size window, table and datagrid are ...
Score ERROR: Object must implement IConvertible.
charleswesley@gmail.com - 1 Oct 2005 8:49 PM - 5 messages
I think the problem is with the strPrice variable in the AddToCart() sub.  I've been messing with it all morning and can't seem to figure it out.  Any ideas? +++++++++++++++++++++++++++++++++++++++++++ + EXCEPTION                               + ...
Score DataSource Parameter with dynamic value
Erik Funkenbusch - 1 Oct 2005 8:30 PM - 1 message
ASP.NET 2.0 I have a SqlDataSource that i'd like to pass the UserID of the user defined by the Membership provider. So, I thought I'd do something like this:     SelectCommand="SELECT [balance] FROM [accounts] WHERE ([UserID] = @UserID)" EnableViewState="False"> ...
Score URGENT: Popup window redirection problem
Dimitrios Mpougas - 1 Oct 2005 7:45 PM - 1 message
Hello, I have two asp.net pages. The first is a page (main.aspx) wich has four links on it. The href value of each link is: href="view.aspx?id=1" traget="_blank" href="view.aspx?id=2" traget="_blank" ...
Score Validating User Input (numeric only, and valid email address attributes)
charleswesley@gmail.com - 1 Oct 2005 7:16 PM - 3 messages
I find myself regularly needing to validate user input as either a) numeric only or b) valid email address format (u***@domain.tld) I am assuming that there are regular expressions that can be used to do this as it doesn't appear that 1.1 includes this functionality itself. ...
Score Viewstate enabled and set, but not all data is being stored in the page
Keith Murray - 1 Oct 2005 6:40 PM - 2 messages
I have a custom web control, similar to a datagrid. The grid can have a button that the user clicks to select the row. I use a custom button with a data field that is stored in the Viewstate. So far, this is ...
Score user control
barry - 1 Oct 2005 5:46 PM - 5 messages
I have a <asp:panel defined on a asp.net 1.1 version. I have some javascript  that is executed on an action in the panel. This works fine. but When I put the panel to an ascx file and then try to access the panel in the ...
Score Suggested Graphics Programs for use with VS
Sandy - 1 Oct 2005 3:57 PM - 5 messages
Hello - I have developed the world's ugliest website -- functions well, but it leaves a lot to be desired aesthetically. What are the recommended web graphics programs to integrate with Visual Studio projects?  I don't want to just go out and buy something without ...
Score Disable Back/Forward button IE
Johnny Emde - 1 Oct 2005 3:47 PM - 2 messages
Hello I want to avoid users to be able to click back/forward in IE. Is it possible to like clear the 'back-container' and ofcause the 'forware-container' or just disable the buttons. I'am using C# Kind regards ...
Score Using Cache expiration to invoke Delegates...
Beren - 1 Oct 2005 2:03 PM - 5 messages
Hello I'm trying to use Cache expiration and its callback feature to easily add automated tasks programmatically. The task should be run when the Cache object expired The problem I'm facing is that some tasks will only be expiring (thus ...
Score ConnectionString not initialized..?
Kent Johnson - 1 Oct 2005 1:59 PM - 6 messages
Hi all, I have accidentally deleted my web.config file so I'll have to recreate it. I have tried this in my Web.config file: <configuration> <appSettings>   <add key="ConnectionString" value="server=localhost;uid=sa;password=MyPwd;database=MyDB"/> ...
Score Vs 2005 Release Candidate - Datasource update problems
BM - 1 Oct 2005 12:35 PM - 1 message
Hi, I have started to develop an web application, with VS 2005 beta 2. This application has many web forms mainly based on SQLDataSource and GridView, FormView, DetailView. Everithing done almost declaratively. Now I have migrated to VS 2005 Release Candidate, and SQL September CTP, ...
Score Security, Trust Level in Web.Config
Fabrice - 1 Oct 2005 11:41 AM - 1 message
Hello, One question about security. I try to secure my web application on IIS6 and asp.net 1.1 I have differents questions about the element "trust level" in the config.web to manage process rights. Is a good idea to manipulate this configuration ? ...
Score Change data grid control on the client side.
milkyway - 1 Oct 2005 9:46 AM - 3 messages
Hello, I am using Visual Studio 2005 now. Is there an example out there where one can see a Microsoft Datagrid control being modified on the client side - specifically by javascript? I wanted to add rows to the control (and remove them too). Is there a way for this to be done at all? ...
Score ASP.NET custom paging with next link
asad - 1 Oct 2005 9:35 AM - 3 messages
hello friends, how ru all I want to create a custom paging logic in ASP.NET with a next link for example if i have 100 pages record so i want to show 6 pages link on page one and next link ...
Score Set value from web page to pre printed form
Guhanath - 1 Oct 2005 8:50 AM - 2 messages
Hi is there any way to post the values from asp.net page to a pre printed form,eg:like a commercial billing form where space will be already present to set a value. ...
Score write xml schema from xmldocument
Martin - 1 Oct 2005 7:40 AM - 2 messages
Hi, I am manipulating an xmldocument class object. at present when I want the schema wrote wrote out I am reading the xmldocument object into a dataset and then writing the dataset to file usring the writexml mthod withe the xmlwritemode schama flag. ...
Score Cannot Debug
Scott Durrett - 1 Oct 2005 6:24 AM - 2 messages
I just re-loaded my puter. Windows XP Pro Visual Studio 2003 IIS (whatever comes with XP) Everything works great.. however when I try to execute (debug) my web project it will not let me.. I've attached the error I'm getting.  Please help! ...
Score When Can I Access the New Value of the SelectedIndex property?
Nathan Sokalski - 1 Oct 2005 12:19 AM - 2 messages
I have a problem that is driving me crazy. I have a User Control composed of three DropDownLists that will be used to select a date. I have everything working except for one thing. When I select a new value from one of the DropDownLists, the code still returns the old value. You will notice that I try to access the SelectedIndex property in DateChanged, which is the eventhandler for all three SelectedIndexChanged events, although I could put that code in Page_Load instead. Here is the code used in the User Control: ...
Score Two Questions
john wright - 30 Sep 2005 10:12 PM - 5 messages
1.  I have three Upload controls on my form.  When someone clicks a checkbox, the upload control becomes visible and the user can click the upload button and the file uploads great.  However, if someone clicks on the ...
Score how is this normally done?
ari - 30 Sep 2005 10:01 PM - 5 messages
hey all, i have a web form that i want to authenticat with Active Directory. i can do that part but how do you authorize the user to different roles in my application. do i have it first authenticate to AD then goto to a database to ...
Score How To? Bind MS Access to DropDownList?
troy.forster - 30 Sep 2005 9:48 PM - 4 messages
I am sure this must be about the simplest thing to do.  I can whip something off in 10 different languages and environments with no problem.  But VisualStudio 2003 and ASP.NET is sooooo frustrating!!! My example is simple.  I have an Access table (mytable) with two fields ...
Score not sure if i did this correctly...
rodchar - 30 Sep 2005 9:37 PM - 3 messages
hey all, i have a datagrid template column that has a checkbox in it's header item and in its item. how do i access the header checkbox in my code behind? thanks, rodchar ...
Score IFrame within a ContentPlaceHolder, anyone know about this?
Brent.Lakatos - 30 Sep 2005 9:27 PM - 1 message
ASP.NET 2.0 Question: I have a simple IFrame User Control that I wrote: HTML: <%@ Control Language="C#" AutoEventWireup="true" CodeFile="IFrameControl.ascx.cs" Inherits="IFrameControl" %> <iframe src="" id="taskwindow" runat="server" width="100%" height="100%"></iframe> ...
Score how can I export ALL datagrid rows to excel?
The Colonel - 30 Sep 2005 9:14 PM - 6 messages
I'm only getting current page.  I've tried playing with the PageSize and AllowPaging = False before exporting, but no luck.  Here's my code: <snip>     Public Sub btnExport_OnClick(ByVal sender As Object, ByVal e As ...
Score Problem retrieving Active Directory users
tangus via DotNetMonster.com - 30 Sep 2005 9:14 PM - 2 messages
Hello all, I'm really struggling with getting some Active Directory code to work in ASP.NET.  Can you please provide assistance?  I am executing the following code:        Dim enTry As DirectoryEntry = New DirectoryEntry("LDAP://domain") ...
Score DetailsView Data Binding
Andrew Robinson - 30 Sep 2005 8:44 PM - 3 messages
Is there any way to accomplish two way data binding in a Details View with a DataSet or DataTable as the DataSource. All I want is to get an updated DataSet or DataTable back from the DetailsView and then handle my updating manually. ...
Score ASP.NET + WindowsServices
Andy - 30 Sep 2005 8:27 PM - 5 messages
Hello, I would like to access to Windows Service via ASP.NET. I have written very simple web application which starts and stops windows service. Here is my StarButton event: private void StartButton_Click(object sender, System.EventArgs e) {     ServiceController sc = new ServiceController(); ...
Score Datagrid not refreshing with new data
pv_kannan - 30 Sep 2005 7:58 PM - 2 messages
One of our dev team members is having a strange problem with a datagrid... We are not seeing a datagrid's data getting refreshed after a new row is entered in a popup window inspite of resetting the datasource and ...
Score Master Page with CSS link and Javascript Url problem
homawong - 30 Sep 2005 7:21 PM - 3 messages
In the header section of the master page I have <script src="JavaScript/MyScript.js"></script> <link href="CSS/MyCSS.css" type="text/css" rel="stylesheet" /> Since both of them are relative url, when the client request for a page ...
Score How to pass SqlDataReader row
msnews - 30 Sep 2005 7:17 PM - 4 messages
Hi All, I have the following code ------------------------------------------------    Business.Prod prod = new Business.Prod();    SqlDataReader Product = prod.GetProducts();    while (prod.Read())    {     Response.Write(BuildProduct("PASS THE ROW");    } private string BuildProduct("ACCEPT ROW") ...
Score access server side files - outside of virual directory
Craig - 30 Sep 2005 7:13 PM - 2 messages
How can I access files on the server that are outside of the virtual directory of the web application. More Information: web application located here: C:\inetpub\wwwroot\FileAccessor File located here: C:\MyFiles ...
Score validating a webpage before first postback
Chris - 30 Sep 2005 7:06 PM - 5 messages
Hi, I am creating a webform in ASP.NET using C#. I have a drop down list control and 5 textbox controls. Each textbox control has a required field validator assigned to it. I have a save button on the form. ...
Score Failed forms authentication with LDAP
Lino Garcia - 30 Sep 2005 7:01 PM - 1 message
I'm using the walkthrough described in [link] and I followed step by step. However, when I try with a valid AD account/password combination the code ...
Score Date Time settings in ASP.NET State Database
Harold Crump - 30 Sep 2005 6:52 PM - 1 message
Greetings, I am using SQL Server for state management in an ASP.NET application. The ASPStateTempSessions table is being stored in the ASPState table (and not the SQL Temp database). I am curious as to the date/time format being used to store the Created ...
Score Senior Applications Developer Springfield, MA
Ronella - 30 Sep 2005 6:42 PM - 3 messages
Senior Applications Developer Save this job  |  Email this job  |  Printer-Friendly Version Location:  US-MA-Springfield Base Pay:  $60,000.00 - $80,000.00/Year Employee Type:  Full-Time Employee Industry:  Internet - ECommerce ...
Score Sr. Applications Developer position in Springfield Mass--SPONSORSHIP AVAILABLE
Ronella - 30 Sep 2005 6:40 PM - 2 messages
Senior Applications Developer Save this job  |  Email this job  |  Printer-Friendly Version Location:  US-MA-Springfield Base Pay:  $60,000.00 - $80,000.00/Year Employee Type:  Full-Time Employee Industry:  Internet - ECommerce ...
Score Why must <configSections> be 1st element of <configuration> ?
Joseph Geretz - 30 Sep 2005 6:16 PM - 3 messages
Parser Error Message: Only one <configSections> element allowed. It must be the first child element of the root <configuration> element. OK, fine, easy enough to fix, I just need to copy and paste this block to ...
Score Too many arguments error
Roy - 30 Sep 2005 5:53 PM - 2 messages
Hey all, Perhaps one of you can see what I'm doing wrong. The rowselectorcolumn is an excellent little control that adds in checkboxes to a datagrid. That's just an FYI, it's not my problem. If I click "btnRelease" and ...
Score Forms Authentication Cookie from two applications
Harold Crump - 30 Sep 2005 5:14 PM - 2 messages
Greetings, How does ASP.NET Forms Authentication distinguish between tickets/cookies issued by more than one application in the same domain? The domain name on the cookie will be the same in this case. Let's assume the user name is the same as well. ...
Score Application.Lock() from whitin custom class
P. Prosper - 30 Sep 2005 5:12 PM - 2 messages
I need some help on this issue. I am trying to lock the application object from within a vb class but I'll get the following error: Exception Details: System.NullReferenceException: Object reference not set to an instance of an object. ...
Score Automate VPN connection from ASP.Net
David Lozzi - 30 Sep 2005 5:11 PM - 1 message
Hi, Here's my scenario. My workstation is my development server. Some of the databases used are located in other offices to which I need to VPN to. Once VPNd in, I can run the web application successfully. Here's my issue. I have customers connecting to my workstation through IE to ...
Score Server Application Unavailable
Chris Davoli - 30 Sep 2005 5:07 PM - 1 message
I'm getting these errors: IN VS.NET: The web server reported the following error when attempting to create or open the web project located at the following URL: 'http://localhost/webapplication1. 'HTTP/1.1 500 Internal Server Error'. IN BROWSER: ...
Score Operation timed-out downloading web service durning Add Web Reference
Joe - 30 Sep 2005 4:59 PM - 1 message
I'm hosting my web service on a Windows 2003 box which is remotely located. When trying to add a web reference to a C# project I get an error message 'There was an error downloading '[link]' ...
Score Delete confirmation in GridView
mpenev - 30 Sep 2005 4:47 PM - 3 messages
Hi, Is there a way to make the GridView ask for a confirmation (something similar to javascript: window.confirm ) before deleting a row? Thanks ...
Score Having problems with HttPost and HttpGet
Daniel Bello Urizarri - 30 Sep 2005 4:40 PM - 4 messages
Hello: On the new Asp.net 2.0 the <protocols> section does not work. But without it, my application, which uses such protocols, does not work either How can I enable those protocols on aspnet 2.0 iis 6.0? ...
Score Global.asax, Caching, LoadXml problems.
Rick Hein - 30 Sep 2005 3:43 PM - 1 message
I've got a problem with an app I've been working on, the Caching object and events not firing correctly. In a nutshell: When I'm debugging, and I set a breakpoint in the removed item call back, the code works correctly. If  there ...
Score Server.URLEncode and potentially dangerous string
veenakj - 30 Sep 2005 3:42 PM - 2 messages
Hi Code snippet -------------- strErrMsg = "Could not find a part of the path \"C:\\Temp\\data\\Test.xml\"." } Server.Transfer("Message.aspx?errormsg=" + Server.UrlEncode(lsErrMsg)); --------------- I'm getting  "potentially dangerous Request.Form value was detected from the client " error message ...
Score IIS getting directory paths incorrect
foldface - 30 Sep 2005 3:20 PM - 3 messages
Hi   Anyone ever seen a case where IIS (I assume) gets the paths wrong for an application, e.g. - Page 1 holds an IFrame which in turn holds folder1/page2 - folder1/Page2 wants to load ~/folder2/b/c.ascx in the aspx file but ...
Score Custom Error Handling Problem /Question
Mr Newbie - 30 Sep 2005 3:19 PM - 4 messages
I'm testing error handling configurations and having some trouble. I created a WebForm called.  ErrDefault.aspx and I am trying to use the Page error attribute to force the redirection to a custom page, but I only get and ...
Score change to bin directory without timeout?
foldface - 30 Sep 2005 3:14 PM - 3 messages
Hi   Assuming your developing asp.net applications using visual studio, normal procedure: - code - run - find bug in .cs file - stop, change, compile - run again Is there anyway you could compile your file when not in debug mode, copy it manuualy to the bin directory and have asp.net ignore ...
Score WebServices In Asp.net
anujsharrma - 30 Sep 2005 1:51 PM - 2 messages
Hi, All i m developing a system, but in this i can't use web-services, coz i read some where, that web-services are store data / or they can provide data in xml format. if i want to store the data, can i read that ...
Score Stupid question about fonts.
UJ - 30 Sep 2005 1:23 PM - 15 messages
What's the easiest way (without setting up a style sheet) to set the font for an area of text. I need to be able to specify the exact font and font size - not the 1-7 numbers IE uses. I want to be able to set some text to be ...
Score Email and including a stylesheet
WebBuilder451 - 30 Sep 2005 1:09 PM - 9 messages
i'm sending email via an aspx page. The format is html. Is there a way to include a link to a stylesheet? I notice that the Dim mail As New MailMessage mail.Body = msg mail.BodyFormat = MailFormat.Html will create the correct html headers but i can't figure out how to include a ...
Score UrlWriting
fabrice - 30 Sep 2005 1:05 PM - 5 messages
Hello, I'm looking for a tutorial to realise URL Rewriting, using vb.net. If someone know how to do url-rewrintg under asp.net 1.1 and vb.net , I will be very happy thanks a lot fabrice ...
Score WebUserControl and design time support
Christian H - 30 Sep 2005 12:56 PM - 1 message
Hello, I've just created a WebUserControl that consists of a few other controls such as DropDownList, TextBox and Button. Based on the information entered in the DropDownlist, and TextBox, the Button.onClick event quries a database, and returns a DataTable. ...
Score Change Title
Chris - 30 Sep 2005 12:55 PM - 3 messages
I have a very simple vb.net aspx page.  How do I change the title of the page code behind?  Thanks. Chris ...
Score best practice with intranet security and menu structure
Patrick.O.Ige - 30 Sep 2005 12:31 PM - 1 message
Here goes the scenario.. The intranet is using windows Auth integrated wih Active Directory. Which is fine and all the appropriate Roles/Groups are set. When a user clicks on a button on a page he/she is prompted and logs on and ...
Score How to build asp.net project runtime
Khurramsk - 30 Sep 2005 10:55 AM - 1 message
Hello, My application generates asp.net projects at runtime, it generates complete projects not just one file. I generate aspx files, code behind files, global.asax and web.config files. Later i host the folder containing the files in IIS. ...
Score ASP.NET maintain state with client side JavaScript...?
Matt Jensen - 30 Sep 2005 10:49 AM - 5 messages
Howdy all Hopefully I can explain my problem straightforwardly. In it's simplest explanation, what I want to do is have a hyperlink that, when clicked, executes some client side JavaScript and then saves every form element value and reloads the page (with the 'save' being much the same as ...
Score dataadepter.fill lost session state?
mtcc - 30 Sep 2005 10:42 AM - 1 message
i try simple web page, for first time i add session "aa" var, and i add button, and i check if session keep aa value in postback. when i add call to Dataadapter.fill method, i lost my session on postback, ...
Score Access Data in UserControl
John Howard - 30 Sep 2005 10:35 AM - 2 messages
I am trying to access the SelectedIndex property of DropDownList but the dropDownList is in a UserControl. I'm sure this is very simple but I can't work it out :o( please help. John ...
Score Invalid character in a Base-64 string
Koketso Mashao - 30 Sep 2005 10:35 AM - 1 message
Hi All, Is there a quick and dirty way of eliminating this error. Instead of creating a new base page class for handling your ViewState? Regards ...
Score webdav 400 bad request
Gaz - 30 Sep 2005 10:08 AM - 3 messages
Hi I am trying to send a new mail via webdav using the c# example on msdn, when the following line executes: PUTResponse = (System.Net.HttpWebResponse)PUTRequest.GetResponse(); I get a "The remote server returned an error: (400) Bad Request." error. ...
Score Convert an object to a control, or what?
Magnus Blomberg - 30 Sep 2005 9:24 AM - 5 messages
Hello! An common issue for me is that I have a web control, double-click it to reach the event in the code-behind. Then I for example get the code: protected void CheckBox1_CheckedChanged(Object sender , EventArgs e) This is good, but if I then want to use the sender as a control, for ...
Score determine ASP.NET worker process user context programatically?
Danny Miller - 30 Sep 2005 9:02 AM - 4 messages
Hi there, I've got a web app that uses impersonation and makes calls to a SQL Server backend. I'd like to be able to automate the setting of database security for the web app upon deployment. What I'd like to do during installation is the ...
Score Page-load twice
MaryA - 30 Sep 2005 8:55 AM - 9 messages
I have an aspx page that loads twice inspite of using the IsPostBack i removed all controls from the page and still the page_load event is called twice I appriciate any help coz i have lost several hours on this ...
Score Newbe question about location of assemblies.
Daniel Bello Urizarri - 30 Sep 2005 8:54 AM - 2 messages
Hello: Im creating a web site that uses a class with some [DllImport] mehods, when the web application starts, it can not find the external dll. Where should it be placed? ...
Score Workflow products recommend require.
ABC - 30 Sep 2005 8:10 AM - 4 messages
My client request a workflow solution.  They want the solution provide as: 1. Has a workflow diagram interface presents their roles, work and tasks. 2. Support .NET technologies for developers to enhance. 3. Has a workflow design to implement or modify the workflow sheets ...
Score URL Decode HTML encoded in JavaScript
Ben Amada - 30 Sep 2005 8:09 AM - 2 messages
Hello.  I have some HTML that I would like to pass to a popup webform via a querystring.  I've run into some problems which I believe is because I need to encode the HTML.  The popup webform is being created via JavaScript so I ...
Score HOW to solve ... System.Net.WebException: Connection closed
etantonio - 30 Sep 2005 6:43 AM - 2 messages
Good morning, I've a problem, in the past I translate my site from google or altavista with a code similar to this : <%@ Page Language="c#" Trace="true" Debug="true" %> <%@ import Namespace="System.Net" %> <%@ import Namespace="System.IO" %> ...
Score Not all images are loaded correctly
etantonio - 30 Sep 2005 6:23 AM - 4 messages
Good morning, I've a web page where I have put about 30 little images (4kb each) coming from other sites, the problem is that not all are showed and the images showed are random, I don't know if it is a problem of the http ...
Score Browser Refresh needed for .js and HTML??
milkyway - 30 Sep 2005 6:15 AM - 8 messages
Hello to all ;-) I am using the Visual Studio 2005 .NET framework. Basically, I have file that is served up as an HTML file on the client side (generated from a .aspx file). But - the HTML file is using javascript to implement a button click (on the client side). ...
Score DataGridPageChangedEventHandler does not fire
Beffmans - 30 Sep 2005 5:58 AM - 1 message
Hi I build paging  into my wbepages and in one event i have: private void dg_PageIndexChanged(Object sender, DataGridPageChangedEventArgs e)         {             dg.CurrentPageIndex = e.NewPageIndex; ...
Score SSL Certificates, and browser verification
Frankie - 30 Sep 2005 5:49 AM - 1 message
I just read the following on the Web site of a company selling SSL certificates: << When the SSL handshake occurs, the browser verifies that the server certificate was issued by a trusted CA. If the CA is not trusted, a warning ...
Score cannot open .aspx files locally anymore
SteveC - 30 Sep 2005 5:30 AM - 4 messages
Help... for some strange reason I cannot open .aspx files locally anymore, instead of opening in IE6 I am now promoted to download or open the file and opening the file loads visual studio with the file... Help... Steve ...
Score Problem With Froms Authentication. HELP
JMUApache - 30 Sep 2005 3:44 AM - 4 messages
Hi:     I have got a problem with FromsAuthentication for many days. I use "Forms" Authentication in my ASP.NET Web Froms, and I find that I can't singout.... Some Code Here: //In my Logon.aspx, I got the username and password ...
Score Value of variable in my user control keeps getting reset
Nathan Sokalski - 30 Sep 2005 3:19 AM - 6 messages
I have a user control that contains three variables which are accessed through public properties. They are declared immediately below the "Web Form Designer Generated Code" section. Every time an event is fired by one of the controls contained in the User Control, these variable are reset. Here is my current code (I have a little more to add later, right now I am just concerned about the variables getting reset): ...
Score Runtime SelectedIndexChanged!
Adam Knight - 30 Sep 2005 3:07 AM - 5 messages
Hi all, I have a DropDownList that i want to attach a OnSelectedIndexChange event Dynamically. So far my attempts have failed. 'determine if report being generated is a 'Question Statistics' report If(ddlReportTypes.SelectedValue = "q") Then     'specify OnSelectedIndexChanged method Sub ...
Score Auto scroll the page?
Daniel - 30 Sep 2005 2:47 AM - 6 messages
Hi All, i have problem to scroll the page the the specific section of the page after click a command button. I have tried using <a name="f"> and use response.redirect("xxxx.aspx?#f"). Although it works but i dont wan to reload the page. ...
Score Row Index?
Adam Knight - 30 Sep 2005 2:44 AM - 2 messages
Hi all, i could be going blind..but i don't see a row index property on a data row in the class browser. I am trying to accomplish the following? 'iterate through dataset For Each rw As DataRow In Ds.Tables(0).Rows ...
Score Forms Authentication with Active Directory LDAP Problem
Tdar - 30 Sep 2005 2:02 AM - 3 messages
Sorry for the dup post but looking for a response and this is being posted under my MSDN managed newsgroups handle and in a different newsgroup Hi, As I said in the past post I am using this Article [link] ...
Score How to get the previous page's url address under ASP.NET C# code?
ABC - 30 Sep 2005 2:00 AM - 2 messages
How to get the previous page's url address under ASP.NET C# code? ...
Score Redirect("/") ??
PhillipBD - 30 Sep 2005 1:33 AM - 5 messages
Quick question. What does the URL "/" argument do in the Response.Redirect method? ...
Score Hyperlink event.
Daniel - 30 Sep 2005 1:23 AM - 2 messages
Hi All, Does anyone know to send click event to the hyperlink?? What i mean is the user click on the button and the hyperlink click event will be trigger instead of persoanlly click on the hyperlink. Purpose of doing it, i need to filter some request from and direct to the ...
Score ASP.NET 2.0 in IIS is giving me error.
washoetech - 30 Sep 2005 1:11 AM - 6 messages
Hello, I have tried to run my ASP.NET 2.0 application from IIS and I get a page not found error.  When I debug from within Visual Studio.NET 2005 my application works fine.  Any ideas? Thanks, ...
Score Web Parts in a Master Page
stefan - 30 Sep 2005 1:10 AM - 2 messages
Hi Everyone, I have been playing around with Web Parts recently in ASP.NET 2.0 and I ran into a problem when using them on a Master Page.  The problem is that each page remembers the Web Part settings individually.  So if I ...
Score Automating HTTP Authentication using ASP.NET and MS Exchange 2003
thewulf - 29 Sep 2005 11:57 PM - 1 message
I'm currently building an application which will contain a link to MS Exchange 2003. We'd like the user to the able to click the link and automatically be logged in to MS Exchange 2003 using the web interface ...
Score DataGrid Won't come back(2)
Tina - 29 Sep 2005 11:47 PM - 2 messages
This message refers to the one I left an hour ago.  It's another way to ask a question that will help me solve my problem. Below is a working ASPX program.  It has two buttons and a DataGrid named dg ...
Score RGB color in c# help
kstriyhon - 29 Sep 2005 11:31 PM - 1 message
hellow i´m using the office object library in c# and i need to set the document font to a rgb color, but i can´t figured it out how to do this, the color options i get are plain colors and but i need is an rgb color, how can ...
Score Is possible to use classes in an asp.net application from a console application?
Rabbit63 - 29 Sep 2005 10:54 PM - 4 messages
Hi: I want to use the classes of my asp.net application from my a console program. May I do that? Thanks Q. ...
Score Uploading file input clearing on postback
tshad - 29 Sep 2005 10:22 PM - 7 messages
I have an upload file input as: <input id="MyFile" style="width:300px" type="File" runat="Server"> This works fine, but I find that if my page doesn't pass validation during postback, the page comes back with all the data intact, except for the ...
Score SelectedIndex is not submitted with post
Nathan Sokalski - 29 Sep 2005 10:07 PM - 4 messages
I am working on a simple user control composed of 3 DropDownLists that will be used to select Dates. The purpose of the control is to all the user to choose a date using dropdown lists but not need to worry about choosing a non-existing date (due to different months having different numbers of days). They all have AutoPostBack="True", but when the eventhandler attempts to use the SelectedIndex property, it is always the same. Here is the code: ...
Score Datagrid dynamically generated template columns dissapearing
abigblackman - 29 Sep 2005 10:03 PM - 3 messages
Hi, I have a datagrid that is programatically generated with template columns. There seems to be something happening where only the last record is rendered with any data. I start by creating the template columns like this: <code> ...
Score Referencing External Class
Mike - 29 Sep 2005 10:02 PM - 2 messages
Hello, I am attempting to develop a class that will inherit from System.Web.UI.Page to serve as a the base class for all of the code behind classes in my web application. I would like to store the class as a single file (basepage.cs) and not ...
Score parameterized URLs necessary for output-caching ?
John A Grandy - 29 Sep 2005 9:48 PM - 1 message
For a highly scalable app, to properly implement output-caching of pages (page-fragments, user-controls, etc.) is it necessary to utilize parameterized URLs ? Is there an alternate method to implement output-caching ? The reason I ask is that I don't like parameterized URLs because it is a ...
Score DataGrid Won't come back
Tina - 29 Sep 2005 9:42 PM - 5 messages
I have, dozens of times, displayed datagrids, datasourced by an .xsd dataset, with textboxes in template columns and always been able to spin through those grids on, say a button click event. In a new project I am dynamicaly populating the datagrid columns, after ...
Score codebehind and custom namespce
mark.irwin - 29 Sep 2005 9:35 PM - 1 message
Hello, I have a namespace created for handling my database connections. This works fine when used with an aspx page that contains the code. When i try to create a codebehind page (seperate from my namespace) I cant get it all to work together. ...
Score asp:RadioButtonList help
Chris Kettenbach - 29 Sep 2005 8:41 PM - 2 messages
Good Afternoon Everyone, Is there any way to set the font of the listitems inside a radiobutton list? I have tried spans, tds, and tables and I can seem to get it to work.  The html redered by this control is a label for each radio button in the list. ...
Score Filter Question
Matías - 29 Sep 2005 8:24 PM - 3 messages
I have a list of elements. The elemets has id1, id2, id3,..... Now, I want to filter this list for "id1" or other id, How can I do that. Thanks in advance. ...