|
.net
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
ASP.NET Developmentmicrosoft.public.dotnet.framework.aspnet
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 ...
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? ...
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 ...
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. ...
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' " ...
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. ...
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). ...
Validation Controls
John -
15 Oct 2005 10:47 AM - 2 messages
I have a Rerquired field validator and a regular expression validator which appear after the field when the validation fails. Problem is that the validation control appears on the form in its position as if the first validation control is on the form even though it is not visible. Hence its ...
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 ...
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 ...
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 ...
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 ...
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. ...
extracting text from files using IFilters
kunal -
15 Oct 2005 8:18 AM - 1 message
I am developing a web based application in which i give an option to the registered users of the applications an option to upload files as attachments directly in the blob field of the database. Now Just before the upload of the file occurs i need to extract text from the files and ...
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 ...
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 ...
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 ...
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 ...
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 ...
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 ...
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 ...
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? ...
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: ...
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. ...
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? ...
reference to current content page
Abraham Andres Luna -
14 Oct 2005 8:04 PM - 1 message
i have a master page: <%@ Master Language="C#" %> <html> <head> <title>CRM - RDK Truck Sales & Service</title> </head> <body> <form runat="server"> <asp:contentplaceholder id="cphMainContent" runat="server">Content ...
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 ...
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. ...
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. ...
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 ...
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? ...
ASP.NET C# Sample of MAPI
Robert E. Flaherty -
14 Oct 2005 6:30 PM - 1 message
Does anyone know where I could get a sample of ASP.NET in C# using MAPI to send email via the client's Exchange server? ...
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 ...
Runtime-generated ID for endusers
Maxood -
14 Oct 2005 6:14 PM - 1 message
I like to know how to create a customised runtime-generated ID for endusers by means of which they can get to know about their profile,username, etc. One way is to use GUID data type id and then encrypt each character with ...
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 ...
A CustomValidator Problem, I don't understand the logic
antonyliu2002@yahoo.com -
14 Oct 2005 5:58 PM - 1 message
The full code is pasted below. It looks scarily long, but it's pretty simple. It is adapted from a sample code at MSDN. If you run it, and check it out from your browser, you'll see: ...
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 ...
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 ...
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. ...
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: ...
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. ...
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. ...
Help with DateTime and TimeZones / DayLight savings time
Ryan Ternier -
14 Oct 2005 5:04 PM - 2 messages
We're implementing Daylight savings time in our new software, and I'm having an issue codeing it. We're storing: Month (ie: 10) WeekDay (ie: Sunday) WeekNumber (ie: 3 - 3rd Sunday in the month, or -1 - last sunday in the ...
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 ...
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 ...
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 ...
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 ...
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 ...
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 ...
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 ...
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 ...
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 ...
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 ...
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 ...
Build puts dll in wrong directory
Rhywun -
14 Oct 2005 3:37 PM - 1 message
After a recent installation of VS2003 on a new PC, *sometimes* when I build my project, the compiled .dll is put into the wrong directory. For example, suppose it should be placed in C:\Inetpub\wwwroot\Company\Product\bin instead it goes into ...
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. ...
Sharing Authentication Across ASP.NET Applications
Tod Birdsall, MCSD for .NET -
14 Oct 2005 3:34 PM - 2 messages
Hi All, I have two ASP.NET applications which I am trying to have share forms authentication. But I am running into problems. App A is an ASP.NET 2.0 Beta 2 application. App B is an ASP.NET 1.1 ...
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: ...
FIle Upload and InputStream into Excel
bvasanth123 -
14 Oct 2005 3:19 PM - 1 message
Hi, I would like to know how can I read an InputStream into Excel object. In my web app, user uploads MS-Excel file though asp.net html file control. I get UploadedFile.PostedFile.InputStream() where UploadedFile is the name of file control. Not I have InputStream. How can I read ...
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, ...
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; ...
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> ...
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 ...
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. ...
Location of linked referenced assembly in application bin subdir
Michel Gallant -
14 Oct 2005 2:03 PM - 1 message
I have a simple asp.net page, NET 1.1, and no web.config file. I place the main assembly source in following directory: C:\Inetpub\wwwroot\cryptonet I link in a referenced COM interop assembly via: ...
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 ...
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)) ...
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. ...
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 ...
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> ...
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 ...
Have Url - need Physical Path
Johnny Emde -
14 Oct 2005 12:34 PM - 2 messages
Hello In a webpage i have 3 img controls. I want to set the ImageUrl ( only if the picturefile exist ) else ImageUrl = some default picture. To check if the file exists i use File.Exist( Path ) but I only know the Url ...
getting guids form openPopuped window
Fred -
14 Oct 2005 12:27 PM - 1 message
hi, i have a popop w/ a datagrid, one of the columns contains checkboxes, how to get a datagrid in the parent window w/ only the selected in the popup items? TIA ...
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"; ...
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 ...
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 ...
Posting cache FORM Code back
Anbu -
14 Oct 2005 11:21 AM - 1 message
Hi, I need to authenticate users based on the Web Connection. Both database and a web page (Login Page) are residing on a Unix server. I need to validate my application againt the Login page of the Unix server. When I use the Login Page, i gets the User name and Password. Then ...
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 ...
Consuming Web-Service (beta 2)
Mantorok -
14 Oct 2005 10:55 AM - 1 message
Hi I'm adding a Web Reference in my project and it pulls in the web-service fine, but some of the custom classes are not being generated fully. Example : I have a DocInfo class and although it generates a proxy class ...
XML FILE as datasource to Grid view..? not able to remove the nodes..?
¿_Mahesh_Kumar -
14 Oct 2005 10:47 AM - 1 message
I have created a XML file as datasource which i 'm binding to a grid view control. During runtime I'm capturing items in XML file and displaying in a GRID VIEW control. but i want to remove or flush the XML file content on page load. I tried parentnode.removeall () but no use.. ...
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. ...
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"); ...
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 ...
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; ...
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. ...
How to extract a single column from a datatable to an other datable ?
Jensen bredal -
14 Oct 2005 9:07 AM - 1 message
hello, I need to do the described operation, I thought this should be possible with a DataTable.Select but, it returns an array of rows, and this is not good for performance as i have to repackage all this to a ...
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. ...
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 ...
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 ...
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 ...
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? ...
Use Mappoint ASP.NET whithout mappoint webservice
degrem_m -
14 Oct 2005 7:28 AM - 1 message
I've been trying to build a .NET application that references the MapPoint . I've succeeded to implement and run a .NET Windows application MapPoint.Application app = new MapPoint.ApplicationClass(); This works just fine, but when I try the same in a ASP.NET web
application ...
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) <> ...
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 ...
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 ...
image buttons in Datalist control
Larry -
14 Oct 2005 5:00 AM - 1 message
I have a dataset with filenames for the image buttons for my datalist. The image files as in a directory "GallerySubmissions". The datalist is part of a user control. What I can not get to work is the databinding for the imageURL attribute for ...
Errors with RegularExpressionValidator
Kenneth Keeley -
14 Oct 2005 4:50 AM - 1 message
Hi, We are redesigning our web site and we plan to use the new ASP.Net version 2.0 we have a couple of forms on our site that use RegularExpressionValidator's we have found that if we try to validate a page ...
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 ...
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 ...
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. ...
| |||||||||||||||||||||||