Home All Groups Group Topic Archive Search About

ASP.NET Development

microsoft.public.dotnet.framework.aspnet
Score Session state and multiple windows/frames
SteveComplex - 15 Oct 2005 9:52 PM - 2 messages
I'm currently working on a project developing a web application that makes heavy use of 3rd-party controls, popup windows and frames ( not my design I hasten to add ). Some of the pages make use of several user controls embedded in a tab ...
Score Forms Authentication Redirect URL
porko - 15 Oct 2005 9:36 PM - 3 messages
I want to be able to programmatically log a user in as a guest and redirect them to a different page. Is there any way to do a RedirectFromLoginPage() and explicity specify the page to which the user will be redirected after the login? ...
Score handling a button's click event
PJ6 - 15 Oct 2005 6:14 PM - 4 messages
I've added a button to a class inheriting from System.Web.UI.Control and want to handle (pass on) its click event to the page that contains it. Coming from a WinForms background, I thought this (below) would work. It ...
Score SQLServer SessionState Testing
spgmbl - 15 Oct 2005 2:21 PM - 3 messages
I have set up the local environment to use sqlserver mode testing. The article i followed to install was here: [link] I also changed the value in the web.config file per article. ...
Score cdo.message object
Kenneth Windish - 15 Oct 2005 1:31 PM - 4 messages
Hi, I am using the following syntax: Dim objMM1 As New System.Web.Mail.MailMessage objMM1.To = ("someone") objMM1.From = textbox1.Text + " @ " + textbox3.text objMM1.BodyFormat = Mail.MailFormat.Text objMM1.Priority = mail.MailPriority.Normal objMM1.Subject = "Support" objMM1.Body = " `text goes here' " ...
Score Hosting a user control within a user control
Charlie@CBFC - 15 Oct 2005 12:26 PM - 3 messages
Hi: When I drop one user control on to the design surface of another user control I can't seem to get a reference to it.  Using the following in host control doesn't appear to work... protected MyUserControl MyUserControl1. ...
Score Writing to a file on server using asp.net web application
Bishoy George - 15 Oct 2005 11:16 AM - 2 messages
The all System.IO examples that use StreamWriter class work in a .exe program means in windows applications or console ones. I need to write to a file on the server (not on a file in the client like cookies). ...
Score Reinstalled SQL-server
Kent Johnson - 15 Oct 2005 10:46 AM - 6 messages
Hi all, After I reinstalled my SQL-server I cannot use my ASP page with: ==================================== Set Conn=Server.CreateObject("ADODB.Connection") conn.Open "Provider=sqloledb;" & _ "Data Source=test.my.company.se;" & _ "Initial Catalog=MyDatabase;" & _ "User Id=sa;" & _ "Password=SaPwd;" set ...
Score N-Tier Architecture
Islamegy® - 15 Oct 2005 10:10 AM - 5 messages
Lately i started to use microsoft code block and read about N-tier model.. I got some templates which implement custom collection for each database table, I used to use DataTable and DataView in my programs so the Entity is ...
Score How to return more than one value from an function
AssanKhan Ismail - 15 Oct 2005 9:01 AM - 5 messages
Im using an C#'s user defined private function on which i want to return more than one value (like int and string[] ) and from that function. please let me know in advance.. assankhan Ismail ...
Score SiteMapPath Control and dynamic items
Robert Camsky - 15 Oct 2005 8:44 AM - 5 messages
Hi, I've got web.sitemap file with few nodes and subnodes and SiteMapPath control. It works fine. But imagine, I'm worrking on an calender implemented this way: calendar.aspx -> showing upcomming events calendar.apsx?year=2005 showing calendar for year 2005 ...
Score English/English DLL
Raed Sawalha - 15 Oct 2005 8:33 AM - 3 messages
I searching the net for a English/English Dictionary DLL, which can resuse it in my asp.net application to give a word and get the meaning. ...
Score what's the difference...
ari - 15 Oct 2005 6:40 AM - 6 messages
hey all, i was wondering what the difference is between obtaining a user name like Request.ServerVariables("Auth_User").Split("\")(1)) and User.Identity.Name Is one newer than the other or something like that? thanks, ari ...
Score How to find duplicate records in ASP.net-Access !
Jameel - 15 Oct 2005 6:29 AM - 2 messages
how do i find duplicate records in ASP.net/ADO.net , i know how to do it in classic asp, anything appreciated code,tutorial links etc.. (if rs.eof then     add record else     error message ...
Score Urgent plz
Yoshitha - 15 Oct 2005 4:19 AM - 6 messages
HI i've asp.net aplication and it is working fine in all systems but when i uploaded it into clients server and trying to run the aplication then i'm getting the following error Server Error in '/' Application. ---------------------------------------------------------------------------- ---- Runtime Error ...
Score Is there any configuration parameters to control which roles deny and access the specific pages?
ABC - 15 Oct 2005 2:46 AM - 2 messages
I want to check the user roles for allow/deny access each pages.  I know it is possible to add check code on each page.  But is very spent time.  Is there any configuration (web config) parameters to control which roles deny ...
Score thread won't start
Doug Kent - 15 Oct 2005 1:13 AM - 6 messages
Hi, I am using a STA thread to run a COM object. On a couple of machines the thread runs fine.  On another machine the thread won't start, and no exceptions are thrown. This code is running in a web service implemented using C#, ASP.NET 1.1, IIS ...
Score opening new web page in asp.net
Sushil Prasad - 14 Oct 2005 11:20 PM - 2 messages
hi, I have a web application with a help link. On the click of the  help link user see a html page. I do response.redirect to url in my code. The vb.net application that user was using gets overloaded with html page. Is there a ...
Score databinding a Dropdownlist to another dropdownlist
tshad - 14 Oct 2005 10:02 PM - 9 messages
Can you databind a dropdownlist to another dropdownlist? I have 2 identical list. I am getting my data from a DataReader, so as soon as I have bound the first DDL, I can't do it again to the next as the ...
Score Browser Size
Radi Radichev - 14 Oct 2005 9:44 PM - 2 messages
Hi! Can someone tell me how i can get the clients  browser size? ...
Score ASPNET Proper Permission
Raymond - 14 Oct 2005 8:37 PM - 6 messages
Hi, ran into problem when ever I debug an aspx page. Things run fine before I install a few security updates (don't remember what they were). OS running Win2K Server (demoded, non domain controller), VS.Net 2003 SP1 The error message says: ...
Score Need To Click Edit Button Twice On Datagrid
JebBushell - 14 Oct 2005 8:33 PM - 4 messages
I'm a novice building a datagrid crud page and I have ASP.NET Cookbook and 4 web references to assist me.   I am using VS 2003 so the code is not "inline". My problem is that when I click the Edit button on the grid nothing happens. ...
Score Need good configurable forum... suggestion?
VB Programmer - 14 Oct 2005 8:10 PM - 2 messages
I need to put a good, configuratble, forum on my clients website.  Any suggestion? It needs to have both public AND private forums (members only). ASP.NET forum would be the best. Any suggestions? ...
Score best way to read CSS information?
PJ6 - 14 Oct 2005 7:33 PM - 3 messages
OK I know I can just open up the CSS file directly and use a text reader if I need to, but I'm sure there is a built-in way to do this, especially to get the information already parsed... I just can't find it. Can somone point ...
Score OutOfMemoryException
Adam Weigert - 14 Oct 2005 7:32 PM - 7 messages
Occassionally, our ASP.NET applications (about 24 of them) running on Windows 2000 Advanced Server with ASP.NET 1.1.4322, start generating OutOfMemoryException exceptions. The server has 3GB of ram and this usually occurs between 600MB - 800MB of used memory in the ASPNET_WP.EXE process. ...
Score I set listbox.datasource to fileinfo() object, but no files appear in the listbox.
COHENMARVIN - 14 Oct 2005 7:30 PM - 2 messages
I am trying to display the contents of a directory in a listbox. I manage to get an array of fileInfo objects, and when I print them out they indeed contain several file names.  But when I do 'imgBanner.DataSource = fileInfos', I'm left with an empty listbox. ...
Score Problem with TransmitFile and Windows Server 2003
PatB - 14 Oct 2005 7:22 PM - 5 messages
I am having trouble with Response.TransmitFile running on Windows 2003.  I found what appeared to be a fix at [link] but it just referred you to another page which tells you that you have to call Microsoft ...
Score Newbie trying to get started has basic questions
Randall Parker - 14 Oct 2005 6:42 PM - 4 messages
I'm trying to figure out what I need to develop web pages with asp.net. Does Visual Studio 2003 come with whatever is needed to run an aspx file and test it? Or does one need to get IIS or or something else too? ...
Score IE treeview control and screen flashing
ezelasky - 14 Oct 2005 6:15 PM - 2 messages
I have a huge IE treeview control that is flashing quite significanlty when a node is expanded or collapsed.  Is there a way to get rid of this? Smartnavigation does calm it down a bit but then I have read so much on ...
Score classic IE -> IIS -> SQL Double hop issue - Help needed resolving
Chuck Haeberle - 14 Oct 2005 6:05 PM - 3 messages
Its the classic scenario.  We want our users to connect from their desktop to the web server and on to the database server using integrated windows authentication.  It just wont work, even after I think I've done everything ...
Score What makes a control able to be validated?
Chris Kettenbach - 14 Oct 2005 5:54 PM - 3 messages
Does a control need to inherit an interface to be "validatable" :)?  I have a custom control ascx file.  I want to name it as the control to be validated by an asp:validator.  When I do that, I get an error that says the ...
Score ASP.NET and Active Directory
Adrian Parker - 14 Oct 2005 5:43 PM - 4 messages
At the moment, we have a simple user id / password entry screen to login to our website, the data credentials are held in our database. We've now been asked to integrate with active directory so that users on the ...
Score dotfuscator again
Tina - 14 Oct 2005 5:36 PM - 2 messages
I found the dotfuscator GUI interface.  It wants me to open an xml file.  My component project has no xml file. Also, is there a specific forum for dotfuscator issues?  It's not mentioned in any of the security forums. ...
Score Forms authentication works in Mozilla but not IE
Manuel - 14 Oct 2005 5:26 PM - 4 messages
My web app was running fine until I decided to change the custom errors parameter in the Web.config file. I set it to "On" and the app stopped working in IE but it works fine in Mozilla! So I turned back to: ...
Score How to make use of javaScript functions stored in a .js file?
Andrew - 14 Oct 2005 5:07 PM - 4 messages
Hi, friends, I have 2 javaScript files that contains commonly used functions. I need to include them in most of my aspx pages. Can we still use <!--#INCLUDE FILE="intro.htm"--> as we did in asp pages? Thanks a lot. ...
Score dotfuscator
Tina - 14 Oct 2005 5:06 PM - 3 messages
I have a dll created from an asp.net component I wrote.  I want to distribute it to other developers but I'm told it can be reverse engineered. I read the docs on dotfuscator thinking that this could add protection. ...
Score If statement in repeater control
medium.fisher@uku.co.uk - 14 Oct 2005 5:03 PM - 5 messages
Is there a way to do the following: My repeater data source has 3 fields.  Department, Employee, and StartDate, and is sorted by Department.  I want to use the repeater to get the following layout: Accounts John Smith   12/12/2003 ...
Score accessing members in a .cs file in the web project?
Chris - 14 Oct 2005 4:56 PM - 2 messages
Hi, I have no problem creating DLL projects inside my solution that contain my business logic that is used by my web forms project. I added a .cs file to my web project and wanted to add some website specific ...
Score Can OnCommand event be added on the server side?
needin4mation - 14 Oct 2005 4:52 PM - 3 messages
I have a single button.  I want to change it's OnCommand.  One moment it may be Update, the next it may be New, etc. I found btnMyButton.Command, but I cannot get it to work.  The event ...
Score Web Services tool
Rob Schieber - 14 Oct 2005 4:49 PM - 3 messages
Hello, I was curious if anyone knows of a tool that can 1.  Catalog/Document what web services are running on a server. 2.  Catalog/Document method sigs, parms, references for each service Thanks in advance ...
Score compiled help file (.CHM) display in ASP.NET
Sushil Prasad - 14 Oct 2005 4:28 PM - 7 messages
I am having problem in displaying the compiled help file. In asp.net app I have link button labeled help. On the users click of this button i do the respose.redirect to the url of the .chm file. The error message on the web page i get is Action Cancelled. I do see the ...
Score ASP.NET app initialization problem (Failed to map the path)
Anders Bornholm - 14 Oct 2005 3:55 PM - 3 messages
I have the following setup: A website that is completely accessible to a logged-in user. Access control is handled by a third-party external module implemented as an ISAPI filter. The /webservices subdirectory contains a public webservice. The ISAPI filter ...
Score How to assign a column of URLs to Hyperlink Column of a DataGrid c
david - 14 Oct 2005 3:53 PM - 11 messages
Hi, all: I need a help from you about DataGrid control. I created a DataGrid, dg, in design view of .NET visual Stadio and use the builder to add a Hyperlink column to dg. I want to try to assign a column of URLs to this hyperlink column in ...
Score question
rodchar - 14 Oct 2005 3:53 PM - 5 messages
hey all, when you make a change to the code-behind of an aspx page, do you have to redeploy both the .aspx page and the .dll ? thanks, rodchar ...
Score redirect from global.asax
Piz - 14 Oct 2005 3:52 PM - 6 messages
I've read a previous discussion about the same topic, but there's a difference. I call HttpContext.Current.Response.Redirect("file.txt") from a ownmade sub in the global.asax. That doesn't works, i'm quite new in asp.net and so i don't know what a ...
Score Compiled Help File (CHM) display in ASP
Sushil Prasad - 14 Oct 2005 3:49 PM - 4 messages
I am having problem in displaying the compiled help file. In asp.net app I have link button laballed help. On the users click of this button i do the respose.redirect to the url of the .chm file. The error message on the web page i get is Action Cancelled. I do see the ...
Score Website Deployment Issue
deltalimagolf - 14 Oct 2005 3:39 PM - 3 messages
I've got an asp.net 2.0 (beta 2) website I've developed, works great on my dev machine, when I place it on the destination webserver it tries to access an MDF database instead of the SQL Server database I've configured it to ...
Score Truly Sign out a user
Chris Kettenbach - 14 Oct 2005 3:36 PM - 3 messages
Good morning all, Happy Friday! We have an ASP.net app.  There is a sign out button which effectively signs a user out.  A bug however is when the user clicks the back button; they can see the values from their last session.  We would like to blank these out. ...
Score accessing network drive
Abraham Andres Luna - 14 Oct 2005 3:32 PM - 6 messages
hey everyone, i try to access a network drive using asp.net: File.Delete(@"W:\text.txt"); but i get this error message: System.IO.DirectoryNotFoundException: Could not find a part of the path 'W:\text.txt'. i setup impersonate in the web.config: ...
Score SO DAM SICK of this error
Johnny Emde - 14 Oct 2005 3:14 PM - 2 messages
Configuration Error Line 196:                <add assembly="System.EnterpriseServices, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"/> Line 197:                <add assembly="System.Web.Mobile, Version=1.0.5000.0, ...
Score Convert string or stringbuilder to name/value collection
npverni - 14 Oct 2005 3:14 PM - 3 messages
I have a string with name value collections (i.e. &foo=1&foo2=2) Can I convert this string to some kind of name/value collection so I can access the values with something like : params["foo"] = 1; ...
Score tips on how to produce a 'partitioned' datalist/datagrid
Stimp - 14 Oct 2005 3:13 PM - 3 messages
I would like to produce something like: [link] It's either a datalist/repeater/datagrid, but it is broken up into sections ("1 bedroom", "2 bedroom", etc...) My experience with datalists is that you can have a <SeparatorTemplate> ...
Score Upgrade from aspnet 1.1 to aspnet 2.0
Gary Nelson - 14 Oct 2005 3:11 PM - 3 messages
Has anyone been able to do this? I gave it a try with a rather large project and it completely made a mess of the whole project. Any sugestions? Gary ...
Score Looking for good ASP.NET C# books
boostngti via DotNetMonster.com - 14 Oct 2005 2:49 PM - 8 messages
I have 4 years of programing exp. with Coldfusion, and  I am begining to learn ASP.NET C# and was wondering if some people could suggest some good books. I went to Barnes & Noble the other day and kind of looked over a few book. ...
Score Old question but not finished yet : sessions
Nick Wouters - 14 Oct 2005 1:47 PM - 2 messages
Dear all I sended this reply to my first issue a few days ago... please help!!! ----------------------------------------------------------------------------- correct, but when I am using this session in another ASP.net project on the SAME server ,  the session is empty It seems sessions are lost when you redirect to another page on the same ...
Score what's a neater way of writing this simple code...
Stimp - 14 Oct 2005 1:45 PM - 6 messages
I'm populating a dropdown list with non-consecutive values (well the last 3 values are non-consecutive anyway).. What's a shorter way of writing the following?...     ddLetMaxPrice.Items.Insert(0, New ListItem("No Preference", 999999)) ...
Score Questions on HttpApplication class
parez - 14 Oct 2005 1:41 PM - 3 messages
Hi all! How many instances of the class httpapplication  exist for a single webserver? Does it depened on the on the number of processors? I have a timer associated with the app and its declared in global.aspx.vb as public shared. ...
Score assignment between jscript variables in a codebehind-created jscri
RFS666 - 14 Oct 2005 1:41 PM - 7 messages
Hello, After I posted yesterday "using C# class in jscript", I have a new problem: I have a C# class - DBResult - that contains (and other variables) a string array (and other variables), that contains data from a database query which ...
Score Panel in Table with overflow problem with firefox
Jason Chu - 14 Oct 2005 1:36 PM - 3 messages
Simple compatibility question, I have this: <table height="100%" width="50%" border="1"> <tr height="50%"> <td> <asp:Panel id="Panel1" runat="server" Height="100%" Width="100%" CssClass="scroll"> <asp:Label id="Label1" runat="server">Label</asp:Label></asp:Panel> ...
Score how best to organize project
wapsiii - 14 Oct 2005 1:17 PM - 4 messages
Looking for better practise! In a large asp.net project, how is it best to organize classes? When should I create a new project for a class? Is it better to have fewer files with all the classes in or should I put each class in it's own ...
Score exporting word file content to aspx web page
Franck - 14 Oct 2005 12:08 PM - 2 messages
Hello, I'm trying to diplay the content of a word file on a aspx page only the content if possible... not the file I tried the folowing but it doesn't work...     Response.ContentType = "application/ms-word"; ...
Score Incorrect filenames are being showing in downloading.
Incorrect filenames in download link. - 14 Oct 2005 11:35 AM - 3 messages
Hi experts,               I am giving filename as "clearbenefits.infosys.txt" to Response.AddHeader as filename parameter. After clicking the download link filename on dialogbox is showing as "clearbenefits[1].infosys.txt". How can i ...
Score Which to use VB.NET or C#?
Jon S via DotNetMonster.com - 14 Oct 2005 11:22 AM - 53 messages
Hi all, I'm planning on developing an ASP.NET web site.  I know both VB.NET and C# but am unsure on which would be more useful to develop an ASP.NET site with? Also I maybe looking to become a web developer in the future so it would help ...
Score Browser is redirecting automatically to some unknown page
deepukutty - 14 Oct 2005 11:05 AM - 5 messages
HI all, I am using IE(Internet Explorer) as my default browser for asp.net application development. Today i faced a strange problem. When ever an exception occured in the page ....application is not redirecting to the default error page which will ...
Score System.Windows.Forms.UserControl
Julia - 14 Oct 2005 10:41 AM - 2 messages
Hi, Is it possible to create a System.Windows.Forms.UserControl and then use this control from a web-page? My collegue wants me to do this but I dont know how. He sas he used to work with ActiveX in this way but I havent worked with ActiveX before. ...
Score Send Fax on client side using JavaScript
jcvoon - 14 Oct 2005 10:30 AM - 3 messages
Hi: It is possible to send a downloaded pdf file to fax printer using javascript ? something like this, but i can't make the following code work.    function FaxDocument()    {      var faxServer = new ActiveXObject("FAXCOMLIB.FaxServer"); ...
Score Unrecognized attribute 'xmlns'.
john1001 - 14 Oct 2005 10:15 AM - 7 messages
I get the error Unrecognized attribute 'xmlns'. if I try to run an app created in vis web developer 2005 after using the copy function. I have seen other posts which say this is caused by IIS not being configured to use Dot Net 2.0. My question is how to ...
Score How to get session by sessionID?
ocean - 14 Oct 2005 9:41 AM - 3 messages
I want to get the session associated with the specific sissionID. I made a activex control required to login to the server.My idead as follow:     1.Get sessionID through IHTMLDocument2 interface(a COM interface);     2.Send this value to the server; ...
Score Frames Question
ruca - 14 Oct 2005 9:27 AM - 2 messages
Hi, I have a Web Application that have 3 frames. Top, Contents and Main are the 3 frames presents in App. My Top frame have only a image and a label, both represent application. My Contents frame, basically is where i have menu items. ...
Score javascript browser refresh buton
Andrew - 14 Oct 2005 8:11 AM - 6 messages
Hi, Is there a javascript code to capture the browser's refresh button click event ? I know that I can handle that event with some c# code, but I was just wondering if that can be done using javascript ? Thanks. ...
Score Select Distinct DataGrid
benoit - 14 Oct 2005 8:11 AM - 5 messages
I have created a Typed DataSet that renders about 150 records. I put these into a datagrid that obviously shows me 150 records. My problem is now only one column is different most of the time. Is there a (easy) way to get from this situation ...
Score Asp.net providers
J.MOUZAKIS - 14 Oct 2005 8:09 AM - 3 messages
Please help me to bring back the AspNetAccessProvider in VS2005. This provider was in the whidbey version (or beta 1). Although the idea of using SQLExpress is maybe the best, I have the problem of having to create a Web ...
Score Comparing Images
Solitus - 14 Oct 2005 8:01 AM - 4 messages
Lets say i have 2 images, a.jpg and b.jpg Both are actually one same picture of a bear but have different filenames. is there anyway in .net that i can find out if the two pictures are actually ...
Score CompareValidator
David Dvali - 14 Oct 2005 7:54 AM - 2 messages
Hello. I'm using CompareValidator to compare passwords, but when I move to other field it shows error message immediately. I need that error message should be displayed, after I has clicked on 'Submit' button. How can I do it? ...
Score HTTP_REFERER not always there
tshad - 14 Oct 2005 6:49 AM - 9 messages
Why would HTTP_REFERER not be there in the Page_Load event? I am using it to determine whether a page was called from a particular page. I am doing:       sTest = Request.ServerVariables("HTTP_REFERER")       if (sTest = "") ORELSE (sTest.SubString(sTest.LastIndexOf("/")+1) <> ...
Score Application_error and windows 2003
Rippo - 14 Oct 2005 6:47 AM - 7 messages
I have a problem with the application_error event being fired from my asp.net application with windows 2003 server standard edition. The event fires fine from my test machine (XP) and all works well. However the event never appears to fire from windows 2003. I have tried just ...
Score Simple question ??
serge calderara - 14 Oct 2005 6:47 AM - 11 messages
Dear all, I need to build a web application which will contains articles (long or short) I was wondering on what is the correct way to retrive those article on web page. In orther words, when there is such information to be displayed are they ...
Score Max Request Length Exceeded while postback
Hema S via DotNetMonster.com - 14 Oct 2005 4:34 AM - 4 messages
Hi All, My requirement is like I should not use pagination in datagrid... and some times the data exceed over 1000 and my file size if i save it as html becomes more than 7 MB and when i try do any operation in my page i get ...
Score Using webclient to send request to jsp page
Kevin - 14 Oct 2005 4:25 AM - 2 messages
I need to send a request to a jsp with data added to the http request header. I am using Webclient to send the request and I am putting the returned string (html) into a label on my aspx page but the returned html has a relative ...
Score is dll assembly automatically strongly named, (public key encrypti
Paul - 14 Oct 2005 4:15 AM - 4 messages
Just wondering when you create a .net dll from say a .net web application does it automatically have public key encryption that will prevent substituting another assembly with the same name for the assembly provided. thanks. ...
Score get data from datagrid
satria - 14 Oct 2005 2:22 AM - 3 messages
hi all, i've a table (datagrid) that have value like this: No | accesslevel | Data | 1    user          edit 2    admin         edit ...
Score what would you suggest?
Sam - 14 Oct 2005 1:42 AM - 3 messages
I have multiple screens during a registration process. I have noticed that most BIG registration websites are not using "hidden text input objects" to carry the information from one page to another. what would you suggest? 1) use hidden field objects for example <input type=hidden name=myobj> ...
Score Validator controls
nemo - 14 Oct 2005 1:09 AM - 3 messages
I've a Range validator and a Compare Validator - both against a $ amount field on the form. Now, if the validations fail, I don't want the submit button (alongside the amount field) to work. However I do want a couple of other buttons on the same form to work in spite of the ...
Score ICallbackEventHandler Q????
JimGreen - 14 Oct 2005 12:51 AM - 2 messages
I recently installed Release Candidate of VS2005 and I am not sure what the hell is the problem but ICallbackEventHandler definition on my machine looks like this: public interface ICallbackEventHandler {        string GetCallbackResult();        void RaiseCallbackEvent(string eventArgument); ...
Score Best Practices Question - Where do I put common code?
wrecker <> - 14 Oct 2005 12:31 AM - 6 messages
Hi all, I have a few common methods that I need to use at different points in my web application.  I'm wondering where the best place would be to put these?  I think that I have three options. ...
Score flexible textbox widths in a datagrid
TB - 13 Oct 2005 11:58 PM - 3 messages
Hi All: I have this datagrid where space is very tight, and therefore I have to make sure that everything fits within a fixed screen width regardless of whether I am in list mode or in edit mode. But I have discovered ...
Score after appdomain recycles, what happens to sessions?
Peter Rilling - 13 Oct 2005 11:41 PM - 4 messages
I believe the AppDomain can be recycled by IIS, right?  When this happens, what happens to the Application and Session variables that existed for the AppDomain?  Are they carried over to the new AppDomain for furture requests from the user, or are they disposed of? ...
Score Desperate
phantom - 13 Oct 2005 10:47 PM - 3 messages
Hi, I recently inherited an online application that was written by someone who is no longer with our company.  He said that he was doing it in ASP.Net but the code is actually in C#.  I am a vb 6 developer and not ...
Score Session times out too soon...
James Hunter Ross - 13 Oct 2005 10:38 PM - 4 messages
Friends, My web.config session setting is timeout=20, but in code we set the timeout to override this to some user preference, often 40 minutes, (specified by the user in seconds).  But even in fairly active sessions, (ones where post ...
Score Calendar Control and postbacks
MattB - 13 Oct 2005 10:19 PM - 2 messages
Hi. I posted yesterday about being able to get to Day.IsSelecteable from outside the calendar's DayRender event. I never figured that out, so I found another way to do what I needed by externalizing the logic that sets the calendar days as selectable or not and using that same logic ...
Score asp.net web page
abcd - 13 Oct 2005 9:56 PM - 7 messages
I have asp.net web page written in C# it works great on Windows XP. Now I am testing that on Windows 2K. For that I have set a virtual machine and it has W2K with SP4 and .net runtime ... ...
Score web user control not loading properly
Vivek Sharma - 13 Oct 2005 9:36 PM - 3 messages
Hi There, I have my menu as a user control.  My menu control is dynamic as I am building it on the basis of user rights. Whenever a user logs on the menu control is built with proper access level.  My issue is as follows. ...
Score Get all Control objects from a .DLL associated with an ASP.NET page?
Peter - 13 Oct 2005 9:14 PM - 3 messages
I am trying to get all the control objects using C# code that resides in a ..DLL that my ASP.NET page uses. However I can't seem to get a list of all the controls associated with my ASP.NET page. I have tried the following: ...
Score 1 connection- 2 result tables
Avon - 13 Oct 2005 8:55 PM - 5 messages
Hi there, I am very sorry for my not perfect English. I've got very simple question. Is it possible to have stored procedure with 2 result tables and then from my application to refer to this tables by ado. ...
Score Save aspx output to a file on the server
Will Rickards - 13 Oct 2005 8:06 PM - 3 messages
In my web application there is an interactive report.  Then there need to be a printable version a pdf.  So I found this java tool csstoxslfo and the java fop tool from apache that will take my xhtml and css and ...
Score redirect entire website in .net?
Stimp - 13 Oct 2005 8:01 PM - 9 messages
I need to take my website offline for an hour or so while I perform some maintenance... is it possible to create a 'catch-all' redirect to a temporary page (i.e. something in Web.config or global.asax.vb) ? ...
Score Pass Variable to another function
manmit.walia - 13 Oct 2005 7:20 PM - 4 messages
Hi, I have a small question...Is there a way to do a postback to the same page and pass a value to a function OnClick? Example:     void GetCityName(string c)     {     string city = c; ...
Score nested repeater
mark - 13 Oct 2005 7:07 PM - 3 messages
(not sure if this is the correct group) My problem is I need to have a "nested" repeater. I have an array which I load into a hashtable - that part works great. I can setup the second repeater to work just fine, as long as it's not nested within the first ...
Score dataset question
Avon - 13 Oct 2005 7:05 PM - 2 messages
Hi there, I am very sorry for my not perfect English. I've got very simple question. Is it possible to have stored procedure with 2 result tables and then from my application to refer to this tables by ado. ...
Score win2003 w/sharepoint giving syntax errors
timallard - 13 Oct 2005 7:05 PM - 4 messages
We have pages that were updated with vs2005beta2 from v1.1 code and ran fine on xp-pro, but placing them on a server are blowing on .CommandType in the init() section of designer generated code left over from v1.1: ...
XML
Next » 2 3 4 5 6 7 8 9 10